Hieu Hoang
b8f67b51f3
convert class TargetNgramFeature to new feature framework
2013-11-11 01:50:40 +00:00
Kenneth Heafield
fe01a02fcb
Initialize variables...
2013-11-06 19:30:32 -08:00
Hieu Hoang
f0070e5c83
delete caching parameters. Now phrase-table specific
2013-11-06 18:51:13 +00:00
Hieu Hoang
9ec6f9ebd8
delete
2013-11-06 17:50:52 +00:00
Hieu Hoang
08d888382d
add DALM. Just a skeleton so far
2013-11-05 14:37:56 +00:00
Hieu Hoang
7e78dc5a63
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-11-05 12:07:41 +00:00
Hieu Hoang
3531bcd10f
basic decoder
2013-11-05 12:07:24 +00:00
Matthias Huck
69ef1d4645
Merge branch 'master' of git://github.com/moses-smt/mosesdecoder
2013-11-04 21:46:49 +00:00
Matthias Huck
a57aed6483
added replace-unicode-punctuation.perl
2013-11-04 21:46:36 +00:00
Hieu Hoang
88569e2e0a
rand lm compiles
2013-11-04 20:09:15 +00:00
Barry Haddow
97695164dd
Basic support for WADE analysis
...
Partial support for running WADE (http://www.umiacs.umd.edu/~hal/damt/ )
analysis from ems. You still need to create the input-reference alignments
somehow - for example by running training with the test set concatenated
to the training set.
To use WADE, (i) add 'wade = /path/to/wade.py' to the EVALUATION section and
(ii) add 'alignment = /path/to/alignments' to the approriate stanza
for each test set.
2013-11-01 16:56:55 +00:00
Hieu Hoang
cd00ca77f4
eclipse
2013-11-01 16:22:10 +00:00
Hieu Hoang
4b004b26d3
output list of available feature functions
2013-11-01 15:17:24 +00:00
Hieu Hoang
d51702f387
output list of available feature functions
2013-11-01 15:16:47 +00:00
Hieu Hoang
40eefd0fc5
don't compile compact pt if --with-cmph not specified
2013-10-31 13:16:20 +00:00
Hieu Hoang
24f95297fc
compiles with clang
2013-10-31 12:46:41 +00:00
Hieu Hoang
b926346bfe
compiles with eclipse under OSX Mavericks
2013-10-30 21:23:16 +00:00
Hieu Hoang
36a8bb50df
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-10-30 16:35:15 +00:00
Hieu Hoang
a5f391e3f3
remove description argument from feature function constructor. Redundant
2013-10-29 18:59:53 +00:00
Hieu Hoang
bd82b7355b
remove description argument from feature function constructor. Redundant
2013-10-29 18:44:33 +00:00
Hieu Hoang
ab8402cfe8
remove description argument from feature function constructor. Redundant
2013-10-29 18:20:55 +00:00
Hieu Hoang
4cc4913aa6
remove description argument from feature function constructor. Redundant
2013-10-29 18:09:42 +00:00
Hieu Hoang
d21e99e444
remove description argument from feature function constructor. Redundant
2013-10-29 17:46:03 +00:00
Hieu Hoang
5eb95fc4a6
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-10-29 12:54:55 +00:00
Hieu Hoang
518a766ed2
add NeuralLM
2013-10-28 23:34:50 +00:00
Hieu Hoang
37896ed854
add NeuralLM
2013-10-28 23:21:02 +00:00
Hieu Hoang
0af1df9f8b
add NeuralLM
2013-10-28 22:11:37 +00:00
Hieu Hoang
24decc1264
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-10-25 10:12:58 -07:00
Barry Haddow
31aa9f2a63
Do not output phrase penalty by default
2013-10-24 21:12:47 +01:00
phikoehn
19cc9346b6
minor bug fix
2013-10-24 06:26:41 +01:00
Hieu Hoang
11bbedb7b7
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-10-19 11:47:58 -07:00
Barry Haddow
3b996362f4
correct usage
2013-10-17 14:37:41 +01:00
phikoehn
ecc30bcfe2
also report lm scores, and matched n-gram length (thanks Ken!)
2013-10-13 22:05:07 +01:00
phikoehn
e6257ddc43
one more fix
2013-10-13 09:04:03 +01:00
phikoehn
30c8c294e0
ooops
2013-10-13 07:08:50 +01:00
phikoehn
8e23a3f2c1
more enriched trace
2013-10-13 06:59:05 +01:00
phikoehn
793686ea14
Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoder
2013-10-13 01:04:54 +01:00
phikoehn
630f33f946
specification changes for multiple operation sequence models
2013-10-13 01:04:28 +01:00
Kenneth Heafield
208116c5c1
Fix call_realloc double free
2013-10-12 20:19:01 +01:00
Phil Williams
a554918834
Merge remote branch 'origin/GHKMStruct'
2013-10-11 23:18:00 +01:00
phikoehn
29d2c015a3
removed spurious $input-extension
2013-10-11 02:02:01 +01:00
Hieu Hoang
e8951c9243
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-10-10 21:30:17 +00:00
Hieu Hoang
9cbfa50102
add actual config file and run command used to train and decode this example
2013-10-10 21:30:07 +00:00
Hieu Hoang
bedb3ba675
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-10-10 21:17:01 +01:00
phikoehn
75e007d0f3
minor fixes
2013-10-10 10:12:56 +01:00
Phil Williams
69f5e4bec3
Merge branch 'master' into GHKMStruct
2013-10-09 16:21:49 +01:00
Hieu Hoang
08a88a6046
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-10-08 23:36:05 +01:00
Hieu Hoang
a7d462cda6
Merge pull request #47 from dmavroeidis/master
...
Update nonbreaking_prefix.el
2013-10-08 11:37:38 -07:00
Hieu Hoang
f1e500a9f7
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2013-10-08 10:16:54 +01:00
Dimitris Mavroeidis
f9abcb55d4
Update nonbreaking_prefix.el
...
Added non-breaking prefixes for Greek.
2013-10-07 20:51:02 +03:00