I want a Java Arabic stemmer

后端 未结 5 2097
野的像风
野的像风 2021-02-08 22:31

I\'m looking for a Java stemmer for Arabic. I found a lib called \"AraMorph\" , but its output is uncontrollable and it makes formation to words which is unwanted.

Is t

5条回答
  •  春和景丽
    2021-02-08 22:47

    after digging I found the best solution is to implement my own stemmer using porter Algorithm so that I can tune my stemmer

提交回复
热议问题