You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 41 Current »

Apache OpenNLP Wiki

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.

  • No labels