fabianvf/python-rake

How can I get the resulting keywords?

Closed this issue · 1 comments

nise commented

Its nicely explained how to use stopword lists, but how can I get the keywords?

What I would have expect results ins array of floats like ['4.0', '9.0', '1.0']:

rake = RAKE.Rake("stopwords-de.txt")
res = rake.run(text, minCharacters = 3, maxWords = 6, minFrequency = 1)
print(res)

Maybe you could ad some words about that to the readme.
Thanks

nise commented

Sorry, was my fault.