Commit Graph

3808 Commits

Author SHA1 Message Date
XapaJIaMnu
238e79e045 Remove unused variable that likely causes crashes 2014-09-22 13:43:55 +01:00
XapaJIaMnu
7c4301af09 fix vectors not being cleared 2014-09-16 11:24:50 +01:00
XapaJIaMnu
b0e0a6a148 Make it possible to have backend specific parameters. 2014-09-15 15:42:48 +01:00
XapaJIaMnu
920ce9ae1c Fix compilation 2014-09-13 09:27:46 +01:00
XapaJIaMnu
1d65a74d62 Some file renaming and fixes 2014-09-13 09:13:10 +01:00
XapaJIaMnu
9c41a01102 Abstract BilingualLM. Working 2014-09-13 08:54:58 +01:00
XapaJIaMnu
e6bda71d2e Abstract BilingualLM to Binlm_NPLM. Doesn't compile 2014-09-12 19:01:10 +01:00
XapaJIaMnu
c8f17dd6f2 Start abstracting NPLM from BilingualLM 2014-09-12 17:11:19 +01:00
XapaJIaMnu
0c6e593c49 Fix a bunch of off by one and silly errors 2014-09-12 10:23:46 +01:00
XapaJIaMnu
52a85e3f22 Fix silly mistake in getTargetPhraseChart 2014-09-10 18:27:44 +01:00
XapaJIaMnu
1235e5bc27 Fix a stupid mistake in TargetWords 2014-09-10 18:04:39 +01:00
XapaJIaMnu
e7afe5701e Add support for moses_chart. Cleaning up needed. 2014-09-09 17:17:51 +01:00
Hieu Hoang
02b11bfd6d compiles on gcc 4.6.3 2014-09-02 23:27:16 +01:00
Hieu Hoang
b6428f412b eclipse 2014-09-02 22:42:07 +01:00
XapaJIaMnu
6d39032a01 More work, source_ngrams missing 2014-09-02 17:05:46 +01:00
XapaJIaMnu
b5070d8d13 int -> size_t 2014-09-02 16:07:18 +01:00
XapaJIaMnu
a15aa1dd1f Rename variable to better represent what it means. Start syntactic decoding 2014-09-02 16:05:25 +01:00
Rico Sennrich
2a46e8ccea parse chart compression for faster CYK+ parsing with syntax systems. 2014-09-01 18:16:22 +01:00
XapaJIaMnu
dd43c287f6 Support for POS backoff in factored models. Spaghetti code needs refactoring 2014-09-01 16:04:49 +01:00
XapaJIaMnu
6df221966d GetNeuralLMId requries word instead of factor 2014-09-01 15:36:39 +01:00
mnadejde
8ba6853dcd Delete InternalStructStatelessFF.h 2014-09-01 13:58:11 +01:00
mnadejde
76cd3df393 Delete InternalStructStatelessFF.cpp 2014-09-01 13:57:56 +01:00
XapaJIaMnu
d747543916 Make some parameters of neuralLM optional 2014-09-01 13:57:08 +01:00
XapaJIaMnu
b3ff8005f5 Get state, correct 2014-08-29 19:43:13 +01:00
XapaJIaMnu
310581100e State, almost correct or correct 2014-08-29 19:32:19 +01:00
XapaJIaMnu
b05a2b8b3a Fix small indexing error 2014-08-29 18:38:46 +01:00
Hieu Hoang
b76f0ef1b9 Merge branch 'bilingual-lm' of github.com:moses-smt/mosesdecoder into bilingual-lm 2014-08-29 17:05:03 +01:00
Hieu Hoang
59dde14742 Merge branch 'master' into bilingual-lm 2014-08-29 17:04:42 +01:00
XapaJIaMnu
0f22a5c54b Fast version. Needs some cleanup, but works 2014-08-29 17:03:24 +01:00
XapaJIaMnu
1fd72f8546 State doesn't require whole target phrase 2014-08-29 15:28:48 +01:00
XapaJIaMnu
0ae35a60b9 Full lookup cache 2014-08-29 13:43:31 +01:00
XapaJIaMnu
1420a1a593 Caching working 2014-08-28 18:09:47 +01:00
XapaJIaMnu
80c6de1cc0 Matching scores! And bugfixing 2014-08-28 14:46:07 +01:00
XapaJIaMnu
24d0bf71bf More bugfixes. Still different result from slow and fast 2014-08-27 18:37:34 +01:00
XapaJIaMnu
5b6e8f0f43 A bunch of bugfixes and initial fast version. Still something wrong 2014-08-27 13:00:09 +01:00
Michael Denkowski
1c45d780d4 all-restrict mode for MultiModel (restrict to phrases in first model) 2014-08-26 13:43:23 -04:00
Hieu Hoang
8a2ec9c57a Merge branch 'bilingual-lm' of github.com:moses-smt/mosesdecoder into bilingual-lm 2014-08-26 18:13:24 +01:00
Hieu Hoang
effa3c8964 fix Jamfile 2014-08-26 18:13:20 +01:00
XapaJIaMnu
daf99effe8 Compiles, works, outputs some numbers 2014-08-26 17:24:51 +01:00
Hieu Hoang
e819fbe7e9 Merge branch 'master' into bilingual-lm 2014-08-26 16:44:20 +01:00
XapaJIaMnu
90ea86bb4b BilingualLM FF, compiles, untested. 2014-08-26 14:42:12 +01:00
XapaJIaMnu
35e8985452 nearly done, compiles, untested 2014-08-26 12:31:35 +01:00
XapaJIaMnu
b762f46865 Getting source and target words, compiling 2014-08-25 19:01:07 +01:00
Hieu Hoang
97e5a30d3a compiles with clang on osx 2014-08-25 18:07:42 +01:00
XapaJIaMnu
d6231f80de Started implementing evaluate when applied 2014-08-22 17:44:59 +01:00
XapaJIaMnu
7e3a1df2e3 Don't do anything if we don't have enough ngrams 2014-08-22 15:50:30 +01:00
XapaJIaMnu
560440a182 EvaluateWithSource compiles 2014-08-22 15:35:52 +01:00
XapaJIaMnu
e31aff517b Add scores for target side 2014-08-22 12:49:51 +01:00
XapaJIaMnu
17bdb79d21 Some neural integration 2014-08-22 12:41:13 +01:00
XapaJIaMnu
a05e3f99d6 my bad 2014-08-21 17:50:49 +01:00