This is an automated email from the ASF dual-hosted git repository.
kinow 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 f53cd707 OPENNLP-1480: Quick HTML javadoc fix
f53cd707 is described below
commit f53cd707ccf54a7fd4683c6ff72b9b1534a31406
Author: Bruno P. Kinoshita <[email protected]>
AuthorDate: Sun Mar 5 15:23:50 2023 +0100
OPENNLP-1480: Quick HTML javadoc fix
---
.../src/test/java/opennlp/tools/chunker/DummyChunkSampleStream.java | 2 +-
opennlp-tools/src/test/java/opennlp/tools/chunker/DummyChunker.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/opennlp-tools/src/test/java/opennlp/tools/chunker/DummyChunkSampleStream.java
b/opennlp-tools/src/test/java/opennlp/tools/chunker/DummyChunkSampleStream.java
index b142c221..a05dd8ac 100644
---
a/opennlp-tools/src/test/java/opennlp/tools/chunker/DummyChunkSampleStream.java
+++
b/opennlp-tools/src/test/java/opennlp/tools/chunker/DummyChunkSampleStream.java
@@ -29,7 +29,7 @@ import opennlp.tools.util.ObjectStream;
/**
* This dummy chunk sample stream reads a file formatted as described at
- * <a hraf="http://www.cnts.ua.ac.be/conll2000/chunking/output.html/">] and
+ * <a href="http://www.cnts.ua.ac.be/conll2000/chunking/output.html/">] and
* can be used together with DummyChunker simulate a chunker.
*/
public class DummyChunkSampleStream extends
diff --git
a/opennlp-tools/src/test/java/opennlp/tools/chunker/DummyChunker.java
b/opennlp-tools/src/test/java/opennlp/tools/chunker/DummyChunker.java
index 6719a49b..6bacdebc 100644
--- a/opennlp-tools/src/test/java/opennlp/tools/chunker/DummyChunker.java
+++ b/opennlp-tools/src/test/java/opennlp/tools/chunker/DummyChunker.java
@@ -26,7 +26,7 @@ import opennlp.tools.util.Span;
/**
* This dummy chunker implementation reads a file formatted as described at
- * <a hraf="http://www.cnts.ua.ac.be/conll2000/chunking/output.html/">] to
+ * <a href="http://www.cnts.ua.ac.be/conll2000/chunking/output.html/">] to
* simulate a Chunker. The file has samples of sentences, with target and
* predicted values.
*/