Phil Williams
|
66d0fe81e2
|
moses_chart: add ChartKBestExtractor (not enabled yet)
Implements algorithm 3 from Huang and Chiang (2005)
|
2014-04-15 17:34:21 +01:00 |
|
Hieu Hoang
|
e8b2d2a269
|
bug - should get score for translation rule from the translation option, not the target phrase.
|
2013-12-17 14:54:12 +00:00 |
|
Hieu Hoang
|
f13d0c8244
|
UTIL_THROW_IF -> UTIL_THROW_IF2
|
2013-11-22 20:27:46 +00:00 |
|
Hieu Hoang
|
c2ffc022ea
|
replace CHECK with UTIL_THROW_IF in Moses
|
2013-11-19 18:52:15 +00:00 |
|
Hieu Hoang
|
17887a2796
|
replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & 4.8.2
|
2013-11-15 10:55:38 +00:00 |
|
Hieu Hoang
|
6ccc17b804
|
speed up compiling by removing headers from StaticData.h
|
2013-10-03 11:05:53 +01:00 |
|
Hieu Hoang
|
31ce9b510e
|
beautify
|
2013-09-27 09:35:24 +01:00 |
|
Hieu Hoang
|
476c6ea423
|
placeholder for chart decoding
|
2013-09-22 16:35:24 +02:00 |
|
Hieu Hoang
|
6c739bcbf5
|
constrained decoding FF works for both pb and hiero
|
2013-09-17 15:26:25 +02:00 |
|
Hieu Hoang
|
5625f37eb1
|
delete ChartBasedFeatureContext
|
2013-08-23 15:00:47 +01:00 |
|
Hieu Hoang
|
4676bca90f
|
minor renaming
|
2013-08-13 10:33:04 +01:00 |
|
Hieu Hoang
|
a867063a3b
|
convert to using shared pointers in ChartTranslationOptions
|
2013-08-09 18:16:31 +01:00 |
|
Hieu Hoang
|
13299ab2a8
|
delete pre-calculated scoring in ChartHypothesis. Should be subsumed by new scoring framework. Rename CalcScore() to Evaluate()
|
2013-06-11 16:08:59 +01:00 |
|
phikoehn
|
081710ed4c
|
alternate weight settings: added option to turn off features completely
|
2013-06-05 19:44:43 +01:00 |
|
Hieu Hoang
|
6249432407
|
beautify
|
2013-05-29 18:16:15 +01:00 |
|
Hieu Hoang
|
e8dadb58ce
|
split classes in DummyScoreProducers into separate files
|
2013-05-25 00:57:37 +01:00 |
|
Hieu Hoang
|
a80d838b0f
|
move feature functions into moses/FF
|
2013-05-24 18:02:49 +01:00 |
|
Hieu Hoang
|
d273812231
|
delete enum StatelessFeatureType. Features can be multiple types at once. Just overload the Evaluate() function you need
|
2013-05-24 16:04:38 +01:00 |
|
Hieu Hoang
|
ff880ec6f1
|
delete references to LMList
|
2013-05-21 12:27:13 +01:00 |
|
Hieu Hoang
|
f401e4f08e
|
rename entries in enum StatelessFeatureType
|
2013-05-13 15:53:56 +01:00 |
|
Hieu Hoang
|
3e64d4b341
|
enum StatelessFeatureType
|
2013-04-30 19:27:49 +01:00 |
|
Hieu Hoang
|
6885e04b42
|
move feature function variables into FeatureFunction.h
|
2012-12-31 00:57:21 +00:00 |
|
Hieu Hoang
|
c2d9d84ba0
|
move feature function variables from TranslationSystem back to StaticData
|
2012-12-19 14:37:00 +00:00 |
|
Hieu Hoang
|
5e3ef23cef
|
move moses/src/* to moses/
|
2012-11-12 19:56:18 +00:00 |
|