Search code examples
nlpspacygensimphrase

Phrase extraction with Spacy


Does spacy have some APIs to do phrase* extraction as one would do when using word2phrase or the Phrases class from gensim? Thank you.

PS. Phrases meant as collocations in Linguistics.


Solution

  • I am wondering if you have you seen PyTextRank or spacycaKE extension to SpaCy?

    Both can help with phrase extraction which is not possible directly with SpaCy.