Commit Graph

148 Commits

Author SHA1 Message Date
Hieu Hoang
54dd865f91 create-ini.cpp 2013-02-08 12:56:12 +00:00
Hieu Hoang
b2f37dbb6f create-ini.cpp 2013-02-08 11:59:19 +00:00
Hieu Hoang
1a1f0f33f4 create-ini.cpp 2013-02-08 11:53:53 +00:00
Hieu Hoang
87ab883a6e create-ini.cpp 2013-02-08 11:44:20 +00:00
Hieu Hoang
f8783f7e0a create-ini.cpp 2013-02-08 11:35:39 +00:00
Hieu Hoang
40a074093f create-ini.cpp 2013-02-08 11:24:07 +00:00
Hieu Hoang
c0b92c1ddb add program to create ini file. Replace train-model.perl step=9 2013-02-07 19:14:26 +00:00
Hieu Hoang
dd20bbabf7 wtf is arg text-type? 2013-02-07 18:51:03 +00:00
Hieu Hoang
e96cba96ba wtf is arg text-type? 2013-02-07 18:34:27 +00:00
Hieu Hoang
839dff591f wtf is arg text-type? 2013-02-07 18:14:13 +00:00
Hieu Hoang
5a26a4c84f delete class Dictionary 2013-02-06 11:29:54 +00:00
Hieu Hoang
2573d0a122 delete LM/Factory.* 2013-02-01 21:01:44 +00:00
Hieu Hoang
f95e66c067 Merge branch 'master' into weight-new 2013-01-28 13:37:21 +00:00
Marcin Junczys-Dowmunt
d87c7c4d34 Added normalization of temporary directory path 2013-01-22 22:12:08 +01:00
Marcin Junczys-Dowmunt
fcf75fae18 Added option to specify directory or prefix for temporary files created during phrase table compacting 2013-01-22 21:11:02 +01:00
Hieu Hoang
7ed52368a8 more minor changes in scripts for new format 2012-12-18 12:45:11 +00:00
Hieu Hoang
aa00aebee6 rewrite reuse-weight 2012-12-18 10:23:00 +00:00
hieu
f323416355 delete new program for creating ini file. Hacked current perl script 2012-12-14 16:44:09 +00:00
hieu
6694df6519 mert-moses.perl create ini file in new format 2012-12-14 16:43:12 +00:00
Hieu Hoang
017bbe78e8 forgotten misc programs for Compact pt 2012-11-30 09:49:36 +00:00
Hieu Hoang
b317ac1a34 compile error on misc programs 2012-11-27 17:33:04 +00:00
marcinj
28a962e65e Change -alignment-info to -no-alignment-info 2012-11-17 18:25:30 +01:00
Barry Haddow
a90e1861c0 Alignments on by default for phrase-based 2012-11-15 12:35:43 +00:00
Hieu Hoang
c916206e84 if you don't need word alignments, but the binary phrase table has it anyway. Don't throw a fit 2012-11-14 19:48:08 +00:00
Hieu Hoang
065597dc9f only include moses root when compiling 2012-11-14 14:18:53 +00:00
Hieu Hoang
616903ed09 forgot Marcin's compact pt 2012-11-12 21:20:58 +00:00
Hieu Hoang
5e3ef23cef move moses/src/* to moses/ 2012-11-12 19:56:18 +00:00
Hieu Hoang
507b49e0f5 fix marcin's querying of compact rule table 2012-10-24 10:37:52 +01:00
Hieu Hoang
fb8eb0d111 fix marcin's querying of compact rule table 2012-10-24 10:34:28 +01:00
Hieu Hoang
6baa3d7e95 converting create_xml.perl to create_xml.cpp 2012-10-23 18:21:54 +01:00
Hieu Hoang
d246e10a1e tp.GetAlignmentInfo() -> tp.GetAlignTerm() 2012-10-22 22:09:52 +01:00
Marcin Junczys-Dowmunt
3a11b0d6fb Temporarily disabling queryPhraseTableMin due to compilation errors 2012-10-22 22:35:53 +02:00
Barry Haddow
848aafb644 Merge remote branch 'github/master' into miramerge
Conflicts:
	moses/src/AlignmentInfo.cpp
	moses/src/AlignmentInfo.h
	moses/src/ChartHypothesis.cpp
	moses/src/ChartTrellisNode.cpp
	moses/src/LM/Implementation.cpp
	moses/src/LM/Ken.cpp
	moses/src/TargetPhrase.cpp
	moses/src/TargetPhrase.h
2012-10-08 17:54:59 +01:00
marcinj
ab2e18466f Bugfix in queryPhraseTableMin, works now with target phrase factors 2012-10-04 19:14:42 +02:00
Barry Haddow
0a950ee9f4 Merge remote branch 'github/master' into miramerge
Compiles, but not tested. Had to disable relent filter. Strangely, it seems to contain the
whole of moses-cmd.

Conflicts:
	Jamroot
	OnDiskPt/TargetPhrase.cpp
	moses-cmd/src/Main.cpp
	moses/src/AlignmentInfo.cpp
	moses/src/AlignmentInfo.h
	moses/src/ChartTranslationOptionCollection.cpp
	moses/src/ChartTranslationOptionCollection.h
	moses/src/GenerationDictionary.cpp
	moses/src/Jamfile
	moses/src/Parameter.cpp
	moses/src/PhraseDictionary.cpp
	moses/src/StaticData.cpp
	moses/src/StaticData.h
	moses/src/TargetPhrase.h
	moses/src/TranslationSystem.cpp
	moses/src/TranslationSystem.h
	moses/src/Word.cpp
	phrase-extract/score.cpp
	regression-testing/Jamfile
	scripts/ems/experiment.meta
	scripts/ems/experiment.perl
	scripts/training/train-model.perl
2012-09-26 22:49:33 +01:00
Marcin Junczys-Dowmunt
200d1bdc34 Added tool to query compact phrase table 2012-09-13 14:09:32 +00: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
Marcin Junczys-Dowmunt
0e3edfd8ee Fixes for compact lexical reodering model for other formats than default 2012-08-23 10:26:22 +02:00
Marcin Junczys-Dowmunt
01b9cc36b9 Added -threads all 2012-08-11 01:03:32 +02:00
Marcin Junczys-Dowmunt
ad2d554428 Added -threads all 2012-08-11 01:03:10 +02:00
Marcin Junczys-Dowmunt
ed21d36245 Default number of threads set to 1 2012-08-10 13:22:40 +02:00
Marcin Junczys-Dowmunt
d86d1a042f Added error messages concerning input formats, alignment data, scores 2012-08-07 14:18:07 +02:00
Marcin Junczys-Dowmunt
a78cb959bb Acknowledgements added 2012-08-06 17:25:20 +02:00
Marcin Junczys-Dowmunt
9c905fa6f6 Acknowledgements added 2012-08-06 15:58:13 +02:00
Marcin Junczys-Dowmunt
11f6a3112f Updated link to documentation 2012-08-05 15:38:51 +02:00
Marcin Junczys-Dowmunt
a245e9ea55 Correction of jamfiles etc. 2012-08-04 15:39:30 +02:00
Marcin Junczys-Dowmunt
88a860d776 Warnings, build issues 2012-08-03 19:29:21 +02:00
Marcin Junczys-Dowmunt
20487f9d7f Got rid of warnings 2012-08-03 17:45:00 +02:00
Marcin Junczys-Dowmunt
023bd0c813 Credits added 2012-08-03 17:02:47 +02:00