this closes apache/opennlp#147
Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/817cb038 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/817cb038 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/817cb038 Branch: refs/heads/parser_regression Commit: 817cb038a1b339be5e4b1d89985d9934cc273dc0 Parents: fe19c27 Author: smarthi <[email protected]> Authored: Sun Mar 26 12:40:20 2017 -0400 Committer: Jörn Kottmann <[email protected]> Committed: Thu Apr 20 12:40:24 2017 +0200 ---------------------------------------------------------------------- opennlp-docs/src/docbkx/namefinder.xml | 2 +- .../src/main/java/opennlp/tools/ml/maxent/io/package.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/817cb038/opennlp-docs/src/docbkx/namefinder.xml ---------------------------------------------------------------------- diff --git a/opennlp-docs/src/docbkx/namefinder.xml b/opennlp-docs/src/docbkx/namefinder.xml index 1ecb13c..1e72a82 100644 --- a/opennlp-docs/src/docbkx/namefinder.xml +++ b/opennlp-docs/src/docbkx/namefinder.xml @@ -388,7 +388,7 @@ new NameFinderME(model);]]> </generators>]]> </programlisting> The root element must be generators, each sub-element adds a feature generator to the configuration. - The sample xml is constains additional feature generators with respect to the API defined above. + The sample xml contains additional feature generators with respect to the API defined above. </para> <para> The following table shows the supported elements: http://git-wip-us.apache.org/repos/asf/opennlp/blob/817cb038/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/io/package.html ---------------------------------------------------------------------- diff --git a/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/io/package.html b/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/io/package.html index 5e1a59a..c6fa27b 100644 --- a/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/io/package.html +++ b/opennlp-tools/src/main/java/opennlp/tools/ml/maxent/io/package.html @@ -28,6 +28,6 @@ <body bgcolor="white"> Provides the I/O functionality of the maxent package including reading -and writting models in several formats. +and writing models in several formats. </body> </html>
