I want a Java Arabic stemmer

后端 未结 5 1948
野的像风
野的像风 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:43

    You can find Kohja stemmer here:

    http://zeus.cs.pacificu.edu/shereen/research.htm

    Direct download:

    http://zeus.cs.pacificu.edu/shereen/ArabicStemmerCode.zip

    0 讨论(0)
  • 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

    0 讨论(0)
  • 2021-02-08 22:55

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

    0 讨论(0)
  • 2021-02-08 22:55

    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.

    0 讨论(0)
  • 2021-02-08 23:03

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

    try this it is based on Shereen Khoja Algorithm.

    0 讨论(0)
提交回复
热议问题