Hieu Hoang
05ead45e71
beautify
2015-01-14 11:07:42 +00:00
Nicola Bertoldi
e4eb201c52
merged master into dynamic-models and solved conflicts
2014-12-13 12:52:47 +01:00
Nicola Bertoldi
1fe4eb0528
beautify
2014-06-08 09:44:59 +02:00
Nicola Bertoldi
4d75c889f1
merged master into dynamic-models
2014-06-08 09:39:37 +02:00
Ulrich Germann
3145bf3cc4
Commented out unused variable.
2014-06-05 01:40:51 +01:00
Nicola Bertoldi
2f3cd5e2fe
beautify
2014-05-19 15:34:27 +02:00
Hieu Hoang
1465cf94b7
debugging info
2014-04-30 20:47:58 +01:00
Hieu Hoang
26abab8e5c
debugging info
2014-04-30 20:20:07 +01:00
Ulrich Germann
21f141ce0d
Merge branch 'master' into dynamic-phrase-tables
...
Conflicts:
moses/InputPath.cpp
moses/Word.cpp
2014-04-08 14:58:29 +01:00
Ulrich Germann
f63606a92b
1. Renamed PhraseDictionary member function release() to Release().
...
2. Added option to check phrase prefixes for early stopping of
InputPath generation when translating confusion networks.
2014-03-25 01:49:24 +00:00
germann
f7ec2ee09a
1. Fixed order of initializations in constructor so gcc won't complain.
...
2. Added call to PhraseDictionary.release(TargetPhraseCollection*) to
release used TargetPhraseCollection's.
2014-03-24 10:55:47 +00:00
Rico Sennrich
45630a5851
various optimizations to make CYK+ parser several times faster and eat less memory.
...
speed-up of decoding depends on how much time is spent in parser:
10-50% speed-up for string-to-tree systems observed (more on long sentences and with high max-chart-span).
if you only use hiero or string-to-tree models (but none with source syntax), use compile-option --unlabelled-source for (small) efficiency gains.
2014-03-21 11:12:24 +00:00
Hieu Hoang
f13d0c8244
UTIL_THROW_IF -> UTIL_THROW_IF2
2013-11-22 20:27:46 +00:00
Hieu Hoang
22864c2b4b
replace CHECK with UTIL_THROW_IF in Moses
2013-11-19 17:23:19 +00:00
Hieu Hoang
bb511af0ee
minor rename of variables
2013-10-02 16:51:16 +01:00
Hieu Hoang
31ce9b510e
beautify
2013-09-27 09:35:24 +01:00
Ulrich Germann
82a2639f22
Formatting. Fixed order in which members are initialized.
2013-09-25 22:05:01 +01:00
Hieu Hoang
ffbfcb5577
placeholders work in pb decoder. God i'm bored
2013-09-19 16:33:21 +02:00
Hieu Hoang
f379e5cb8a
lattice decoding with sparse features
2013-09-10 15:36:21 +02:00
Hieu Hoang
1adf7d0521
lattice decoding with sparse features
2013-09-08 15:57:31 +02:00
Hieu Hoang
0596c3e9e4
Add NonTerminalSet variable to InputPath
2013-08-02 15:54:49 +01:00
Hieu Hoang
231c32fae9
create queue of InputPath objects. Starting SCFG parsing with lattices and conf net
2013-07-30 15:28:20 +01:00
Hieu Hoang
0b23a0e327
rollback excluding translation options that have incompatible alignments for placeholders. This should be exclude at the training step
2013-07-26 19:39:10 +01:00
Hieu Hoang
d3aa3ee65c
source and target factors for placeholders
2013-07-19 18:23:38 +01:00
Hieu Hoang
04801de0ae
support for placeholder in pb model
2013-07-19 17:41:52 +01:00
Hieu Hoang
e528921e44
beautify
2013-07-19 15:38:39 +01:00
Hieu Hoang
b7b23dd703
starting placeholder
2013-07-19 15:38:13 +01:00
Hieu Hoang
116f1dcd41
beautify
2013-07-19 13:58:39 +01:00
Hieu Hoang
1234b433da
minor compile error
2013-07-19 13:52:47 +01:00
Hieu Hoang
ea02ef6b6e
find placeholders
2013-07-18 23:09:33 +01:00
Hieu Hoang
6088531dfe
starting placeholder
2013-07-18 20:39:15 +01:00
Hieu Hoang
0b5776faf7
starting placeholder
2013-07-18 20:23:44 +01:00
Hieu Hoang
958d7ca9b8
prefix subphrase optimization for confusion networks
2013-07-09 16:56:49 +01:00
Hieu Hoang
92163d5091
prefix subphrase optimization done for confusion networks
2013-07-09 15:48:36 +01:00
Hieu Hoang
5f9d0a85f5
rename vector<InputPath> to InputPathList. Pass regression tests
2013-07-09 14:19:35 +01:00
Hieu Hoang
fad88a1451
begin adding input score to InputPath
2013-07-08 22:47:02 +01:00
Hieu Hoang
29b895a97a
InputLatticeNode to InputPath
2013-07-07 02:14:51 +01:00
Hieu Hoang
ecef376aed
rename InputLatticeNode.h to InputPath.h
2013-07-06 22:42:52 +01:00