Available languages list
BugKiller-tech opened this issue · 3 comments
BugKiller-tech commented
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
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
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
That is it @BugKiller-tech. Just for the stopwords.