Commit Graph

170 Commits

Author SHA1 Message Date
Kenneth Heafield
e75b51bb73 Fix more conflations, update lazy 2012-10-12 14:09:45 +01:00
Hieu Hoang
2b32a29199 enable threading 2012-10-09 14:10:04 +01:00
Hieu Hoang
78e5884dd7 enable threading 2012-10-09 14:01:41 +01:00
Hieu Hoang
1c73dd1605 mkdtemp template must be have 6 'X' in Linux 2012-10-09 12:06:14 +01:00
Hieu Hoang
f0b6ff1094 if don't find best match, pick the 1st 2012-10-08 21:42:16 +01:00
Hieu Hoang
8076866728 xcode 2012-10-08 17:45:29 +01:00
Hieu Hoang
90e87bb8f9 eclipse project files 2012-10-05 17:28:43 +01:00
Hieu Hoang
83374e2810 eclipse project files 2012-10-05 17:17:27 +01:00
Hieu Hoang
9ae55243e2 remove dependency on boost filesystem object 2012-10-04 15:08:22 +01:00
Wilker Aziz
7f5b6b2310 better doc 2012-10-03 20:04:48 +02:00
wlin12
f92d63c9a2 input type bug fix 2012-10-02 18:54:51 +01:00
Hieu Hoang
a9c890e55e rename CTO to CTOs 2012-09-25 17:34:43 +01:00
Hieu Hoang
bd90816716 delete ChartTranslationOptionCollection. Roll everything into manager 2012-09-25 17:08:38 +01:00
Kenneth Heafield
15b0ae1aef Single-threaded compilation fixes 2012-09-21 18:34:48 -04:00
Jacob Dlougach
b1c702afab XCode project files update 2012-09-21 16:16:10 +04:00
Wilker Aziz
ab191b562e query results can now be sorted and pruned 2012-09-18 11:39:39 +02:00
Arianna Bisazza
be5678afb7 combine-ptables: Implementation of fillup and other operations of translation and reordering models combination 2012-09-18 11:06:50 +02:00
Wilker Aziz
f6e3eff8d9 signatures changed to cpp strings 2012-09-14 15:35:05 +02:00
Wilker Aziz
c300705772 i) check for invalid paths; ii) added sample data; iii) added --with-cmph in setup.py 2012-09-14 12:51:31 +02:00
Wilker Aziz
629805a90a Added an option to use/not use cmph and details about building/compiling in README 2012-09-14 11:59:18 +02:00
Wilker Aziz
8a2309b75b Customized delimiter + properties added to BinayPhraseTable 2012-09-12 11:46:43 +02:00
Wilker Aziz
92295911b1 Renaming python PhaseTable to BinaryPhaseTable + better docs 2012-09-12 11:05:28 +02:00
Wilker Aziz
85dd58fed3 Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2012-09-12 00:50:31 +02:00
Wilker Aziz
2ad634dd88 Better setup.py + python tree moved under contrib/ 2012-09-12 00:48:43 +02:00
Marcin Junczys-Dowmunt
3f5dcf4d06 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-09-11 16:13:03 +02:00
junczys
bac859c451 Fix locking in AlignmentInfoCollection.* 2012-09-11 16:06:05 +02:00
Rico Sennrich
0f3de74934 possible fix for tmcombine for models without alignment info 2012-09-11 14:33:30 +02:00
wlin12
dca9d8952d added some more documentation 2012-09-07 18:41:25 +01:00
wlin12
d3e19c4fb2 adding the code for relative entropy pruning to contrib/relent-filter 2012-09-07 17:35:58 +01:00
wlin12
6202c7cc60 adding the code for relative entropy pruning to contrib/relent-filter 2012-09-07 17:33:44 +01:00
Rico Sennrich
4e2fc82854 new training option -write-lexical-counts
(creates additional files lex.counts.e2f and lex.counts.f2e)
2012-09-06 11:48:54 +02:00
Hieu Hoang
71b6404091 eclipse 2012-09-04 10:28:19 +01:00
Hieu Hoang
92b15c103f delete reranker, not finished according to Holger Schwenk. 2012-09-02 12:14:32 +01:00
Marcin Junczys-Dowmunt
174b5006b2 Removed debugging artefact 2012-08-24 12:04:23 +00:00
Hieu Hoang
1ca447cc99 Merge https://github.com/hieuhoang/mosesdecoder 2012-08-24 00:40:50 +01:00
Rico Sennrich
d33b860ec3 fix sigtest filter for hierarchical models 2012-08-22 14:53:48 +02:00
Marcin Junczys-Dowmunt
94b37ddf8f Removed debugging artifact 2012-08-22 14:25:33 +02:00
Marcin Junczys-Dowmunt
74d8426e36 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-08-22 12:00:37 +02:00
Marcin Junczys-Dowmunt
6fbac429b1 faster, better memory footprint, replaced sets with ordered vectors 2012-08-22 12:00:22 +02:00
Hieu Hoang
a3450ea99b eclipse project files 2012-08-20 15:08:37 +01:00
Hieu Hoang
2711f1f621 eclipse project files 2012-08-20 13:35:24 +01:00
Hieu Hoang
2d32304c24 rename tm-mt extraction to fuzzy match 2012-08-13 23:53:14 +01:00
Hieu Hoang
a7b8c75b44 servlet and jquery interfaces for moses server. Thanks to Alexander Ulanov 2012-08-12 13:18:58 +01:00
Jonathan Clark
e99576aedc Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2012-08-10 15:32:08 -04:00
Jonathan Clark
6f008096ea Use Moses' Timer class, which is based on wall-time instead of the C clock() function, which measures clock ticks used within the *process* rather than each thread. This makes timings more meaningful in multi-threaded mode. However, these timings will still be inaccurate on Windows (second-level only). 2012-08-10 15:32:00 -04:00
Hieu Hoang
1d2f887ffc Delete CellCollection class 2012-08-10 12:35:49 +01:00
Hieu Hoang
4ad66381ff xcode 2012-08-09 13:18:46 +01:00
Hieu Hoang
654ed29209 better indication of what phrase table implementation is being loaded 2012-08-09 12:47:48 +01:00
Hieu Hoang
fd122ea630 xcode 2012-08-08 18:29:26 +01:00
Hieu Hoang
9b465f535e get rid of tmpnam 2012-08-06 21:41:24 +01:00