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
after digging I found the best solution is to implement my own stemmer using porter Algorithm so that I can tune my stemmer