Skip to content

Course repository for Applied Natural Language Processing

Notifications You must be signed in to change notification settings

JimSEvans/applied-nlp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Course repository for Applied Natural Language Processing

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 91.7%
  • Shell 5.4%
  • R 2.9%