Re: Crucial parts about parser training in Apache OpenNLP Manual are missing

2020-06-08 Thread Rodrigo Agerri
Hello, You can find examples of header files in the repo: https://github.com/apache/opennlp/tree/master/opennlp-tools/lang/en/parser https://github.com/apache/opennlp/tree/master/opennlp-tools/lang/es/parser The format of the header rules comes from Collins thesis, Appendix A: http://www.cs.co

Crucial parts about parser training in Apache OpenNLP Manual are missing

2020-06-06 Thread Abed Alhakim Ali Kayed Freihat
Dear Sirs, I am working on a parsing project for Arabic using openNLP toolkit. As I tried to train the parsing model, I found out that the Opennlp tutorial( http://opennlp.apache.org/docs/1.9.2/manual/opennlp.html#tools.parser) is not complete and does not explain some of the training parameters.