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

Compare with Current View Page History

« Previous Version 4 Next »

Complete, concise instructions to build, train, and run a simple Natural Language Parsing program. Instructions are for Unix, but can easily adapt for Windows.

  1. Download and install Java.
  2. Download and install Maven.
  3. Download OpenNLP.
  4. Create development area: mkdir -p $HOME/dev/java/nlp/
  • No labels