Versions Compared

Key

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

Complete, concise instructions to build, train, and run a simple Natural Language Parsing program. Instructions are for Unix, but can easily adapt for Windows. For the purposes of these instructions, all downloads are presumed to be in $HOME/archives.

  1. Download and install Java.
  2. Download and install Maven.
  3. Download OpenNLP.
  4. Create development area:
    mkdir -p $HOME/dev/java/
  5. Change to development area:
    cd $HOME/dev/java/nlp/
  6. Extract files:
    tar zxf $HOME/archives/apache-opennlp-*-incubating-src.tar.gz
  7. Rename directory:
    mv apache-opennlp-*-incubating-src opennlp