This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/main by this push:
new 47367ddf8 OPENNLP-1233: Link the POS and chunk tag references (#1170)
47367ddf8 is described below
commit 47367ddf86299e0372c7668b9eabe4dfff07f35b
Author: jerry317395616 <[email protected]>
AuthorDate: Mon Jul 13 15:45:13 2026 +0800
OPENNLP-1233: Link the POS and chunk tag references (#1170)
---
opennlp-docs/src/docbkx/chunker.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/opennlp-docs/src/docbkx/chunker.xml
b/opennlp-docs/src/docbkx/chunker.xml
index a620029c8..ce569a8f4 100644
--- a/opennlp-docs/src/docbkx/chunker.xml
+++ b/opennlp-docs/src/docbkx/chunker.xml
@@ -64,9 +64,12 @@ Rockwell_NNP said_VBD the_DT agreement_NN calls_VBZ for_IN
it_PRP to_TO supply_V
[NP it_PRP ] [VP to_TO supply_VB ] [NP 200_CD additional_JJ so-called_JJ
shipsets_NNS ]
[PP for_IN ] [NP the_DT planes_NNS ] ._.]]>
</screen>
- The tag set used by the English pos model is the
+ The example uses
<link
xlink:href="https://www.ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html">
- Penn Treebank tag set
+ Penn Treebank part-of-speech tags
+ </link> and
+ <link xlink:href="https://aclanthology.org/W00-0726/">
+ CoNLL-2000 IOB chunk tags
</link>.
</para>
</section>