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

Compare with Current View Page History

« Previous Version 6 Next »

Complete, concise instructions to build, train, and run a simple Natural Language Parsing program to tag parts of speech. 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
  6. Extract files:
    tar zxf $HOME/archives/apache-opennlp-*-incubating-src.tar.gz
  7. Rename directory:
    mv apache-opennlp-*-incubating-src opennlp
  • No labels