Commit Graph

57 Commits

Author SHA1 Message Date
Hieu Hoang
883cbc2a4f Merge branch 'master' of github.com:moses-smt/mosesdecoder 2016-10-06 16:27:26 +01:00
Hieu Hoang
d8362f8a55 compile error 2016-10-06 16:23:53 +01:00
MosesAdmin
871c64cec5 daily automatic beautifier 2016-10-06 15:14:56 +01:00
Hieu Hoang
a2fd8d5b2c quering -> querying 2016-10-06 13:57:33 +01:00
Hieu Hoang
babc5acf70 check that pt exists 2016-10-06 13:48:06 +01:00
Hieu Hoang
fa888166c0 no segfault. yay 2016-10-06 13:10:55 +01:00
Hieu Hoang
7d7ae1b72c add StoreVocab 2016-10-05 16:43:04 +01:00
Hieu Hoang
0e4e64b26d getKey() -> Moses::getKey() 2016-10-05 16:26:33 +01:00
Hieu Hoang
041b13eb19 compiles but segfault 2016-10-05 15:32:56 +01:00
Hieu Hoang
2eea4dd5e0 compiles 2016-10-04 16:48:52 +01:00
Hieu Hoang
3a72b4958a update Moses::ProbingPT with Moses2::ProbingPT. Does not compile 2016-10-03 19:02:06 +01:00
Hieu Hoang
0d0f75b6e0 gets right score 2016-02-16 16:03:37 +00:00
Hieu Hoang
30eb2950ca print probint pt version 2016-01-28 20:33:16 +00:00
Hieu Hoang
10cc64ec3f save cache in descending order 2016-01-14 19:45:34 +00:00
Hieu Hoang
c131e3eb73 save most frequent source phrase to cache file 2016-01-14 16:00:10 +00:00
Hieu Hoang
5d1bc4b406 log prob 2016-01-07 12:06:49 +00:00
Hieu Hoang
859705431a use program_options to parse command line args 2016-01-07 11:11:31 +00:00
Hieu Hoang
c093bf206e increment probing pt version 2015-12-28 21:15:43 +00:00
Hieu Hoang
94db0753bb exclude LexRO from property column 2015-12-28 16:16:23 +00:00
Hieu Hoang
73516a34c2 append lex probs to pt probs 2015-12-28 15:50:42 +00:00
Hieu Hoang
06cd3b977b append lex probs to pt probs 2015-12-28 13:00:26 +00:00
Nikolay Bogoychev
2951d3496e Change API version and finish up support for additional PT features 2015-12-22 21:06:07 +00:00
Nikolay Bogoychev
6c0ca3fad7 Work to support extra features in the PT 2015-12-22 20:37:06 +00:00
Hieu Hoang
139ee7e0c8 fix tokenization 2015-12-22 18:15:00 +00:00
Hieu Hoang
ade0cb6a2f create probing pt without word alignment 2015-12-21 21:46:22 +00:00
Hieu Hoang
b27310d367 always compile with probing pt 2015-12-18 00:26:25 +00:00
Ulrich Germann
bb6e0157aa Code cleanup and refactoring. 2015-12-13 22:31:43 +00:00
Ulrich Germann
29694af6e4 Code cleanup and refactoring. 2015-12-11 01:09:22 +00:00
Ulrich Germann
fdb5d9b282 Code refactoring: All FF now get access to AllOptions at load time, so they don't have to rely on StaticData. 2015-12-08 12:56:55 +00:00
Ulrich Germann
c4e45fb128 Code cleanup. 2015-12-07 16:07:11 +00:00
Hieu Hoang
cff712c97e local variable masking class variable 2015-11-09 16:38:32 +00:00
Hieu Hoang
9b56e63d51 eclipse. And more #ifdef HAVE_XMLRPC_C 2015-11-03 19:00:58 +00:00
Hieu Hoang
4eddec075b probing pt compiles 2015-10-20 16:41:35 +01:00
Ulrich Germann
bdb0227ee9 Life cycle of TargetPhraseCollection is now managed via shared pointers. 2015-10-18 21:27:58 +01:00
Ulrich Germann
dcb8e5d3e0 Preparation for allowing context-aware decoding. 2015-05-19 02:35:39 +01:00
Hieu Hoang
39139e7a64 beautify. 2015-05-15 18:09:38 +01:00
Nicola Bertoldi
c4f04670c2 made ProbingPT constructor compliant with PhraseDictionary signature 2015-05-04 09:25:50 +02:00
Jeroen Vermeulen
eca5824100 Remove trailing whitespace in C++ files. 2015-04-30 12:05:11 +07:00
XapaJIaMnu
29a729c99b Remove old obsolete probingPT tests 2015-04-01 16:58:21 +01:00
Jeroen Vermeulen
a9c8f44896 Modernize "C" includes in moses.
This is one of those little chores in managing a long-lived C++
project: standard C headers like stdio.h and math.h now have their own
place in the C++ standard as resp. cstdio, cmath, and so on.  In this
branch the #include names are updated for the moses/ subdirectory; more
branches to follow.

C++11 adds cstdint, but to support compilation with the previous
standard, that change is left for later.
2015-03-28 20:09:03 +07:00
Hieu Hoang
05ead45e71 beautify 2015-01-14 11:07:42 +00:00
XapaJIaMnu
d0807c45f2 Fixed crash in probingPT when probability is precisely 0 2014-12-23 15:21:06 +00:00
Nikolay Bogoychev
d0f4402e86 Fix incorrect hashing in ProbingPT 2014-12-16 11:15:12 +00:00
Hieu Hoang
efa5befb16 method rename 2014-08-08 15:59:34 +01:00
Hieu Hoang
e863592f40 TargetPhrase to have pointer to the phrase table that creates it 2014-08-04 19:28:04 +01:00
Hieu Hoang
9e43830c6e bjam for ProbingPT 2014-06-13 10:20:30 +01:00
Hieu Hoang
2c6cdb5889 bjam for ProbingPT 2014-06-13 09:48:32 +01:00
Hieu Hoang
4ebcfc2142 bjam for ProbingPT 2014-06-12 18:38:04 +01:00
Hieu Hoang
ad4825ad44 integrated probing pt into decoder 2014-06-11 14:25:18 +01:00
Hieu Hoang
253f8e35fd integrated probing pt into decoder 2014-06-11 13:52:20 +01:00