Commit Graph

119 Commits

Author SHA1 Message Date
Hieu Hoang
308db7444a xcode projects for compact pt and lex table 2012-08-06 18:31:05 +01:00
Hieu Hoang
3308589346 minor compile error 2012-07-31 15:30:40 +01:00
Hieu Hoang
431a4f19f1 delete temporary files 2012-07-31 15:05:18 +01:00
Hieu Hoang
a1ab8e354a cleanup of variables. Need to delete temporary files 2012-07-31 02:21:48 +01:00
Hieu Hoang
379baad879 wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles. It works 2012-07-31 00:00:20 +01:00
Hieu Hoang
28d7ce1745 wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles. It works 2012-07-30 23:49:13 +01:00
Hieu Hoang
ee9fce9637 wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles 2012-07-30 21:19:06 +01:00
Hieu Hoang
97f46537b7 wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles 2012-07-30 21:07:19 +01:00
Hieu Hoang
d02ceff656 wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles 2012-07-27 00:10:49 +01:00
Hieu Hoang
e970a4fc2a move old code into its own folder 2012-07-26 16:16:47 +01:00
Hieu Hoang
63109d272b minor tweaks. Working now 2012-07-26 14:47:49 +01:00
Hieu Hoang
8329b46019 move old code into its own folder 2012-07-26 14:43:31 +01:00
Hieu Hoang
7dd138216f more debugging of tm-mt scripts 2012-07-26 14:41:34 +01:00
Hieu Hoang
824f34605d more debugging of tm-mt scripts 2012-07-26 13:04:33 +01:00
Hieu Hoang
41e990a814 more debugging of tm-mt scripts 2012-07-25 17:53:49 +01:00
Hieu Hoang
13a83ae0c7 split large cpp file into smaller .h & .cpp files 2012-07-25 12:24:31 +01:00
Hieu Hoang
7a44eaa7fb separate large cpp file into smaller header & cpp files 2012-07-25 12:22:13 +01:00
Hieu Hoang
46ed6eaa22 bring perl code into c++ 2012-07-24 16:42:35 +01:00
Hieu Hoang
c8a0107895 xcode for fuzzy-match program 2012-07-24 14:01:13 +01:00
Hieu Hoang
7787ae2a11 read in pt file. Compiles but and runs. Need to check scores 2012-07-23 16:31:38 +01:00
Hieu Hoang
8599b4fd24 read in pt file. Compiles but and runs. Need to check scores 2012-07-23 15:10:15 +01:00
Hieu Hoang
8bffcac320 error write input sentence to file for tm-mt extraction 2012-07-21 23:17:27 +01:00
Hieu Hoang
541fc740a6 Merge https://github.com/moses-smt/mosesdecoder 2012-07-20 14:23:38 +01:00
U-Hieu-PC\Hieu
1cbf457685 added paths to boost includes and libs 2012-07-20 14:15:11 +01:00
Hieu Hoang
fa5a7a92df Visual Studion project files. Submitted by a Windows developer. 2012-07-20 12:16:29 +01:00
Hieu Hoang
d8daac9bb4 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-07-19 22:22:53 +01:00
Hieu Hoang
3f9c995e18 Add PhraseDictionaryTMExtract and ChartRuleLookupManagerMemoryPerSentence to deal with per per sentence grammar. eg. Adam's suffix array and Phi Koehn's TM extraction 2012-07-19 17:56:46 +01:00
Hieu Hoang
d988ca6ed4 Merge https://github.com/moses-smt/mosesdecoder 2012-07-19 16:45:52 +01:00
Rico Sennrich
dd2cf70f3f tmcombine: fix combination of lexical reordering models 2012-07-19 10:31:46 +02:00
Hieu Hoang
9a51e283db Visual Studion project files. Submitted by a Windows developer. 2012-07-19 08:59:46 +01:00
Hieu Hoang
23cfa630fe Added phrase dictionary for phi's tm extraction. Copy of SCFG phrase dictionart so far 2012-07-18 17:59:21 +01:00
Hieu Hoang
7aa3526471 Merge https://github.com/moses-smt/mosesdecoder 2012-07-18 16:32:44 +01:00
Hieu Hoang
b32c484c35 Added phrase dictionary for phi's tm extraction. Copy of SCFG phrase dictionart so far 2012-07-18 14:52:48 +01:00
U-Hieu-PC\Hieu
ceef0342cc visual studio build 2012-07-17 23:39:55 +01:00
Hieu Hoang
07498356d2 tm-mt integration. Runs all the way through to creating rule table without crashing 2012-07-17 18:20:53 +01:00
Hieu Hoang
fbd651c9d4 tm-mt integration. Runs all the ways through to creating rule table without crashing 2012-07-17 16:52:12 +01:00
Hieu Hoang
759aaf4e9d Merge https://github.com/moses-smt/mosesdecoder 2012-07-17 11:30:39 +01:00
Hieu Hoang
e31b4242e4 win32 build submitted by Windows developer. Includes small changes to order of hypothesis popping during cube pruning 2012-07-17 11:01:07 +01:00
Hieu Hoang
83e9e22690 working scripts 2012-07-16 19:16:39 +01:00
Rico Sennrich
9dd42dd9b6 tmcombine: fix crash with option --recompute-lexweights 2012-07-16 13:26:39 +02:00
Hieu Hoang
0c68957c20 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-07-12 16:46:30 +01:00
Hieu Hoang
15b95cd042 use consistent alignment info for lexical probabilities for both forward and inverse scoring 2012-07-12 16:45:43 +01:00
Rico Sennrich
c9f2f73de3 sigtest-filter can now also filter lexical reordering tables.
didn't have a significant effect on performance in my tests, but it's nice to have smaller tables.
2012-07-12 16:04:23 +02:00
Hieu Hoang
3591f385d1 get philipp's code 2012-07-11 12:30:54 +01:00
U-Hieu-PC\Hieu
cfc1a71670 take out threading from vs build 2012-07-11 11:34:14 +01:00
U-Hieu-PC\Hieu
c7059e5e0b visual studio compiles but doesn't link 2012-07-11 10:54:21 +01:00
Hieu Hoang
4a34d5241e Merge https://github.com/hieuhoang/mosesdecoder 2012-07-10 17:09:28 +01:00
Hieu Hoang
89fc1fee05 xcode 2012-07-10 16:17:11 +01:00
Hieu Hoang
5dd0afb07b debugging lr scrore 2012-07-10 16:15:36 +01:00
Hieu Hoang
f4ca039d3c xcode 2012-07-10 15:00:56 +01:00