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

   ## Summary
   
   - add a dedicated Entity Linker chapter covering inputs, implementation, 
configuration, and CLI usage
   - clarify that sentence and token spans use document offsets while name 
spans use sentence-local token indexes
   - provide examples that use the actual `TokenNameFinder`, `EntityLinker`, 
`LinkedSpan`, and `BaseLink` APIs
   - link the generated CLI reference to the new chapter
   
   ## Validation
   
   - `mvn -pl opennlp-docs -P!doc-manual-html,!doc-manual-pdf -DskipTests 
package`
   - parsed `entitylinker.xml`, `cli.xml`, and `opennlp.xml` with DTD 
processing enabled and external resolution disabled
   - extracted the Java examples into a real class and compiled them with JDK 
21 against `opennlp-api` and `opennlp-runtime`
   - `mvn -pl opennlp-core/opennlp-runtime -am -DskipTests compile`
   
   The DocBook HTML goal was also attempted locally, but docbkx 2.0.17 rejects 
the Windows drive path with `unknown protocol: e` before transforming the 
document.


-- 
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