I'm using mallet for a text classification task and it seems to be that mallet is applying some word stemming algorithm on my text. How can I configure mallet to avoid using this feature?
Asked
Active
Viewed 649 times
1
-
Can you please post some code? – Steve P. May 20 '13 at 22:32
-
This thread may answer your question: http://comments.gmane.org/gmane.comp.ai.mallet.devel/822 – Ben Jun 03 '13 at 07:11
-
You're right Ben, the problem was the accents and apostrophe presents in the corpus that I was using. Thanks a lot :) – mac2bua Sep 27 '13 at 18:19