loristns / Kadot

Natural language processing using unsupervised vectors representation.
https://github.com/loristns/Kadot
107 stars 9 forks source link

keyword extraction #1

Open MahdiZareie opened 7 years ago

MahdiZareie commented 7 years ago

this project looks very interesting to me, is it possible to use Kadot for keyword extraction?

loristns commented 7 years ago

Kadot does not include a keyword extractor yet, but I made a related experiment that I will commit today in the example directory. Thank you for your interest about Kadot. ☺️

loristns commented 7 years ago

Just committed.

MahdiZareie commented 7 years ago

very nice and handy , thanks I probably use it in my current service

loristns commented 7 years ago

Keyword extraction is a big subject, I'm adding some algorithm/experiment I found interesting. I just added PositionalWordVectorizer in Kadot 0.1.8 for this kind of purpose. A new experiment is available here.