I want a Java Arabic stemmer

2019-03-19 09:47发布

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 there any other stemmer for Arabic ?

5条回答
看我几分像从前
2楼-- · 2019-03-19 10:09

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

查看更多
Luminary・发光体
3楼-- · 2019-03-19 10:18

Here is new Arabic stemmer: Assem's Arabic light stemmer coded using Snowball framework and generated to many languages including Java. You can use it by downloading libstemmer for Java here.

查看更多
一纸荒年 Trace。
4楼-- · 2019-03-19 10:26

https://sourceforge.net/projects/arabicstemmer/

try this it is based on Shereen Khoja Algorithm.

查看更多
神经病院院长
5楼-- · 2019-03-19 10:28

You can use either Elkhoja stemmer or Lucene's light stemmer

查看更多
登录 后发表回答