RE: [Classifier4j-devel] Bayesian Case Study
Status: Beta
Brought to you by:
nicklothian
From: Nick L. <nl...@es...> - 2003-11-14 01:02:10
|
> > 3) the dreaded "s" a result no doubt of incorrectly > tokenizing possesive nouns > and pronouns, contractions etc. Anybody have a good > algorithm for handling > this? > One way to handle it would be to run a Stemmer (seach for "Porter Stemmer") on each work before classifying it. |