Installations
Cass
Download the file from the website http://www.vinartus.net/spa/
- Untar and extract the files
- Use these commands:
- './configure --prefix=DEST'
- (where DEST is the full path name of where Cass is to be installed)
- 'make'
- 'make install'
- (may need to do 'sudo make install')
- Copy the executable to 'usr/local/bin/'
Lopar
- Obtain the file (see Sandra Kuebler)
- Untar and extract the file
- Use these commands:
- 'make'
- 'make install'
- Copy the executable to '/usr/local/bin/'
Maltparser
Download the file from the website http://w3.msi.vxu.se/~nivre/research/MaltParser.html
- Untar and extract the file
- Copy the 'malt.jar' executable in the directory to the destination, like '/usr/local/bin/'
Snack (Mac 10.5 and Python 2.5)
Download the file from the website http://www.speech.kth.se/snack/
- Untar and extract the file
- Cd into the 'unix' directory and run:
- './configure --with-tcl=/System/Library/Frameworks/Tcl.framework --with-tk=/System/Library/Frameworks/Tk.framework'
- Go into the Makefile that this creates and change the TCL_INCPATH and TK_INCPATH lines as follows:
- 'TCL_INCPATH = /System/Library/Frameworks/Tcl.framework/Headers'
- 'TK_INCPATH = /System/Library/Frameworks/Tk.framework/Headers'
- Then use the commands:
- 'make'
- 'sudo make install'
- 'cd ../python'
- 'sudo python setup.py install'
- Go into 'tkSnack.py' and comment out line 23
- Follow the path '/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages' to the file 'tkSnack.py' and comment out line 23 there too.
Timbl (Tilburg Memory Based Learner)
Download the file from the website http://ilk.uvt.nl/timbl/
- Untar the file and cd into the directory
- Use these commands:
- './configure'
- 'make'
- 'make install'
- (may need to do 'sudo make install')
- Copy the executable to '/usr/local/bin/'
