mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 10:59:21 +03:00
242846f07c
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@2939 1f5c12ca-751b-0410-a591-d2e778427230 |
||
---|---|---|
.. | ||
examples | ||
aclocal.m4 | ||
AUTHORS | ||
BUILD | ||
ChangeLog | ||
compile | ||
config.guess | ||
config.h.in | ||
config.status | ||
config.sub | ||
configure | ||
configure.ac | ||
COPYING | ||
daemon.c | ||
depcomp | ||
INSTALL | ||
install-sh | ||
lmserver.c | ||
lmserver.h | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
NEWS | ||
README | ||
srilm.cc | ||
srilm.h | ||
stamp-h1 | ||
stats.h | ||
thread.c |
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/