All Projects → utcompling → Applied Nlp

utcompling / Applied Nlp

Course repository for Applied Natural Language Processing

Programming Languages

scala
5932 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].