multi_rake icon indicating copy to clipboard operation
multi_rake copied to clipboard

Multilingual Rapid Automatic Keyword Extraction (RAKE) for Python

Results 9 multi_rake issues
Sort by recently updated
recently updated
newest added

I found the following errors trying to install it with pip. Maybe it's not related with multi-rake indeed and it is with the library Pycdl2 but just in case... ```...

This repo is cool and usefull.Could you think about to support Simplified Chinese.

I am trying to extract keywords from amazon_reviews dataset, when using it for spanish i encounter this error that am unable to resolve. ``` STACK TRACE /python3.8/site-packages/multi_rake/algorithm.py in apply(self, text,...

I've added Persian stop words from [stopwords-iso/stopwords-fa](https://github.com/stopwords-iso/stopwords-fa) (Excluding punctuations and numbers) and updated the README to include Persian as supported language.

I ran the following texts through Rake(default settings) and their output are included. "new" and "last" are not included but "last" is included. Just wonder how Rake makes decision on...

Hi im working with texts in Devanagri Script (A Popular script used in India unlike the Latin Script used by English like languages). When I try to generate keywords it...

Started equipping this great implementation of rake algorithm with docstrings according to the [numpydoc guide](https://numpydoc.readthedocs.io/en/latest/format.html). If you see fit, I can extend writing docstrings to algorithm.py and stopwords.py

Hello everyone, I wanted to use the multi_rake keyword extractor. However, my code continuously shuts down because of a 'segmentation fault', which seems to be linked to the line "keywords...