word2vec

2017-01-25 Thread Damiano Porta
Hello, how can we use word2vec as featuregenerator for NER? I just have found on documentation, can anyone give me more details? Thanks

Re: word2vec

2017-01-25 Thread Rodrigo Agerri
Hello, Yes, you need to induce clusters using word2vec (see word2vec documentation for that) or any other clustering algorithm and then pass it as explained in the manual: http://opennlp.apache.org/documentation/1.7.1/manual/opennlp.html#tools.namefind.training HTH, R On Wed, Jan 25, 2017 at

Re: word2vec

2017-01-25 Thread Damiano Porta
Could It help ? https://github.com/ragerri/cluster-preprocessing :) Il 25/Gen/2017 21:30, "Rodrigo Agerri" ha scritto: > Hello, > > Yes, you need to induce clusters using word2vec (see word2vec documentation > for that) or any other clustering algorithm and then pass it

Re: word2vec

2017-01-25 Thread Rodrigo Agerri
It might, I forgot that :) R On Wed, Jan 25, 2017 at 9:43 PM, Damiano Porta wrote: > Could It help ? https://github.com/ragerri/cluster-preprocessing :) > > Il 25/Gen/2017 21:30, "Rodrigo Agerri" ha scritto: > > > Hello, > > > > Yes, you need to indu

Re: word2vec

2017-01-25 Thread Damiano Porta
> Could It help ? https://github.com/ragerri/cluster-preprocessing :) > > Il 25/Gen/2017 21:30, "Rodrigo Agerri" ha scritto: > > > Hello, > > > > Yes, you need to induce clusters using word2vec (see word2vec > documentation > > for that) or any other cl

Re: word2vec

2017-01-25 Thread eldad87
Unsubscribe Sent from my Samsung Galaxy smartphone. Original message From: Damiano Porta Date: 1/25/17 22:59 (GMT+02:00) To: dev@opennlp.apache.org Subject: Re: word2vec Aha yeah it helped me to understand the input and output formats. ok i will try to create clusters