Very thanks for your help. It is a very good starting point. Regards.
2014-03-19 17:53 GMT+01:00 Rodrigo Agerri <[email protected]>: > Hi Charles, > > The pos tagger, ner (NameFind) and Parsing models are Apache OpenNLP 1.5.3 > models. The ixa pipe tools mentioned add various others functionalities > but the > one thing they all use is the OpenNLP model objects for each tool, namely, > Parse, TokenNameFinderModel, and POSModel. > > Therefore, you can take the models provided in the ixa pipes tools and they > will work with opennlp CLI or their API. For example, you can easily try > the parser model > from the CLI by passing it a txt with a tokenize sentence. > > bin/opennlp Parser es-ancora-parsing.bin < test.txt > > HTH > > Rodrigo > > On 2014/03/19 at 17:36, Charles Jalin wrote: > > Very thanks for your work.It is very interesting. > > > > I am newbie in opennlp and, how can i change this models to opennlp > format? > > > > Regards. > > > > > > > > 2014-03-19 14:41 GMT+01:00 Rodrigo Agerri <[email protected]>: > > > > > Hi, > > > > > > Yes, I need to add the info and releases to that page. In the meantime > you > > > can > > > check up the github repos: > > > > > > https://github.com/ixa-ehu/ixa-pipe-tok > > > https://github.com/ixa-ehu/ixa-pipe-pos > > > https://github.com/ixa-ehu/ixa-pipe-nerc > > > https://github.com/ixa-ehu/ixa-pipe-parse > > > > > > Cheers, > > > > > > Rodrigo > > > > > > On 2014/03/19 at 14:28, Richard Eckart de Castilho wrote: > > > > Hello Rodrigo, > > > > > > > > do you have a link to a page from where the IXA tools or at least > their > > > models > > > > can be obtained? The link mentioned in the paper doesn't seem to > have any > > > > substantial content yet: http://adimen.si.ehu.es/web/ixa-pipes > > > > > > > > Cheers, > > > > > > > > -- Richard > > > > > > > > On 19.03.2014, at 13:59, Rodrigo Agerri <[email protected]> > > > wrote: > > > > > > > > > Hi, > > > > > > > > > > We have new models 1.5.3 for pos, ner (conll 2002), parser (Ancora) > > > with evaluations > > > > > etc and so on as part of the IXA pipeline tools. > > > > > > > > > > We also have tokenizer (tried opennlp models and were not adaptable > > > enough) > > > > > based on JFlex specification. Coreference resolution (loosely > based on > > > Stanford > > > > > NLP approach) coming very soon (for May). > > > > > > > > > > More info here: > > > > > > > > > > > > > > http://www.rodrigoagerri.net/recent-papers/ixa-pipes.pdf?attredirects=0&d=1 > > > > > > > > > > Thanks, > > > > > > > > > > Rodrigo > > > > > > > > > > On 2014/03/19 at 12:39, Charles Jalin wrote: > > > > >> For tokenizer, sentence, pos tagger y tokchunk. > > > > >> > > > > >> I amn't sure that i can obtain Spanish corpora. > > > > >> > > > > >> Thanks. > > > > >> > > > > >> > > > > >> 2014-03-19 12:08 GMT+01:00 Jörn Kottmann <[email protected]>: > > > > >> > > > > >>> On 03/19/2014 12:01 PM, Charles Jalin wrote: > > > > >>> > > > > >>>> How i do this? > > > > >>>> > > > > >>>> > > > > >>>> > > > > >>> Depends on the model. For which component? > > > > >>> > > > > >>> Anyway, the best way to improve the situation would be to > > > > >>> add support to OpenNLP to train it on the available Spanish > corpora. > > > > >>> > > > > >>> Jörn > > > >
