• Stars
    star
    124
  • Rank 282,390 (Top 6 %)
  • Language
    Scala
  • Created over 11 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Course repository for Applied Natural Language Processing

Applied Natural Language Processing

This is the course repository for Applied Natural Language Processing, with stubs for homeworks. For more information, see the course wiki. There is also a class mailing list. Individuals who are not in the class at UT Austin are welcome to join in the discussion.

Requirements

Configuring your environment variables

The easiest thing to do is to set the environment variables JAVA_HOME and ANLP_DIR to the relevant locations on your system. Set JAVA_HOME to match the top level directory containing the Java installation you want to use.

Next, add the directory ANLP_DIR/bin to your path. For example, you can set the path in your .bashrc file as follows:

export PATH=$PATH:$ANLP_DIR/bin

More Repositories