Kenneth Heafield
769c19d10c
KenLM a6d57501dcac95a31719a8628f6cbd288f6741e2 including Marcin's fixed pruning
2015-01-22 11:42:46 -05:00
Ulrich Germann
7aa4d5d8d5
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
...
Conflicts:
moses-cmd/simulate-pe.cc
2014-11-20 17:55:51 +00:00
Kenneth Heafield
36da8d1e0c
KenLM 370f97fa549f02e162a3a0f17bf3ad6cce2c3813
2014-10-08 08:42:53 -04:00
Ulrich Germann
a58c7ceb18
Fixed issues with ambiguity in typedef of uint64_t (conflict between boost typedef and stdint typedef).
2014-09-10 12:07:57 +02:00
Kenneth Heafield
62b476cd45
Fix fd leak noticed by Barry Haddow
2014-07-22 11:43:20 +08:00
Kenneth Heafield
c83c5a3ee6
D'ph forgot to copy util
2014-07-19 06:54:01 +08:00
Kenneth Heafield
6d9173ba72
KenLM f81d02792087a837ea17e6ce2b33f9b7aaecca68 should fix segfault with ArrayTrie
2014-06-04 16:03:39 -07:00
Kenneth Heafield
dd03f9fb69
KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hh
2014-06-02 10:29:40 -07:00
Kenneth Heafield
8ae4d153c8
Consolidated, consistent rt target fixes single-threaded build
2014-03-11 11:29:40 -07:00
Kenneth Heafield
e1d8f5c2ae
Do not compile pcqueue_test for single-threaded builds
2014-03-11 11:11:24 -07:00
Kenneth Heafield
29f02c597f
Fix progress bar for compressed files
2014-01-30 15:55:25 -08:00
Kenneth Heafield
df8b179b7a
Update read_compressed to support concatenated gzip
2014-01-30 09:03:01 -08:00
Kenneth Heafield
ffd62e994e
Fix C++11 compilation error / Chris Dyer
2014-01-27 22:25:43 -08:00
Kenneth Heafield
14e02978fc
KenLM 5cc905bc2d214efa7de2db56a9a672b749a95591
...
Avoid unspecified behavior of mmap when a file is resized reported by Christian Hardmeier
Fixes for Mavericks and a workaround for Boost's broken semaphore
Clean clang compile (of kenlm)
Merged some of 744376b3fb
but also undid some of it because it was just masking a fundaemntal problem with pread rather than working around windows limitations
2014-01-27 16:51:35 -08:00
Rico Sennrich
9e177cb472
SyntaxConstraintFeature (without any actual constraints; useful to build/output syntax tree from GHKM tree fragments)
2014-01-16 18:45:26 +00:00
jiejiang
5f1217d793
merged upstream with origin for mingw
2014-01-15 18:16:56 +00:00
Hieu Hoang
b5558c36b8
get rid of all aborts
2014-01-13 14:37:05 +00:00
Hieu Hoang
1431cc5688
delete check.hh
2014-01-05 18:19:51 +00:00
Kenneth Heafield
732a1b0744
KenLM 85c82bd, revamp Moses timer to have more precision
2014-01-01 13:19:06 -08:00
jiejiang
744376b3fb
moses windows build, with some TODO list
2013-12-18 20:15:39 +00:00
Hieu Hoang
deb2797632
replace CHECK with UTIL_THROW_IF. It's gonna be a fun week
2013-11-15 20:14:10 +00:00
Hieu Hoang
682563df76
UTIL_THROW_IF2 with base Exception class
2013-11-15 18:29:22 +00:00
Kenneth Heafield
208116c5c1
Fix call_realloc double free
2013-10-12 20:19:01 +01:00
Kenneth Heafield
5cca6fafcb
KenLM 6f7913cc7ca0f7672c6d899358365f047a742bbb
...
Mostly fixes from Tetsuo Kiso and Jonathan Graehl
2013-09-09 10:43:20 +01:00
Kenneth Heafield
794867c555
KenLM 6b4a1c7940a36026de1d96693ccb6ec0f16de8dc
2013-06-24 16:05:47 +01:00
Kenneth Heafield
36c17f3c93
librt only for single-threaded linux
2013-06-05 12:30:05 +01:00
Kenneth Heafield
611df02326
librt for single threaded
2013-06-05 09:41:44 +01:00
Hieu Hoang
d81b049430
request pulled in error
2013-05-31 15:13:43 +01:00
Hieu Hoang
a1990c77d3
Merge pull request #36 from lixiangnlp/patch-2
...
Swap for sized iterator
2013-05-31 07:10:18 -07:00
Hieu Hoang
6249432407
beautify
2013-05-29 18:16:15 +01:00
Kenneth Heafield
59bd7deb4b
Tetsuo's two patches
2013-05-29 05:30:39 -04:00
Hieu Hoang
1e7a51483f
delete slow version of FindStringPiece() \Ken
2013-05-27 00:33:01 +01:00
Hieu Hoang
e13884dbc4
rollback change 'cos Ken is hassling me
2013-05-19 21:13:00 +01:00
Hieu Hoang
33588b702c
compile error on mac osx. Just #ifdef for now, but should use Boost or something to make it cross-platform. It keeps happening
2013-05-19 19:16:52 +01:00
Kenneth Heafield
1c81c5582f
Make a slow code path for std::set FindStringPiece. I had fixed sparse features to use hash tables. But Hieu reverted this and kludged
...
FindStringPiece to be slow. This change returns my code to being fast and leaves the performance problem to Hieu/Eva.
2013-05-19 10:22:50 -04:00
Kenneth Heafield
50652382e9
KenLM 10ddf7d923355b35a7de9a5219673eca9e18be98 except Hieu's slow string_piece_hash
2013-05-19 10:12:06 -04:00
Xiang Li
4cbca04331
Swap for sized iterator
2013-05-17 09:04:47 +08:00
Hieu Hoang
ce95c117f6
merge
2013-04-29 18:46:48 +01:00
Kenneth Heafield
627f3f908c
OS X returns EINVAL for write > 2^31
2013-03-31 15:58:34 +01:00
Kenneth Heafield
55f02f2fec
Accept concatenated bzip2 files
2013-03-19 14:46:52 +00:00
Kenneth Heafield
03b077364a
KenLM 31a6644 resizable probing hash table, build fixes
2013-01-24 12:07:46 +00:00
Kenneth Heafield
e2fc306231
KenLM 58da33: compiler warnings, correctly handle bare K, kill HAVE_BOOST
2013-01-22 20:23:35 +00:00
Kenneth Heafield
cfe7d00ea2
Compiler warnings, rename to ${binary}_main.cc
2013-01-20 13:43:19 +00:00
Kenneth Heafield
a52d97f99f
Cross platform fixes
2013-01-20 12:25:58 +00:00
Hieu Hoang
8a3b93c72e
compile error on mac
2013-01-20 11:52:18 +00:00
Kenneth Heafield
fc5868d0ff
KenLM df5be22 lmplz for estimation
2013-01-18 15:59:51 +00:00
Kenneth Heafield
a7731ce432
KenLM 014bced6
2013-01-17 11:58:58 +00:00
Kenneth Heafield
2e5c1af5da
Also ftruncate64 on android
2013-01-10 13:45:41 +00:00
Kenneth Heafield
f8b2b49afa
Stupid android 64-bit file offsets, static assert sizeof(off_t) == 8
2013-01-10 13:32:17 +00:00
Kenneth Heafield
366ca8afff
Remove if that doesn't do anything, define _FILE_OFFSET_BITS 64
2013-01-07 17:38:04 +00:00