-
Notifications
You must be signed in to change notification settings - Fork 1
Memory Based Word Predictor/Language Model
License
durian/wopr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Info ==== Run 'sh bootstrap' first if starting with a fresh checkout. General ======= ./configure make With a local Timbl installation: ./configure --prefix=/home/pberck/local --with-timbl=/home/pberck/local make export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/pberck/local/lib If Timbl has been installed system-wide, the configure script should be able to find it without the --with-timbl invocation. Timbl support can be explicitly disabled by specifying --without-timbl. You will be left with a Wopr which can create data sets and run an n-gram language mode. OS X ==== ./configure --with-timbl=/Users/pberck/install/ Something like this might be needed: export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/Cellar/icu4c/50.1/lib Debian ====== export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib seems to be needed when the libraries are installed in the default place. If not, the following is needed (with the correct path filled in): export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/pberck/local/lib
About
Memory Based Word Predictor/Language Model
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published