Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "OpenNLP" page has been changed by LanceXNorskog: http://wiki.apache.org/solr/OpenNLP?action=diff&rev1=4&rev2=5 Your Solr should start without any Exceptions. At this point, go to the Schema analyzer, pick the 'text_opennlp_pos' field type, and post a sentence or two to the analyzer. You should get text tokenized with payloads. Unfortunately, the analysis page shows them as bytes instead of text. If you would like this in text form, then go vote on SOLR-3493. - Licensing + == Licensing == The OpenNLP library is Apache. The 'jwnl' library is 'BSD-like'. Model licensing: * The contrib directory includes some small training data and scripts to generate model files. These are supplied only for running "unit" tests aginst the complete Solr/Lucene/OpenNLP code assemblies. They are not useful for * exploring OpenNLP's features or for production deployment. In solr/contrib/opennlp/src/test-files/training, run 'bin/trainall.sh' to populate solr/contrib/opennlp/src/test-files/opennlp/solr/conf/opennlp with the test models. The schema.xml in that conf/ directory uses those models.