codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

[OpenNLP] Incorporate OpenNLP models from https://github.com/utcompling/OpenNLP-Models #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(From DKPro users mailing list - Thomas Plagwitz) 

Not a bug, but for the OpenNLP integration (thanks!), would it still be 
possible to include the contributed Spanish POS tagger models (trained using 
the CoNLL data and OpenNLP 1.5.2) from here:

https://github.com/utcompling/OpenNLP-Models/blob/master/lang/es/pos/README.txt,
 see also here: http://comments.gmane.org/gmane.comp.apache.opennlp.user/111?

The Github models are kept separate from the OpenNLP distribution due to 
licensing issues: https://github.com/utcompling/OpenNLP-Models

Original issue reported on code.google.com by richard.eckart on 7 Jun 2012 at 10:26

GoogleCodeExporter commented 9 years ago
Models have been incorporated into the build.xml script and are now available 
from the UKP-OSS Maven repository. Type mappings for Spanish are currently not 
available, so everything maps to POS. Use getPosValue() to get the tag 
generated by the tagger.

Original comment by richard.eckart on 7 Jun 2012 at 11:26