johnfaber2801 / T1A3-Terminal

0 stars 0 forks source link

Feature #3 = 3.3 build keyword extraction method #17

Open johnfaber2801 opened 9 months ago

johnfaber2801 commented 9 months ago

complications were found as the method was not designed to extract keywords other than English. by using language detection and specifying in a dictionary a few languages, Rake() is able to know what language is the text. keyword extraction is done successfully throwing the top 10 keywords.

https://towardsdatascience.com/keyword-extraction-process-in-python-with-natural-language-processing-nlp-d769a9069d5c

https://pypi.org/project/langdetect/

johnfaber2801 commented 9 months ago

Image