Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a-rios authored Nov 22, 2017
1 parent 0b26245 commit d442a07
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@ javac -cp $MALTPARSER_DIR/maltparser-1.8/maltparser-1.8.jar MaltParserServer.jav
move binaries to ../bin:
`mv MaltParserServer.class MPClient.class ../bin/`

## lttoolbox
http://wiki.apertium.org/wiki/Lttoolbox

If you're on Linux, lttoolbox may be part of your distribution, e.g. Debian, and can be installed through your package managment system (make sure to install the development package as well, something like lttoolbox-dev or lttoolbox-devel).
To compile the lexical transfer module in squoia:
```
cd $SQUOIA_DIR/MT_systems/matxin-lex
make
```
To compile the bilingual dictionary, do (only necessary if you made changes to es-quz.dix):
```
cd $SQUOIA_DIR/MT_systems/squoia/esqu/lexica
lt-comp lr es-quz.dix es-quz.bin
```

## libsvm
https://www.csie.ntu.edu.tw/~cjlin/libsvm
Expand Down

0 comments on commit d442a07

Please sign in to comment.