keyphrase_extraction icon indicating copy to clipboard operation
keyphrase_extraction copied to clipboard

Implementing keyword extraction algorithm using tf-idf weighting, see

Key phrase extraction

Repository for me to learn about key phrase extraction algorithm. I use tf-idf weighting in order to rank key phrases candidate. Materials are mainly borrowed from this blog.

You can run example as follows

$ python keyphrase_extraction.py

Dependencies

  • nltk
  • scikit-learn
  • unidecode
  • pandas (optional for example)