What is the best stemming method in Python?

后端 未结 6 1571
被撕碎了的回忆
被撕碎了的回忆 2020-12-12 22:36

I tried all the nltk methods for stemming but it gives me weird results with some words.

Examples

It often cut end of words when it shouldn\'t do it :

6条回答
  •  天命终不由人
    2020-12-12 22:52

    Python implementations of the Porter, Porter2, Paice-Husk, and Lovins stemming algorithms for English are available in the stemming package

提交回复
热议问题