Repository: opennlp Updated Branches: refs/heads/master 99cbf0da3 -> 3a22156fa
NoJira: Fix README syntax, and minor text changes Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/95e43b30 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/95e43b30 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/95e43b30 Branch: refs/heads/master Commit: 95e43b305ce373d238bd4bd5d8eb26f54d664e46 Parents: 99cbf0d Author: Bruno P. Kinoshita <[email protected]> Authored: Sun Apr 23 20:58:23 2017 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Sun Apr 23 20:58:23 2017 +1200 ---------------------------------------------------------------------- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/95e43b30/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 02b146a..4b27762 100644 --- a/README.md +++ b/README.md @@ -29,19 +29,21 @@ The Apache OpenNLP library is a machine learning based toolkit for the processin It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. These tasks are usually required to build more advanced text processing services. -OpenNLP also included maximum entropy and perceptron based machine learning. +OpenNLP also includes maximum entropy and perceptron based machine learning. -The goal of the OpenNLP project will be to create a mature toolkit for the abovementioned tasks. +The goal of the OpenNLP project is to create a mature toolkit for the above mentioned tasks. An additional goal is to provide a large number of pre-built models for a variety of languages, as -well as the annotated text resources that those models are derived from. +well as the annotated text resources that those models are derived from. For additional information about OpenNLP, visit the [OpenNLP Home Page](http://opennlp.apache.org/) Documentation for OpenNLP, including JavaDocs, code usage and command line interface are available [here](http://opennlp.apache.org/documentation.html) -####Using OpenNLP as a Library +#### Using OpenNLP as a Library + Running any application that uses OpenNLP will require installing a binary or source version and setting the environment. To compile from source: + * `mvn -DskipTests clean install` * To run tests do `mvn test` @@ -54,3 +56,4 @@ To use maven, add the appropriate setting to your pom.xml or build.sbt following <version>${opennlp.version}</version> </dependency> ``` +
