jerry317395616 opened a new pull request, #1168:
URL: https://github.com/apache/opennlp/pull/1168

   This PR addresses three open JIRA issues:
   
   ### OPENNLP-1742: NameFinderME should not fall back to PerceptronTrainer 
algorithm
   - Changed default algorithm from `PERCEPTRON` to `MAXENT` in 
`NameFinderME.train()`
   - Removed obsolete `FIXME` comment
   
   ### OPENNLP-1233: Penn Treebank tag set link insufficient
   - Updated `chunker.xml` to link to the MBSP tags page which covers both POS 
and CoNLL-2000 chunk tags
   - Updated link text to reflect the broader tag set scope
   
   ### OPENNLP-587: EntityLinker framework has no documentation
   - Created `entitylinker.xml` with API usage, implementation guide, 
properties configuration, and pipeline integration examples
   - Added entitylinker chapter to `opennlp.xml` book
   - Enhanced CLI documentation for the EntityLinker tool in `cli.xml`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to