LIAAD / yake

Single-document unsupervised keyword extraction
https://liaad.github.io/yake
Other
1.64k stars 227 forks source link

Available languages list #51

Closed BugKiller-tech closed 2 years ago

BugKiller-tech commented 3 years ago

Where can I find a list of languages available in this library ?

yake.KeywordExtractor(lan=.....)

in parameter lan, I can pass "en" for English. What other languages are available ? any documentation for that ?

arianpasquali commented 3 years ago

Hi @BugKiller-tech You need specify the 2 chars iso code for the language.

You can check the supported languages here https://github.com/LIAAD/yake/tree/master/yake/StopwordsList

BugKiller-tech commented 3 years ago

yes, I've just checked the code and I realized it. So here the lan is only used to pick stop words ?

I mean, If I pass my own stopwords, then lan doens't have any meaning to yake ?

arianpasquali commented 2 years ago

That is it @BugKiller-tech. Just for the stopwords.