Hi, I'm using mahout on eclipse and have included all jars in the build path. However, the following import statement causes an error:
import org.apache.mahout.vectorizer.DefaultAnalyzer; The exact error is "DefaultAnalyzer cannot be resolved to a type." Is DefaultAnalyzer present in Mahout 0.9? If not, what can I use alternatively? Thanks Chidananda
