csurfer / rake-nltk

Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.
https://csurfer.github.io/rake-nltk
MIT License
1.06k stars 150 forks source link

German language support #45

Closed suryapa1 closed 4 years ago

suryapa1 commented 4 years ago

Does RAKE nltk supports German language if text is in German?

csurfer commented 4 years ago

@suryapa1 : There should be no problem using german language. Use Rake(language="german") and see if it works as you expect.