Commit Graph

8732 Commits

Author SHA1 Message Date
Barry Haddow
63cf00b97e pre-calculation of stateless features. Not tested. 2012-09-06 21:41:03 +01:00
Barry Haddow
1862fe54cc Make sure source phrase is initialised 2012-09-04 19:07:57 +01:00
Barry Haddow
54433bb221 Take notice of calc in t-option flag 2012-09-04 17:50:30 +01:00
Barry Haddow
2f8bffb1e1 Fix bug in loading of in-memory rule tables.
The case where there was no phrase counts was not handled
correctly.
2012-08-17 16:27:17 +01:00
Barry Haddow
2d71e5be60 Non-mpi build 2012-08-17 13:46:38 +01:00
Barry Haddow
080fa0fa4e Fixed the multiple models tests.
Multiple models won't work properly though, since the default model
is now hard-coded in various spots.
2012-07-17 22:36:10 +01:00
Barry Haddow
2b4e61d826 Merge branch 'trunk' into miramerge
Compiles, not tested.

Conflicts:
	Jamroot
	OnDiskPt/PhraseNode.h
	OnDiskPt/TargetPhrase.cpp
	OnDiskPt/TargetPhrase.h
	OnDiskPt/TargetPhraseCollection.cpp
	mert/BleuScorer.cpp
	mert/Data.cpp
	mert/FeatureData.cpp
	moses-chart-cmd/src/Main.cpp
	moses/src/AlignmentInfo.h
	moses/src/ChartManager.cpp
	moses/src/LM/Ken.cpp
	moses/src/LM/Ken.h
	moses/src/LMList.h
	moses/src/LexicalReordering.h
	moses/src/PhraseDictionaryTree.h
	moses/src/ScoreIndexManager.h
	moses/src/StaticData.h
	moses/src/TargetPhrase.h
	moses/src/Word.cpp
	scripts/ems/experiment.meta
	scripts/ems/experiment.perl
	scripts/training/train-model.perl
2012-07-17 13:36:50 +01:00
Hieu Hoang
6a94f74019 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-07-17 11:01:36 +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
3de8151836 Merge pull request #20 from runn1ng/master
Spaces in filename
2012-07-17 02:50:44 -07:00
Kenneth Heafield
a73dc0e5b4 Attempt to fix missing boost_system for some people with 1.50 2012-07-17 04:40:32 -04:00
Karel Bílek
bc64284b31 Merge remote-tracking branch 'upstream/master' 2012-07-17 04:37:16 +02:00
Karel Bílek
ad257b27d9 spaces in filepath does not wreak havoc anymore 2012-07-17 04:36:27 +02:00
Kenneth Heafield
d5c2868f97 Fix slow backoff lookup skip path 2012-07-16 10:47:47 -04:00
Rico Sennrich
9dd42dd9b6 tmcombine: fix crash with option --recompute-lexweights 2012-07-16 13:26:39 +02:00
Barry Haddow
3338c808be error checking 2012-07-16 09:13:33 +01:00
Christian Buck
1a6fd7c541 Merge pull request #19 from runn1ng/master
Czech prefixes
2012-07-13 18:36:01 -07:00
Karel Bílek
f461dc3e96 czech prefixes 2012-07-14 03:32:10 +02:00
bhaddow
d0f1c15105 enable single character option 2012-07-12 19:47:57 +01:00
Barry Haddow
6ce3440fc1 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-07-12 19:10:02 +01:00
Barry Haddow
c303142ab2 option to skip duplicate removal 2012-07-12 19:08:55 +01: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
Rico Sennrich
bed4bc08ad distortion limit for recaser should be 0 2012-07-11 16:57:05 +02:00
Rico Sennrich
be1f959a1a truecase corpus before training recaser
gives better results in (small) test, and the code already had a placeholder for it.
(without truecasing, the recaser is more likely to uppercase words like "the" if they are often sentence-initial in the training corpus)

If people don't want the default behavior changed, I can disable truecasing by default and add a command line parameter to enable it.
2012-07-11 16:27:00 +02: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
Colin Cherry
662e7e7f64 As requested by my bosses: added NRC copyright to kbmira. 2012-07-10 13:13:50 -04: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
Hieu Hoang
e0f1a01020 Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-07-10 10:23:40 +01:00
Hieu Hoang
16965f3469 convert new[] to vector. In case of leaks due to exception handling 2012-07-10 10:23:00 +01:00
Hieu Hoang
f7cabfdc50 windows-compatible. Thanks to Mike Lagwig 2012-07-10 10:08:23 +01:00
Hieu Hoang
f335047981 windows-compatible. Thanks to Mike Lagwig 2012-07-10 10:05:14 +01:00
Hieu Hoang
7d664b745e Integrate Lexi's LR Score into tuning 2012-07-10 09:25:00 +01:00
Hieu Hoang
8180181a89 Merge https://github.com/moses-smt/mosesdecoder 2012-07-10 09:19:31 +01:00
Hieu Hoang
7d982bcd8e comments 2012-07-10 09:18:37 +01:00
Hieu Hoang
f40f6393f3 A web interface to Moses. Thanks to Liang Tian 2012-07-09 10:27:28 +01:00
Hieu Hoang
388f5a2046 remove gpl code 2012-07-07 14:41:00 +01:00
Hieu Hoang
4b4b12adfa Merge branch 'master' of github.com:moses-smt/mosesdecoder 2012-07-07 14:27:57 +01:00
Hieu Hoang
1737df448a remove gpl code 2012-07-07 14:24:02 +01:00
Ales Tamchyna
0594a7706d fixed off-by-one bug 2012-07-06 14:18:39 -04:00
Ales Tamchyna
19d8afe7df adding reduce-topt-count.pl, filters translation options that will be discarded by the decoder 2012-07-06 13:48:05 -04:00
Oliver Wilson
07eabb6f2d Fix up LM request batching and asynchronousely score TranslationOptions
too.
2012-07-06 16:48:26 +01:00
Hieu Hoang
8d57651d0f move mert-moses-multi.pl 2012-07-06 12:58:06 +01:00
phikoehn
61b9d91b22 Merge branch 'master' of git://github.com/moses-smt/mosesdecoder 2012-07-06 05:14:03 +01:00
phikoehn
51589a25e7 fix for leading, trailing, and multiple spaces, suggested by Yang Gao 2012-07-06 05:12:50 +01:00