sorry: Part 2.
String[] args = {"--field title","--dir ressources/mahout/tmp",
"--dictOut term_dictionary.txt","--output sequence.file","--idfield isbn"};
org.apache.mahout.utils.vectors.lucene.Driver.main(args);
I have posted more details on Stackoverflow see
http://stackoverflow.com/questions/26537128/java-mahout-class-termvectormapper-not-found
I try to produce a vector file via java according to this presentation
http://prezi.com/z0dmaxdyuci0/equipping-solr-with-semantic-search-and-recommendation/
Greets and sorry for 2 emails,
Ben
On Fri, Oct 24, 2014 at 12:51 AM, Benjamin Eckstein <[email protected]>
wrote:
> Hello, i have 2 lines of code, that produces a class not found exception
>
>