Nicola Bertoldi
dfd6cd2dd7
changes to make Moses compliant with the most recent version (5.80.06) of IRSTLM
2014-12-15 12:25:10 +01:00
Hieu Hoang
7c159b3d58
rename ChartDecoding -> CYKPlus. Comment out CubeGrowing, not implemented
2014-12-14 13:19:38 +00:00
Hieu Hoang
10d41d025e
move collection of DistortionScoreProducer to it own class
2014-12-13 23:19:09 +00:00
Hieu Hoang
2793888cf2
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2014-12-12 12:39:01 +00:00
Hieu Hoang
31375afa62
Merge pull request #86 from marxin/distortion-scorer-no-dyncast
...
DistortionFunctionScorer dyn_cast removed in FF.
2014-12-12 12:38:26 +00:00
Hieu Hoang
20ab204feb
Merge pull request #87 from marxin/unordered-set
...
boost::unordered_set replaces std::set for m_seenPosition.
2014-12-12 12:36:40 +00:00
Hieu Hoang
5ae5a630a6
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2014-12-12 10:04:58 +00:00
Kenneth Heafield
8bbccd441a
Fix #85 by changing the default LM. Hieu said it's ok in the issue.
2014-12-11 23:51:48 -05:00
Hieu Hoang
c48a3aadc1
chmod
2014-12-11 16:54:19 +00:00
Hieu Hoang
411bd41fba
Merge ../mosesdecoder.merge-cmd
2014-12-11 14:14:11 +00:00
Hieu Hoang
1a0e329791
const some args. Ready to internalize n-best creation into Managers
2014-12-10 20:04:16 +00:00
Hieu Hoang
765d8d1350
Merge pull request #83 from lixiangnlp/patch-1
...
Update train-model.perl
2014-12-10 15:48:35 +00:00
Hieu Hoang
81640945d0
move OutputBest() to ChartManager
2014-12-10 12:47:23 +00:00
Hieu Hoang
99cfba8769
move OutputBest() to Incremental::Manager
2014-12-10 11:28:47 +00:00
Hieu Hoang
fad3ef687a
move OutputBest() to Syntax::Manager
2014-12-10 11:01:56 +00:00
Hieu Hoang
a4c9e5f920
eclipse
2014-12-09 17:58:23 +00:00
Phil Williams
030ea19e6c
Add Moses::Syntax::Manager class
...
Sits between Moses::BaseManager and S2T::Manager, F2S::Manager, etc.
2014-12-09 15:47:55 +00:00
Matthias Huck
a0b6b6a341
SoftSourceSyntacticConstraintsFeature: improved efficiency
2014-12-08 18:20:58 +00:00
Phil Williams
1353aa57dc
experiment.meta: fixes for $input-parse-relaxer
2014-12-08 16:26:08 +00:00
Phil Williams
b9a382aa78
Add filter-rule-table
...
This will eventually replace filter-rule-table.py. At the moment
it can only filter rule tables where the source-side is a STSG
fragment and when the test sentences have parse trees.
2014-12-07 14:56:48 +00:00
Phil Williams
60e56efc6b
phrase-extract: add syntax-common sub-library
...
And remove some (near-)duplicate code from pcfg-common and score-stsg.
2014-12-07 14:27:51 +00:00
Phil Williams
d966a0492b
Merge branch 'master' of ../moses
2014-12-07 13:34:48 +00:00
Phil Williams
a2708b8431
relax-parse: fix hang
...
SyntaxTree::Parse() would enter a *very* long loop due to an unintialized
member variable.
2014-12-07 12:56:41 +00:00
Phil Williams
244f28a158
relax-parse: fix hang
...
SyntaxTree::Parse() would enter a *very* long loop due to an unintialized
member variable.
2014-12-07 12:55:26 +00:00
Hieu Hoang
8c6310bf4c
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2014-12-05 23:26:24 +00:00
Matthias Huck
57298f86fd
PhraseOrientationFeature: removing state distinction again.
...
This was not supposed to be committed at this point.
2014-12-05 22:41:56 +00:00
Matthias Huck
6e43080dba
PhraseOrientationFeature: a tiny code simplification
2014-12-05 22:33:40 +00:00
Matthias Huck
bfeb7d641f
log output
2014-12-05 22:31:54 +00:00
Hieu Hoang
4b10c59bea
add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManager
2014-12-05 21:33:59 +00:00
Hieu Hoang
6a77fd0ce3
add OutputSearchGraphSLF() to API framework
2014-12-05 19:40:51 +00:00
Hieu Hoang
65c016667e
Merge ../mosesdecoder into merge-cmd
2014-12-05 18:29:37 +00:00
Hieu Hoang
23ca29a2ea
add Decode to API framework
2014-12-05 17:59:53 +00:00
Hieu Hoang
0d8e20980e
move OutputWordGraph() and OutputSearchGraph() into Managers
2014-12-05 17:23:08 +00:00
Hieu Hoang
c52f4d3e75
uninitialised variable
2014-12-05 14:19:55 +00:00
Kenneth Heafield
f97ed79a70
Month abbreviations shouldn't be causing a sentence split.
...
Yes this will break existing tokenized data :-(.
2014-12-05 03:41:01 -05:00
Matthias Huck
824bd174f1
FeatureFunction: default verbosity parameter value is "unset" ( == std::numeric_limits<std::size_t>::max() ).
...
Global verbosity level applies in this case (cf. declaration of macro IFFEATUREVERBOSE in moses/Util.h)
2014-12-04 19:21:36 +00:00
Matthias Huck
31eb7b9693
tuneable parameter is set in base class
2014-12-04 19:18:20 +00:00
Matthias Huck
59fd278ef7
IOWrapper: less compiler warnings
2014-12-04 19:16:30 +00:00
Matthias Huck
ad243f3500
Timer: no log output if verbosity parameter is 0
2014-12-04 19:14:11 +00:00
Matthias Huck
0f9e8aec91
verbosity macros
2014-12-04 19:13:42 +00:00
Hieu Hoang
38102061d2
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2014-12-04 18:36:20 +00:00
Hieu Hoang
bb6d04a9b7
Merge ../mosesdecoder.merge-cmd
2014-12-04 18:35:55 +00:00
Hieu Hoang
b23c00989b
move OutputDetailedTreeFragmentsTranslationReport() to Manager
2014-12-04 18:35:19 +00:00
Hieu Hoang
3a2f58eb2c
move OutputDetailedTranslationReport() to Manager
2014-12-04 16:46:14 +00:00
Hieu Hoang
c5fdb170fb
move OutputUnknowns() into Managers
2014-12-04 16:25:19 +00:00
Matthias Huck
7a299de66b
avoid necessity of masking "{{" in the data
2014-12-04 15:54:05 +00:00
Hieu Hoang
d5e315a599
move OutputDetailedTranslationReport() into Syntax::Manager
2014-12-04 15:28:50 +00:00
Hieu Hoang
80eada0640
delete unused methods in IOWrapper
2014-12-04 14:43:23 +00:00
Hieu Hoang
5e4b27412a
move n-best output into Syntax::Manager
2014-12-04 14:11:49 +00:00
Hieu Hoang
ba33cf93ba
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2014-12-03 23:43:39 +00:00