Kenneth Heafield
2ee2f28812
Another attempt at fixing linkage/macro definition
2015-02-24 15:38:44 -05:00
Kenneth Heafield
04d4f311dc
Don't drop bin into random directories
2015-02-23 18:18:45 -05:00
Phil Williams
0346fbb138
filter-rule-table: stopgap (non-) filtering for T2S/SCFG
2015-02-23 11:27:20 +00:00
Phil Williams
0bff50449e
Fix -search-algorithm 8
2015-02-23 11:12:00 +00:00
Matthias Huck
372d14a9e8
missing condition
2015-02-20 21:46:38 +00:00
Matthias Huck
f317a2cebd
PhraseOrientationFeature
...
better efficiency via precomputation of non-terminal orientation classes,
plus a bugfix (weights vector was not read correctly)
2015-02-20 20:53:50 +00:00
Matthias Huck
9f4ebd83e0
TargetPhrase: can store arbitrary data
2015-02-20 20:53:25 +00:00
Matthias Huck
fd08880bde
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-02-19 20:49:46 +00:00
Hieu Hoang
32de075022
beautify
2015-02-19 12:27:23 +00:00
Hieu Hoang
6d4bad0f78
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2015-02-18 21:56:48 +00:00
Hieu Hoang
add14db330
use VERBOSE instead of cerr
2015-02-18 21:56:35 +00:00
Phil Williams
357f33b0d5
Fix -output-unknowns for -search-algorithm 3 (moses_chart)
2015-02-18 16:22:13 +00:00
Hieu Hoang
b223256040
park Joint LM. Doesn't work anymore
2015-02-18 15:11:03 +00:00
Matthias Huck
22df3e899e
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-02-16 19:57:15 +00:00
Matthias Huck
a4130744c3
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-02-16 19:30:31 +00:00
Kenneth Heafield
d1fc94925a
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2015-02-16 13:49:13 -05:00
Kenneth Heafield
93ab057eda
Try to fix Boost static/dynamic linkage
2015-02-16 13:49:01 -05:00
Christophe SERVAN
90471e22a8
Change Namespace in TER library
2015-02-16 19:46:25 +01:00
Matthias Huck
6028c7cf9c
tuneable-components config parameter for feature functions
2015-02-16 18:39:25 +00:00
Christophe SERVAN
d0ff70decc
Change Namespace in TER library
2015-02-16 19:34:41 +01:00
Christophe SERVAN
87a4f19546
Memory leak correction in TER algorithm
2015-02-16 19:02:46 +01:00
Matthias Huck
8025cbf350
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-02-16 15:10:15 +00:00
Matthias Huck
eaaae89acc
tuneable-components config parameter for feature functions
2015-02-16 15:10:06 +00:00
Ales Tamchyna
f6884c55a1
restoring broken evaluation of translation option list
2015-02-16 12:32:00 +01:00
Ales Tamchyna
a46daa1938
target (internal) bigrams for VW
2015-02-16 11:36:16 +01:00
Ales Tamchyna
b05fc4c9bc
properly register bigram VW feature
2015-02-16 11:30:36 +01:00
Ales Tamchyna
a9926e7f49
source bigram feature for VW
2015-02-16 10:59:55 +01:00
Hieu Hoang
30ddd69de3
Merge github.com:aminorex/mosesdecoder
2015-02-15 23:16:29 +00:00
Hieu Hoang
9e47ff0c46
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2015-02-15 22:41:01 +00:00
akimbal1
915c29b0dd
detokenization fixes and features
2015-02-15 17:19:47 -05:00
Ulrich Germann
064b01c054
Code reorganization and cleanup around Lexical Reordering Round 2.
...
Hope it compiles this time.
2015-02-15 16:34:54 +00:00
akimbal1
eff60db207
stop treating dash like hyphen
2015-02-15 00:23:29 -05:00
akimbal1
f307e56273
merge upstream
...
cking branch 'upstream/master'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-02-14 23:56:41 -05:00
akimbal1
6352dc773c
closer match to perl tokenizer
2015-02-14 23:37:44 -05:00
Ulrich Germann
17ddbc7d38
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-02-15 01:46:22 +00:00
Ulrich Germann
ccf44f39fb
Code cleanup and reorganization. A few classes have been renamed to shorter names.
2015-02-15 01:45:22 +00:00
Jeroen Vermeulen
74223532d4
Merge branch 'instantiate-languagemodelken'
2015-02-14 19:03:09 +01:00
Jeroen Vermeulen
2d3788024a
Explicitly instantiate LanguageModelKen.
...
Generates code for the template class's member functions inside Ken.cpp.
Otherwise, depending on the compiler (as with gcc 4.9.2 on Cygwin64), the
linker may not find the functions' implementations.
2015-02-14 19:01:12 +01:00
Ulrich Germann
e520a3d39e
Code cleanup.
2015-02-14 04:52:06 +00:00
Ulrich Germann
52d9779e77
Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
2015-02-14 02:00:10 +00:00
Ulrich Germann
6ca6f017cb
A few more regression test routines log the command line executed.
2015-02-14 02:00:05 +00:00
Jeroen Vermeulen
c52931e909
Missing include: boost/foreach.hpp.
...
Fixes compile error on BOOST_FOREACH.
2015-02-13 17:31:25 +01:00
Hieu Hoang
727c5942d2
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2015-02-13 13:52:36 +00:00
Jeroen Vermeulen
1ccd7b55d5
Merge branch 'master' of github.com:moses-smt/mosesdecoder
2015-02-13 14:37:57 +01:00
Hieu Hoang
c3762be8eb
Merge branch 'isnan'
2015-02-13 13:31:19 +00:00
Jeroen Vermeulen
63299df447
Fix undefined isnan() on Cygwin gcc 4.8.
...
Include <cmath>, where isnan() is defined, and qualify use with namespace: std::isnan().
2015-02-13 13:54:29 +01:00
Barry Haddow
34b139e2ae
Remove debug
2015-02-13 12:14:18 +00:00
Phil Williams
92a21f9d3a
train-model.perl: fix "argument isn't numeric" warning
2015-02-13 11:55:39 +00:00
Phil Williams
7e54e23fe2
Update transliteration scripts to use the on-disk phrase table
...
The scripts now use CreateOnDiskPt instead of processPhraseTable (which
is no longer supported and was removed by commit f3a84fc01
).
2015-02-13 11:36:16 +00:00
Ulrich Germann
fa3f82a04d
Merge branch 'master' into sampled-lexicalized-reordering
2015-02-13 02:22:37 +00:00