cdec
cdec copied to clipboard
Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms
ubgpu@ubgpu:~/github/cdec/build$ cmake .. -- The C compiler identification is GNU 4.8.4 -- The CXX compiler identification is GNU 4.8.4 -- Check for working C compiler: /usr/bin/cc -- Check for working...
Cannot build cdec on openSUSE Tumbleweed because it fail to link libpthread ``` [ 29%] Linking CXX executable dump_counts /usr/lib64/gcc/x86_64-suse-linux/5/../../../../x86_64-suse-linux/bin/ld: ../../util/stream/libklm_util_stream.a(chain.cc.o): undefined reference to symbol 'sem_post@@GLIBC_2.2.5' /lib64/libpthread.so.0: error adding symbols:...
We updated cdec to allow a sparse vector of features rather than a single cost on each edge. PyCdec relies on storing edges in tuples, and while a double was...
Hi, I just wanted to let you know an error the tokenize-anything.sh script makes for Italian sentences, that is it doesn't split "C'è" ("There's").
Hi Chris, the Apache people are going around asking about licenses. Can you make it clear that the klm directory is LGPL for the most part? (Exceptions apply to BSD-style...
Neither $cdec/training/utils/decode-and-evaluate.pl nor $cdec/training/utils/parallelize.pl get copied to the build directory $cdec/build/training/utils/ They probably should be (along with everything else in the directory), but until then mira.py needs to look one...
Type clock_t is defined in sys/types.h in POSIX. Compilation otherwise fails on FreeBSD.
Changed to be compatible with autoconf-2.63-5.1.el6.noarch
- added a flag to enable dumping of expected counts after EM training. (algorithm now creates counts even for the final iteration) - some refactoring when dumping tables
There seem to be a number of missing imports for compilation.