this closes apache/opennlp#146
Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/178aeb34 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/178aeb34 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/178aeb34 Branch: refs/heads/parser_regression Commit: 178aeb34763e66ce6a3fd1097a5e95cdfe90d140 Parents: 36de013 Author: Bruno P. Kinoshita <[email protected]> Authored: Sat Mar 25 08:17:30 2017 -0400 Committer: Jörn Kottmann <[email protected]> Committed: Sun Apr 16 19:24:56 2017 +0200 ---------------------------------------------------------------------- opennlp-docs/src/docbkx/namefinder.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/178aeb34/opennlp-docs/src/docbkx/namefinder.xml ---------------------------------------------------------------------- diff --git a/opennlp-docs/src/docbkx/namefinder.xml b/opennlp-docs/src/docbkx/namefinder.xml index f0f9a44..1ecb13c 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 aditional feature generators with respect to the API defined above. + The sample xml is constains additional feature generators with respect to the API defined above. </para> <para> The following table shows the supported elements:
