Commit Graph

4181 Commits

Author SHA1 Message Date
Hieu Hoang
85624125ce commented all classes in OnDiskPt and moses-chart-cmd. Leave ken's lm directory 2012-06-28 20:14:45 -04:00
Hieu Hoang
647e320629 commented all classes in OnDiskPt and moses-chart-cmd. Leave ken's lm directory 2012-06-28 20:12:31 -04:00
Hieu Hoang
8476b6a771 Merge https://github.com/moses-smt/mosesdecoder 2012-06-28 18:36:15 -04:00
Hieu Hoang
3a44cd3f69 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-28 18:35:57 -04:00
Hieu Hoang
7e47845ad7 Merge https://github.com/moses-smt/mosesdecoder 2012-06-28 18:35:42 -04:00
Hieu Hoang
62321765a3 change to install of tokenizer files. Thanks to Tom Hoar 2012-06-28 18:35:27 -04:00
Hieu Hoang
f2878bcdeb commented all classes in moses lib 2012-06-28 18:29:46 -04:00
Kenneth Heafield
c7e02eb677 KenLM e3b5c55910 including rest costs for probing 2012-06-28 10:58:59 -04:00
Kenneth Heafield
f6b3354f39 unistd.h for gcc 4.7.0 2012-06-28 09:20:34 -04:00
Ales Tamchyna
4c6d2e7b88 updated path to mert in mert-moses.pl 2012-06-28 08:56:06 -04:00
phikoehn
462f5f992d bug fix 2012-06-28 13:03:41 +01:00
Hieu Hoang
ed18b2191d comment classes A-M with doxygen-compatible comments. Lots of @todo 2012-06-26 19:45:02 -04:00
phikoehn
6af0b62b8a bug fix 2012-06-26 22:49:59 +01:00
Colin Cherry
65df386581 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2012-06-26 17:07:27 -04:00
Colin Cherry
58c3280c2c HypPackEnumerator now stores MiraFeatureVectors, as opposed to
FeatureDataItems. Uses roughly half the memory.
2012-06-26 17:02:32 -04:00
Barry Haddow
1013634d33 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-26 21:30:29 +01:00
Hieu Hoang
3c7b7ac9f5 rollback 2012-06-26 16:31:38 -04:00
Hieu Hoang
a4f69bb187 xcode for threaded mert 2012-06-26 16:30:17 -04:00
Barry Haddow
2021545d48 update to use git repo 2012-06-26 21:30:11 +01:00
Colin Cherry
32299593fa Added debugging info to kbmira. 2012-06-26 16:29:20 -04:00
Hieu Hoang
fbd54800c6 Merge branch 'master' of github.com:hieuhoang/mosesdecoder 2012-06-26 13:35:06 -04:00
Hieu Hoang
153e80053c lock m_vocab variable access in Encode() and Lookup(). Other functions are still not threadsafe 2012-06-26 13:33:50 -04:00
Hieu Hoang
93bff3f201 lock m_vocab variable access in Encode() and Lookup(). Other functions are still not threadsafe 2012-06-26 13:33:34 -04:00
Hieu Hoang
87e2ec0762 move tokenizer data to share folder. Thanks to Tom Hoar 2012-06-26 12:20:46 -04:00
Hieu Hoang
272f39a487 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-26 11:57:34 -04:00
Hieu Hoang
debe090426 Change Bin to RealBin. Thanks to Tom Hoar 2012-06-26 11:57:23 -04:00
Hieu Hoang
c1f0944da8 change to . Thanks to Tom Hoar 2012-06-26 11:54:16 -04:00
phikoehn
7cd8356752 minor bug fixes 2012-06-25 23:38:46 +01:00
phikoehn
135e38d355 escape bar character with proper html escape sequence 2012-06-25 23:37:59 +01:00
phikoehn
765e789c0c Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2012-06-25 23:37:28 +01:00
phikoehn
9bbe553a86 allow nbest distinct in experiment.perl 2012-06-25 23:37:01 +01:00
Hieu Hoang
00f018a477 Merge https://github.com/moses-smt/mosesdecoder into lrscore 2012-06-25 16:57:17 -04:00
Hieu Hoang
2a03f275a3 change regression data download to git instead of download from edin server.
Minor change in mert/trimStr() function to prevent warning
2012-06-25 16:03:11 -04:00
Barry Haddow
800c577d7d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-25 17:25:30 +01:00
Barry Haddow
4dca8cd866 increase version number of reg test 2012-06-25 17:25:02 +01:00
Hieu Hoang
8498b17a41 gcc version-specific error 2012-06-25 14:45:45 +01:00
Barry Haddow
0770b39bed increase test version number 2012-06-25 10:04:06 +01:00
Hieu Hoang
db4b58a465 Merge https://github.com/moses-smt/mosesdecoder 2012-06-24 11:08:35 -04:00
Hieu Hoang
a91120c12a xcode for kbmira 2012-06-24 09:41:05 -04:00
Hieu Hoang
0fd0adc1f6 merge Lexi Birch's LRScore from mert_mtm5 branch. Compiles and run. Hack, must double check with barry or lexi 2012-06-23 22:58:18 -04:00
Hieu Hoang
0cb63edcb9 merge Lexi Birch's LRScore from mert_mtm5 branch. Compiles and run. Hack, must double check with barry or lexi 2012-06-23 22:51:48 -04:00
Hieu Hoang
f48c348508 typo 2012-06-22 22:23:14 -04:00
Hieu Hoang
b1ca36387f mert now compiles with PermScorer. However, didn't implement score() - assert(false). Update Jamfile 2012-06-22 21:07:05 -04:00
Hieu Hoang
7d19fe13ae merge Lexi Birch's LRScore from mert_mtm5 branch 2012-06-22 18:19:16 +01:00
Hieu Hoang
db06d9cf65 xcode for mert exec 2012-06-21 22:36:36 +01:00
Kenneth Heafield
272aeaa67e Merge some build system changes that were made for cdec 2012-06-21 09:52:25 -04:00
Hieu Hoang
1c141f3b24 Merge https://github.com/moses-smt/mosesdecoder 2012-06-21 12:21:39 +02:00
Hieu Hoang
2d3b4d9b7c up version number. Thanks to Graham Neubig 2012-06-20 19:47:29 +02:00
Hieu Hoang
9a99d31a5c Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-06-20 15:01:15 +01:00
Hieu Hoang
112b4c768d use FindBin() to get directory of moses exec. Get ini file from command line, not hardcoded 2012-06-20 14:20:29 +01:00