Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki space for the developers and users of Apache OpenNLP. Use this wiki to share proposals, test plans, corpora information, etc.

Contributing

Pull Requests

We prefer PR instead of directly changing the code. To do that:

  1. Create a local branch for a jira you are working on, say OPENNLP-903
  2. Commit code locally against the branch, OPENNLP-903
  3. Push the branch to ur remote github
  4. Make a PR from branch to apache/opennlp trunk
  5. For merging PRs see http://mahout.apache.org/developers/github.html

Prefer to squash commits.