- Allowing usage of custom word and sentence tokenizers.
- Adding python typing for better/clear interfaces.
- Found a bug in phrase list which was being returned as a set causing it to drop repeated
phrases and consider only the first one. Provided control over this as a flag that Rake takes so that users can control the behaviour.
- Adding support for min and max words (inclusive) limits for ranked phrases.
- Adding support for various metrics mentioned in the paper.
- Minor fixes.
- Adding support for other languages.
- First release.