Commit Graph

73 Commits

Author SHA1 Message Date
hieuhoang1972
b62dda41ed change unknown word processing to be closer to the way pharaoh does it - create unknown word whenever single word is not in translation table but penalise hypothesis for using it.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1228 1f5c12ca-751b-0410-a591-d2e778427230
2007-02-21 19:51:17 +00:00
hieuhoang1972
7ecb0ce66e change unknown word processing to be closer to the way pharaoh does it - create unknown word whenever single word is not in translation table but penalise hypothesis for using it.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1227 1f5c12ca-751b-0410-a591-d2e778427230
2007-02-21 19:48:53 +00:00
hieuhoang1972
e247f1da6f fixed regression test failing. Number of features for generation models MUST be specified in ini file, no backward compatability hack
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1209 1f5c12ca-751b-0410-a591-d2e778427230
2007-02-13 19:15:34 +00:00
hieuhoang1972
afe5f3bf2e undo update to regression data version
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1060 1f5c12ca-751b-0410-a591-d2e778427230
2006-12-13 12:41:15 +00:00
hieuhoang1972
abd4adfb0c undo accidental checkin for MosesRegressionTesting.pm
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@999 1f5c12ca-751b-0410-a591-d2e778427230
2006-11-22 15:50:59 +00:00
hieuhoang1972
dd721e1b4f Mac xcode proj
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@997 1f5c12ca-751b-0410-a591-d2e778427230
2006-11-22 15:19:28 +00:00
nicolabertoldi
90d9147d9e Add simple regression test for nbest
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@986 1f5c12ca-751b-0410-a591-d2e778427230
2006-11-20 13:42:04 +00:00
nicolabertoldi
7f7e7dfbd9 Add regression test for confusion network and multiple factors
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@985 1f5c12ca-751b-0410-a591-d2e778427230
2006-11-20 13:27:24 +00:00
hieuhoang1972
4e2f8cf550 consistent file extension
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@967 1f5c12ca-751b-0410-a591-d2e778427230
2006-11-09 06:55:23 +00:00
hieuhoang1972
a373d97ecf consistent file extension
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@966 1f5c12ca-751b-0410-a591-d2e778427230
2006-11-08 22:44:29 +00:00
bojar
27fe632194 being safe and dying when unknown --cmdline-option supplied
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@824 1f5c12ca-751b-0410-a591-d2e778427230
2006-09-21 14:45:03 +00:00
redpony
c69cfaf33e Allow the factor delimiter, that is, the string that separates the factors in a 'word' to be specified to moses and to train-factored-phrase-model.perl. The default is still to use '|'. Multi-character delimiters are allowed (for example, '+++'). Added a regression test for multi-character delimiters.
Remove JHU dependencies on make release.  It now looks for GIZA++ and sets the BINDIR inside train-factored-phrase-model.perl at installation time (note: because of this, this script MUST BE released before it can be run now).



git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@812 1f5c12ca-751b-0410-a591-d2e778427230
2006-09-12 15:53:50 +00:00
phkoehn
1d7bf5f8c2 regression tests had to adjusted to changes in verbose handling
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@801 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-30 17:05:45 +00:00
hieuhoang1972
1e63b42c06 fixed to run from any directory
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@661 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-11 18:36:23 +00:00
hieuhoang1972
47ab16ba5d fixed to work with most recent moses (8/11 1429) and to use good coding style (yay perl module!)
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@660 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-11 18:25:01 +00:00
hieuhoang1972
80e0f752fa fixed to work with most recent moses as of now (8/11 1429) and to use good coding style (yay perl module!)
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@659 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-11 18:24:15 +00:00
redpony
c8d3471bbe fix tests
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@657 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-11 18:16:00 +00:00
eherbst
b340381eb4 put a couple common functions into a utils perl module; fixed a bit of broken format-checking
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@652 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-11 16:35:50 +00:00
hieuhoang1972
99de4efd3c eclipse proj
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@650 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-11 16:13:42 +00:00
eherbst
0afacafddf adding characters to the printing of output dir
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@645 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-11 15:00:59 +00:00
hieuhoang1972
d11540e254 redirect cout to cerr using TRACE_ERR
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@586 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-08 22:32:29 +00:00
redpony
7f8914c6d5 fix to allow new hypothesis debugging format
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@566 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-08 18:50:28 +00:00
redpony
e9fd44ef13 check in regression tests to CVS
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@557 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-08 15:54:30 +00:00