This is an automated email from the ASF dual-hosted git repository.

krickert pushed a change to branch OPENNLP-1869
in repository https://gitbox.apache.org/repos/asf/opennlp.git


    from 8662df29c OPENNLP-1869: Merge OPENNLP-1868 and resolve normalizer.xml
     add 7dae2ca00 OPENNLP-1856: Update JUnit to 6.1.2 (#1172)
     add 47367ddf8 OPENNLP-1233: Link the POS and chunk tag references (#1170)
     add 64a8439a5 OPENNLP-587: Document the Entity Linker framework (#1169)
     add 7cfd7f2dc Change the notification pattern so dev list is not flooded 
with emails. (#1176)
     add b4f52fa02 OPENNLP-244: Document the BioNLP converter (#1175)
     add cf83a1375 OPENNLP-1742: Use the MaxEnt training default for 
NameFinderME (#1171)
     add 725b1f307 OPENNLP-1868: Add Unicode full case folding to text 
normalization (#1138)
     add 4d1d1bd47 OPENNLP-1869: Merge main after OPENNLP-1868 and resolve 
conflicts

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |   9 +-
 .../EntityLinkerManualExamplesTest.java            | 177 +++++++++++++++++
 .../tools/cmdline/TokenNameFinderToolTest.java     |   3 +
 .../BioNLP2004NameSampleStreamFactoryTest.java     |  24 +++
 .../java/opennlp/tools/namefind/NameFinderME.java  |   4 +-
 .../opennlp/tools/namefind/NameFinderMETest.java   |   3 +
 .../tools/namefind/NameFinderMEWithDatesTest.java  |  18 +-
 opennlp-docs/src/docbkx/chunker.xml                |   7 +-
 opennlp-docs/src/docbkx/cli.xml                    |   8 +
 opennlp-docs/src/docbkx/corpora.xml                |  74 +++++++
 opennlp-docs/src/docbkx/entitylinker.xml           | 213 +++++++++++++++++++++
 opennlp-docs/src/docbkx/opennlp.xml                |   1 +
 pom.xml                                            |   2 +-
 13 files changed, 531 insertions(+), 12 deletions(-)
 create mode 100644 
opennlp-api/src/test/java/opennlp/tools/entitylinker/EntityLinkerManualExamplesTest.java
 create mode 100644 opennlp-docs/src/docbkx/entitylinker.xml

Reply via email to