Dear All, I am trying to compile the examples in "Mahout in Action". For chapter 05, there is a program named as "GenderRescorer.java". It includes the following class as following:
import org.apache.mahout.common.FileLineIterable; However, the Eclipse gives the following error message: The import org.apache.mahout.common.FileLineIterable cannot be resolved I have included mahout-core library in the path. What is the reason cause the above issue and how to fix it?
