Commit Graph

145 Commits

Author SHA1 Message Date
MosesAdmin
f895e09292 daily automatic beautifier 2016-06-07 18:20:39 +01:00
Ales Tamchyna
7c5bb9328c less verbosity in VW 2016-05-17 13:16:09 +02:00
Ales Tamchyna
2a58011d37 vw corner cases when looking inside factors 2016-04-04 16:32:39 +02:00
Ales Tamchyna
90f6f4d4a7 vw context bigram features; support using tag subsets as features in VW 2016-04-04 15:22:43 +02:00
Ales Tamchyna
4f85b605c9 bilingual features for VW 2016-03-24 18:09:07 +01:00
Ales Tamchyna
2536352875 towards using aligned source words in context features 2016-03-24 15:07:48 +01:00
Ales Tamchyna
4f807c47c8 implementing VWContextBilingual 2016-03-24 12:58:20 +01:00
Ales Tamchyna
90a3650b42 minor 2016-03-24 12:45:35 +01:00
Ales Tamchyna
073f9c5656 bugfix in context hash 2016-03-23 17:37:19 +01:00
Ales Tamchyna
c7a1d21abd refactoring VW state class 2016-03-23 16:45:53 +01:00
Ales Tamchyna
01301ac816 removing unused variables 2016-03-23 14:16:11 +01:00
Ales Tamchyna
f6f506e814 clarification 2016-03-23 14:10:25 +01:00
Ales Tamchyna
47e1ffc108 more comments 2016-03-23 14:05:29 +01:00
Ales Tamchyna
f85952c47c some comments 2016-03-23 13:36:54 +01:00
Ales Tamchyna
e6b00a0c22 re-factoring VW integration 2016-03-23 13:32:28 +01:00
Ales Tamchyna
acf7d7eedd update VW context feature interface 2016-03-23 12:38:57 +01:00
Ales Tamchyna
73c0a86445 minor 2016-03-22 16:08:57 +01:00
Ales Tamchyna
a7e33755f9 optimizations 2016-03-22 15:11:41 +01:00
Ales Tamchyna
3e5c0e8667 minor 2016-03-10 14:01:47 +01:00
Ales Tamchyna
d972d50b79 optimizing VW queries by caching 2016-03-10 13:41:56 +01:00
Ales Tamchyna
6b579c2156 VW feature functions now also output extracted features for caching 2016-03-09 19:27:24 +01:00
Ales Tamchyna
1007b376b2 return feature ids when adding features 2016-03-09 18:52:07 +01:00
Ales Tamchyna
4486c8ec43 important bug fix in target-side VW, adding optional debugging messages 2016-03-08 14:42:45 +01:00
Ales Tamchyna
f13ba3bdfb bugfix 2016-03-07 18:04:17 +01:00
Ales Tamchyna
dab84877ae bugfix 2016-03-07 16:31:41 +01:00
Ales Tamchyna
3bc2124f78 prepend BOS words to target sentence when training VW 2016-03-07 16:18:33 +01:00
Ales Tamchyna
f169c59204 removing outdated method 2016-03-07 15:49:53 +01:00
Ales Tamchyna
7fbbc65902 update vw state 2016-03-07 15:45:51 +01:00
Ales Tamchyna
e4487c8d45 finished a naive implementation of vw target context, it compiles 2016-03-07 15:24:39 +01:00
Ales Tamchyna
0ca54e4d15 keep track of required context size for each VW features 2016-03-07 14:25:04 +01:00
Ales Tamchyna
0704e9c2e5 towards state tracking for VW 2016-03-07 13:52:40 +01:00
Ales Tamchyna
fa8df45656 evaluate VW with target context 2016-03-07 13:17:38 +01:00
Ales Tamchyna
48d9d8e0d4 towards evaluation in target context 2016-03-07 12:41:05 +01:00
Ales Tamchyna
0484739873 when target context features are used in VW, do not add any score before decoding, cache it instead 2016-03-07 11:57:44 +01:00
Ales Tamchyna
8003d28ffa note 2016-03-07 11:05:47 +01:00
Ales Tamchyna
97b1625ffa pseudocode for target-context evaluation in decoding with VW 2016-03-03 17:27:40 +01:00
Ales Tamchyna
e74e147c84 minor 2016-03-03 17:02:22 +01:00
Ales Tamchyna
396982010b support training with target-context features in VW 2016-03-03 16:29:57 +01:00
Ales Tamchyna
b43e24f953 implemented a basic target context feature 2016-03-03 15:39:46 +01:00
Ales Tamchyna
91541f0b83 target context feature base class 2016-03-03 14:46:51 +01:00
Ales Tamchyna
4b5e49aff9 new vw feature type: target context 2016-03-03 13:50:52 +01:00
Ales Tamchyna
dce605029c make VW feature stateful 2016-03-02 17:28:21 +01:00
Ales Tamchyna
ca6dba9108 update VW compatibility 2016-02-17 11:27:44 +01:00
Ales Tamchyna
c71aca8311 reflect recent changes in VW code 2015-12-09 17:34:08 +01:00
MosesAdmin
a4b585ca11 daily automatic beautifier 2015-10-07 00:00:35 +01:00
Ales Tamchyna
583cd65d2f Merge branch 'master' of github.com:moses-smt/mosesdecoder 2015-10-06 17:06:27 +02:00
Ales Tamchyna
c9a1a9204f sped up VWFeatureSourceSenseWindow, lexicalization now optional (on by default) 2015-10-06 17:06:18 +02:00
MosesAdmin
c770cc01eb daily automatic beautifier 2015-10-06 00:00:40 +01:00
Ales Tamchyna
eec9a44454 new VW feature type for probabilistic sense labels 2015-10-05 15:36:01 +02:00
Ales Tamchyna
a201a98119 fix compilation with VW (TODO I really should write a regression test for VW) 2015-08-05 16:33:52 +02:00