Skip to content

Instantly share code, notes, and snippets.

@ptitzler
Created August 31, 2017 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptitzler/d95502584ed5152289f970c88911a94c to your computer and use it in GitHub Desktop.
Save ptitzler/d95502584ed5152289f970c88911a94c to your computer and use it in GitHub Desktop.
response = nlu.analyze(html = summary, \
features = [Features.Categories(), \
Features.Entities(), \
Features.Keywords()], \
language = language)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment