Repository: opennlp Updated Branches: refs/heads/master 6c32e3fd6 -> cb52b273e
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/cb52b273 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/cb52b273 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/cb52b273 Branch: refs/heads/master Commit: cb52b273e76f074e402a9cd04d00fcc5c4695588 Parents: 6c32e3f Author: smarthi <[email protected]> Authored: Sun Mar 26 12:40:20 2017 -0400 Committer: smarthi <[email protected]> Committed: Sun Mar 26 12:40:20 2017 -0400 ---------------------------------------------------------------------- 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/cb52b273/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/cb52b273/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>
