Commit Graph

12450 Commits

Author SHA1 Message Date
Ulrich Germann
f32a313a05 Mmsapt now uses timespec on linux, timeval om MacOS for time stamps. 2014-08-05 02:22:20 +01:00
Ulrich Germann
215041dfff Bug fix in Jamroot with respect to compiling without --with-cmph. 2014-08-05 02:19:43 +01:00
Hieu Hoang
11471de9b8 mac osx 2014-08-04 18:50:10 +01:00
Ulrich Germann
2220581205 Merge branch 'bo-safe' of /fs/sif0/germann/git/mosesdecoder into bo-safe 2014-08-04 17:53:26 +01:00
Ulrich Germann
c269abb083 Added num_read_write.cc to fakelib mm. 2014-08-04 17:52:08 +01:00
Ulrich Germann
9fad5d3eb0 Eliminated dependence on endian.h and related byte swapping on big-endian machines. 2014-08-04 17:52:08 +01:00
Ulrich Germann
df3fb4ac5c Merge branch 'master' of https://github.com/moses-smt/mosesdecoder
Conflicts:
	doc/Mmsapt.howto
2014-08-04 17:26:15 +01:00
Ulrich Germann
ef307b29c2 Replaced content by pointer to online documentation. 2014-08-04 17:20:33 +01:00
Ulrich Germann
2711360ce7 Added missing #include. 2014-08-04 17:19:58 +01:00
Ulrich Germann
990b51fc12 Renamed file for Mmsapt documentation. 2014-08-04 17:17:45 +01:00
Marcin Junczys-Dowmunt
5c9017c632 Forgot to add SetFeaturesToApply 2014-08-03 19:44:43 +02:00
Marcin Junczys-Dowmunt
ff6ed8cd21 Fixed segfault for features depending on factors not in phrase table (i.e. added by generation models) 2014-08-03 18:03:42 +02:00
Hieu Hoang
688bf4c061 each target phrase knows what decode graph created it 2014-08-02 17:15:01 +01:00
Hieu Hoang
e4c5ba2edf delete new extract 2014-08-02 14:50:32 +01:00
Hieu Hoang
0fb8e65fa7 compile error on eclipse 2014-08-01 22:44:35 +01:00
Hieu Hoang
fbbc756117 add virtual void ChangeSource(InputType *&input) const
to FeatureFunction
2014-08-01 22:41:24 +01:00
Barry Haddow
65b3e0b96e Missing include 2014-08-01 11:13:34 +01:00
Philipp Koehn
e3b26f334f grrrr... 2014-07-31 21:02:08 -04:00
Philipp Koehn
e5bbdcae9e Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-07-31 20:53:26 -04:00
Philipp Koehn
c795098963 added flush switch (-b) to normalize-punctuation.perl 2014-07-31 20:53:04 -04:00
Marcin Junczys-Dowmunt
f616954a03 Put back destructor in OpSequenceModel.* 2014-07-31 23:00:09 +02:00
Marcin Junczys-Dowmunt
73a822975d Merge branch 'master' of github.com:moses-smt/mosesdecoder 2014-07-31 22:44:20 +02:00
Marcin Junczys-Dowmunt
8930d50076 Added support to OSM for all KenLM model types 2014-07-31 22:44:12 +02:00
hieu
5741ef2635 compile error in gcc 4.4 2014-07-30 18:01:51 +01:00
Hieu Hoang
8d7871125f delete extract-ordering. Not part of the core functionality 2014-07-30 13:16:40 +01:00
Hieu Hoang
24d740d1f0 move doc for suffix array 2014-07-29 18:27:02 +01:00
Hieu Hoang
d5989af348 move doc for suffix array 2014-07-29 18:26:16 +01:00
Ulrich Germann
f9d167345a Changed feature and parameter names for Mmsapt / PhraseDictionaryBitextSampling as requested by PK. 2014-07-29 13:57:00 +01:00
Ulrich Germann
6a1beb770d Cleanup work to get rid of compiler warnings. 2014-07-29 13:51:44 +01:00
Matthias Huck
7b02017da1 use std::numeric_limits 2014-07-28 19:49:43 +01:00
Matthias Huck
56a3655ba9 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-07-28 18:30:06 +01:00
Matthias Huck
3a5dee12e8 implementation of phrase orientation in GHKM extraction
(...but a corresponding feature function for the chart-based decoder has not been written yet)
2014-07-28 18:27:12 +01:00
Hieu Hoang
56425968e1 eclipse 2014-07-28 16:42:48 +01:00
Marcin Junczys-Dowmunt
061aac9e3b First attempt at fixing missing-backoffs bug in lmplz 2014-07-27 20:35:15 +02:00
Barry Haddow
52a1056f9e Cache FNames to make sparse lex reorder faster 2014-07-24 21:23:08 +01:00
Barry Haddow
11d5fc3fef Remove, don't just comment out 2014-07-24 16:25:53 +01:00
Barry Haddow
d43f0e40fe Unused code 2014-07-24 16:20:49 +01:00
Barry Haddow
2f31485c29 Avoid dynamic_cast in critcal path code. 2014-07-24 16:01:54 +01:00
Barry Haddow
2826ccc001 Boost version update, specify filesystem v3
Shout if it breaks your favourite platform!
2014-07-23 17:22:14 +01:00
phikoehn
573076976f added transliteration into ems example config, minor fixes 2014-07-23 15:44:55 +01:00
phikoehn
2d11fe3916 Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoder 2014-07-23 15:40:04 +01:00
phikoehn
2239501b21 allow specification of weights for lm interpolation 2014-07-23 15:39:42 +01:00
Hieu Hoang
c5147cbac4 eclipse 2014-07-23 12:35:56 +01:00
Barry Haddow
bfb5cca518 Merge branch 'master' of github.com:moses-smt/mosesdecoder
Conflicts:
	util/read_compressed.cc
2014-07-23 09:40:55 +01:00
Philipp Koehn
55ae15a6f8 integration of Uli Germann's memory mapped suffix array phrase table into EMS 2014-07-22 10:12:14 -04:00
Philipp Koehn
36919b53a7 example files for memory mapped suffix array phrase table by Uli Germann 2014-07-22 10:10:34 -04:00
Barry Haddow
5a45fc71eb Some more debug 2014-07-22 09:24:23 +01:00
Kenneth Heafield
62b476cd45 Fix fd leak noticed by Barry Haddow 2014-07-22 11:43:20 +08:00
Ulrich Germann
4f670afe48 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 2014-07-22 00:28:57 +01:00
Ulrich Germann
d097e31038 Added how-to for memory-mapped suffix array phrase tables. 2014-07-22 00:28:10 +01:00