Commit Graph

9210 Commits

Author SHA1 Message Date
Kenneth Heafield
031995d897 Insert blanks properly 2012-10-13 20:49:49 +01:00
Kenneth Heafield
0be55e4773 Update tests 2012-10-13 20:36:03 +01:00
Kenneth Heafield
64f91af29d Refactor to streamline edge creation 2012-10-13 20:32:55 +01:00
Kenneth Heafield
8ed542cf29 Merge remote branch 'upstream/master'
Conflicts:
	moses/src/TargetPhrase.h
2012-10-13 19:39:59 +01:00
Kenneth Heafield
0d9095983d Remove tmodel from TargetPhrase 2012-10-13 19:30:39 +01:00
Kenneth Heafield
42f009d86d Hacky intermediate state 2012-10-13 18:42:42 +01:00
Kenneth Heafield
0fd784968f Merge branch 'master' of github.com:kpu/moses-lazy 2012-10-13 18:38:14 +01:00
Kenneth Heafield
1f77801c24 Use newfangled score given in phrase. Fix bug for OOVs. 2012-10-13 13:35:37 -04:00
Kenneth Heafield
c55671b38e Merge remote branch 'upstream/master' 2012-10-13 12:04:09 -04:00
Kenneth Heafield
0a08ed416f Merge remote branch 'upstream/master' 2012-10-13 16:50:47 +01:00
Kenneth Heafield
1b759c169a Rule score with left rest (default same) 2012-10-13 16:49:40 +01:00
Kenneth Heafield
a1d040be11 Update moses side for edges without scores. 2012-10-12 18:34:52 +01:00
Kenneth Heafield
a2758a1ea0 Fix the -100 score and save some memory 2012-10-12 17:04:36 +01:00
Kenneth Heafield
deaae35ed8 Add hack to show model score 2012-10-12 14:38:07 +01:00
Kenneth Heafield
e33e0ffd61 It works! 2012-10-12 14:25:39 +01:00
Kenneth Heafield
e75b51bb73 Fix more conflations, update lazy 2012-10-12 14:09:45 +01:00
Kenneth Heafield
3291083be7 Fix some conflations of search algorithm with model 2012-10-12 14:01:10 +01:00
Kenneth Heafield
6f9db664a5 Work Master all the way up to main 2012-10-12 13:53:08 +01:00
Barry Haddow
732b299ba3 Included AlignmentInfo in TargetPhrase hash 2012-10-11 22:18:56 +01:00
Barry Haddow
2bef14a43e hash and equals for AlignmentInfo 2012-10-11 22:03:32 +01:00
Barry Haddow
a638736722 Reinstate Moses unit tests 2012-10-11 21:33:11 +01:00
Kenneth Heafield
e5c8cbd0c1 Merge remote branch 'upstream/master' 2012-10-11 17:12:32 +01:00
Kenneth Heafield
018696367b Remove unused function parameters 2012-10-11 17:11:42 +01:00
Kenneth Heafield
abd8f9d36b Add Manager for incremental. More ChartCellCollectionBase 2012-10-11 16:38:39 +01:00
Lane Schwartz
c541c77b2f Merge branch 'master' of www:/repos/git/Decoders/mosesdecoder 2012-10-11 10:15:00 -04:00
Kenneth Heafield
0a37050b1d Rule lookup only needs ChartCellCollectionBase 2012-10-11 14:27:30 +01:00
Kenneth Heafield
b1ace96f09 Split off ChartParser.cpp from ChartManager.cpp 2012-10-11 13:45:36 +01:00
Kenneth Heafield
7a5976b721 Make ChartParser accept ChartParserCallback 2012-10-11 13:26:47 +01:00
Kenneth Heafield
ba1915bcf7 Split off ChartParser class 2012-10-11 12:29:02 +01:00
Kenneth Heafield
a6c161c697 Split off unknown word class from ChartManager 2012-10-11 11:54:22 +01:00
Kenneth Heafield
e060a77c0f Update lazy 2012-10-10 18:41:41 +01:00
Kenneth Heafield
56be96cfaa Merge remote branch 'upstream/master'
Conflicts:
	lm/binary_format.cc
	lm/search_hashed.cc
	lm/search_hashed.hh
2012-10-10 18:31:36 +01:00
Kenneth Heafield
33b932fcc7 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-10 18:30:23 +01:00
Kenneth Heafield
45999aa791 KenLM 48a9bd9 including lower order bugfix 2012-10-10 18:29:44 +01:00
Lane Schwartz
11679849db In verbose mode, experiment.perl should print the full qsub command
prior to actually running it.
2012-10-10 13:25:58 -04:00
Lane Schwartz
0904531749 Make experiment.perl use qsub-settings from GENERAL section
if no qsub-settings are defined for the specific section being run.
2012-10-10 13:25:09 -04:00
Barry Haddow
190f4c5996 Fix non-mpi compile error 2012-10-09 21:51:32 +01:00
Hieu Hoang
75365d92cb move global variables into class. 2012-10-09 17:34:04 +01:00
Hieu Hoang
8e56ac7063 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-09 16:28:08 +01:00
Hieu Hoang
455e37a74c move global variable into class. Make PhraseDictionaryFuzzyMatch non-threadable so that Moses makes multiple copies of it when running multiple threads. I LOVE MOSES\!\!\! 2012-10-09 16:17:48 +01:00
Ales Tamchyna
608f6ba607 handle binarized phrase table in clone_moses_model.pl 2012-10-09 16:05:12 +02: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
d54b5f326b enable threading 2012-10-09 13:48:48 +01:00
Kenneth Heafield
c83fb459ac Merge remote branch 'upstream/master' 2012-10-09 13:11:14 +01:00
Hieu Hoang
2fa588249a Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-10-09 13:09:04 +01:00
Hieu Hoang
969ed4eeed tests 2012-10-09 13:08:36 +01:00
Kenneth Heafield
4991adfac1 Update lazy pointer... 2012-10-09 07:54:47 -04:00
Hieu Hoang
1c73dd1605 mkdtemp template must be have 6 'X' in Linux 2012-10-09 12:06:14 +01:00
Kenneth Heafield
1cf74f7b72 Update lazy 2012-10-09 11:32:11 +01:00