Commit Graph

13216 Commits

Author SHA1 Message Date
Hieu Hoang
ccbcc14ed8 move OutputDetailedTranslationReport() to Managers 2014-12-03 17:04:10 +00:00
Hieu Hoang
184e79f4d6 add OutputAlignment() to BaseManager. 2014-12-03 15:00:36 +00:00
Hieu Hoang
fb25616bdd add OutputLatticeSamples() to BaseManager. Move OutputAlignment() to ChartManager 2014-12-03 12:05:35 +00:00
Hieu Hoang
5bbd30ec12 comment out running script. Need to get git version to insert into exec 2014-12-02 19:25:47 +00:00
Hieu Hoang
49a2ff1faa Merge branch 'merge-cmd' 2014-12-02 19:09:34 +00:00
Hieu Hoang
3da8415095 add OutputNBest() as abstract method to BaseManager. Tighten up framework 2014-12-02 19:09:10 +00:00
Philipp Koehn
9d55ce13c0 change for thot integration 2014-12-02 14:05:56 -05:00
Hieu Hoang
ba7afba9f6 move n-best code for phrase-based from IOWrapper to ChartManager 2014-12-02 17:40:53 +00:00
Phil Williams
f84f159247 Add score-stsg, a program for scoring STSG extract files 2014-12-02 17:10:20 +00:00
Hieu Hoang
08c57bce87 delete OutputNBest() in IOWrapper 2014-12-02 15:12:01 +00:00
Hieu Hoang
d0576866af move OutputLatticeSamples() for phrase-based from IOWrapper to Manager 2014-12-02 14:58:44 +00:00
Hieu Hoang
29ead5be7b move n-best code for phrase-based from IOWrapper to Manager 2014-12-02 14:38:03 +00:00
Hieu Hoang
2fdd49d973 start cleanup of IOWrapper. Constructor takes no args 2014-12-01 15:26:47 +00:00
Rico Sennrich
56921cae3b small simplification of recursive CYK+
(following Chris Dyer's suggestion and Phil's refactoring in S2T decoder)
2014-12-01 11:05:17 +00:00
Xiang Li
e1e14a91ee Update train-model.perl
The default hmm iterations of GIZA++ is 5. Even though the "hmm-align" option is not set. The hmm align is also activated when using the training script.
2014-12-01 11:26:53 +08:00
Hieu Hoang
46e7aebce4 move SetBooleanParameter to Parameter class. Make it a specialized version of template SetParameter 2014-11-30 20:15:15 +00:00
mliska
0a264bf5e3 DistortionFunctionScorer dyn_cast removed in FF. 2014-11-29 17:02:10 +01:00
mliska
381c3f64d8 std::unordered_set replaces std::set for m_seenPosition. 2014-11-29 16:59:10 +01:00
Hieu Hoang
b2c0fa097c make GetParam() a const method with no side effect 2014-11-28 18:33:45 +00:00
Hieu Hoang
da8b4b74eb make GetParam() a const method with no side effect 2014-11-28 18:29:03 +00:00
Hieu Hoang
79e1c12c1c make GetParam() a const method with no side effect 2014-11-28 17:15:01 +00:00
Hieu Hoang
e8cdbcd84b make GetParam() a const method with no side effect 2014-11-28 14:46:10 +00:00
Hieu Hoang
8306de019c make GetParam() a const method with no side effect 2014-11-27 23:02:41 +00:00
Hieu Hoang
d249e398ea Merge branch 'merge-cmd' of github.com:moses-smt/mosesdecoder into merge-cmd 2014-11-27 21:12:05 +00:00
Hieu Hoang
5b82661163 make GetParam() a const method with no side effect 2014-11-27 21:09:05 +00:00
Hieu Hoang
f49294f5ba eclipse 2014-11-27 18:43:46 +00:00
Hieu Hoang
cafd01854d make GetParam() a const method with no side effect 2014-11-27 18:41:40 +00:00
Hieu Hoang
b70c34a083 make GetParam() a const method with no side effect 2014-11-27 17:49:08 +00:00
Hieu Hoang
604208964a make GetParam() a const method with no side effect 2014-11-27 12:51:23 +00:00
Hieu Hoang
e2ef576f40 Merge branch 'master' of github.com:moses-smt/mosesdecoder into merge-cmd 2014-11-27 12:12:29 +00:00
Paul Baltescu
4eaf58f100 Integrate OxLM tree models. 2014-11-27 01:34:22 +00:00
Hieu Hoang
0f597bfad6 make GetParam() a const method with no side effect 2014-11-26 18:44:06 +00:00
Hieu Hoang
32869f5c7c Merge branch 'merge-cmd' of github.com:moses-smt/mosesdecoder into merge-cmd 2014-11-26 17:55:21 +00:00
Hieu Hoang
194b84eeec Parameter class cleanup 2014-11-26 17:54:52 +00:00
Hieu Hoang
ea229fd25c Merge branch 'master' of github.com:moses-smt/mosesdecoder into merge-cmd 2014-11-26 17:53:46 +00:00
Hieu Hoang
cdb5cd3e62 make GetParam() a const method with no side effect 2014-11-26 17:47:33 +00:00
Hieu Hoang
a2bb435a1a make GetParam() a const method with no side effect 2014-11-26 16:41:25 +00:00
XapaJIaMnu
6be776bcd1 Implement a TODO 2014-11-26 12:31:47 +00:00
Rico Sennrich
4ca730a67c improve bilingualLM alignment heuristics consistency 2014-11-26 10:32:41 +00:00
Rico Sennrich
ee759bfede move bilingual-lm training scripts 2014-11-26 10:32:37 +00:00
Barry Haddow
805eb551be Insert correct settings for nbest list. Not threadsafe though. 2014-11-25 16:48:37 +00:00
Rico Sennrich
70c2ca0fd1 re-apply commit e0b3105 (write tree fragment string, not pointer) 2014-11-25 12:00:03 +00:00
XapaJIaMnu
5b00eb6509 Throw an exception in case no alignemnt is found in BilingualLM 2014-11-24 14:19:55 +00:00
Hieu Hoang
a2967ab206 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-11-24 14:11:23 +00:00
Hieu Hoang
7331d7a46c eclipse 2014-11-24 13:56:46 +00:00
Hieu Hoang
efed89d0e6 eclipse 2014-11-24 13:46:08 +00:00
Tomáš Musil
4cb81e3093 lmtype now preferred as symbolic name 2014-11-24 12:20:36 +01:00
Paul Baltescu
a1e7ed8217 Cache OxLM queries when loading the phrase table. 2014-11-22 19:03:43 +00:00
Hieu Hoang
cf49419013 bug when compiled --with-mm but not using simulated post-editing 2014-11-22 10:49:24 +00:00
Ulrich Germann
6a70eed481 Bug fix in a sanity check in PrefixTree.h 2014-11-21 23:58:17 +00:00