Dears,
I'm working on a java project that process Syrian dialect Arabic, I use gate to do some processing phases(I use ArabicTokenizer, ArabicGazetteer, SentenceSplitter), now, I need to get Lemma for each token in the text, and I didn't find Arabic morpher in GATE, so is there any morpher for Arabic Dialect? and how can I add it to GATE pipeline?
I also added StanfordTagger to the pipeline, but I found that it isn't efficient for Arabic, is it?