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/61edfe54 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/61edfe54 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/61edfe54 Branch: refs/heads/parser_regression Commit: 61edfe5402d187ea5c78445b9335b0577f5bc6e0 Parents: 178aeb3 Author: smarthi <[email protected]> Authored: Sun Mar 26 12:40:20 2017 -0400 Committer: Jörn Kottmann <[email protected]> Committed: Sun Apr 16 19:24:56 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/61edfe54/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/61edfe54/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>
