mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-13 00:59:02 +03:00
e923c82cf5
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1992 1f5c12ca-751b-0410-a591-d2e778427230
32 lines
779 B
Plaintext
32 lines
779 B
Plaintext
This software is based on pieces of the memcached server.
|
|
|
|
To start an LM server:
|
|
|
|
./lmserver -x /tmp/moses-reg-test-data-2/lm/europarl.en.srilm.gz -o 3
|
|
|
|
-o specifies the order, -x specifies the file.
|
|
|
|
|
|
The following was taken from the memcached README:
|
|
|
|
Dependencies:
|
|
|
|
-- libevent, http://www.monkey.org/~provos/libevent/ (libevent-dev)
|
|
|
|
If using Linux, you need a kernel with epoll. Sure, libevent will
|
|
work with normal select, but it sucks.
|
|
|
|
epoll isn't in Linux 2.4 yet, but there's a backport at:
|
|
|
|
http://www.xmailserver.org/linux-patches/nio-improve.html
|
|
|
|
You want the epoll-lt patch (level-triggered).
|
|
|
|
If you're using MacOS, you'll want libevent 1.1 or higher to deal with
|
|
a kqueue bug.
|
|
|
|
The memcached website is at:
|
|
|
|
http://www.danga.com/memcached/
|
|
|