Skip to content

Instantly share code, notes, and snippets.

@manmohan24nov
Created February 3, 2021 16:34
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 manmohan24nov/39949d8bbacc8577fcc549dfd614922d to your computer and use it in GitHub Desktop.
Save manmohan24nov/39949d8bbacc8577fcc549dfd614922d to your computer and use it in GitHub Desktop.
>>> from gensim.summarization import keywords
>>> text = """spaCy is an open-source software library for advanced natural language processing,
written in the programming languages Python and Cython. The library is published under the MIT license
and its main developers are Matthew Honnibal and Ines Montani, the founders of the software company Explosion."""
>>> print(keywords(text))
language
languages
software
company
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment