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

Compare with Current View Page History

« Previous Version 9 Next »

Complete, concise instructions to build, train, and run a simple Natural Language Parsing program to tag parts of speech (PoS). Instructions are for Unix, but can easily adapt for Windows.

Save all downloads to $HOME/archives.

  1. Download and install Java.
  2. Download and install Maven.
  3. Download OpenNLP.
  4. Download a PoS Treebank into $HOME/archives/pos.
  5. Create development area:
    mkdir -p $HOME/dev/java/
  6. Change to development area:
    cd $HOME/dev/java
  7. Extract files:
    tar zxf $HOME/archives/apache-opennlp-*-incubating-src.tar.gz
  8. Rename directory:
    mv apache-opennlp-*-incubating-src opennlp
  9.  
  • No labels