https://github.com/wilkeraziz/mosesdecoder

sort by:
Revision Author Date Message Commit Date
67ab088 Merge branch 'master' into minphr 17 November 2012, 21:06:09 UTC
e543608 Do not search for compact reordering table if CMPH is not compile into moses 17 November 2012, 21:03:49 UTC
fac5961 Add option to build compact phrase table without using virtual memory (helps on 32bit systems) 17 November 2012, 20:32:38 UTC
44f651c Making compact phrase table binary compatible across architectures 17 November 2012, 19:14:01 UTC
28a962e Change -alignment-info to -no-alignment-info 17 November 2012, 17:25:30 UTC
79526d0 more consistent file name resolution 17 November 2012, 09:07:33 UTC
5a010cb Revert "Binary compatible compact phrase table" This reverts commit ad8fbc807e32ee7767dd72580bd71777c8714c01. 16 November 2012, 23:46:22 UTC
ad8fbc8 Binary compatible compact phrase table 16 November 2012, 23:40:07 UTC
ab1e10c Compiler error for boost < 1.42 16 November 2012, 20:22:34 UTC
78031aa output alignments for n-best 16 November 2012, 18:25:17 UTC
82ce52e eclipse 16 November 2012, 17:31:24 UTC
333da43 Merge branch 'master' of github.com:moses-smt/mosesdecoder 16 November 2012, 17:05:01 UTC
2c214c7 output alignments into file down. Alignments for n-best todo 16 November 2012, 17:04:50 UTC
26d3940 Fixed destructor PhraseDictionaryCompact 16 November 2012, 16:52:20 UTC
58f358e fixed destructor 16 November 2012, 16:49:31 UTC
90b251a Merge branch 'master' of github.com:moses-smt/mosesdecoder 16 November 2012, 16:44:56 UTC
057793f output alignments into file down. Alignments for n-best todo 16 November 2012, 16:44:29 UTC
e098a1f Merge branch 'master' of github.com:moses-smt/mosesdecoder 16 November 2012, 16:44:13 UTC
0edd6b4 Merge branch 'master' of github.com:moses-smt/mosesdecoder 16 November 2012, 16:37:38 UTC
a901726 Merge branch 'master' of github.com:moses-smt/mosesdecoder 16 November 2012, 16:33:54 UTC
f858f91 Fixed missing alignment points 16 November 2012, 16:33:20 UTC
4f3afbf Merge branch 'master' of github.com:moses-smt/mosesdecoder Conflicts: moses-chart-cmd/IOWrapper.cpp moses-chart-cmd/Main.cpp 16 November 2012, 16:07:14 UTC
2df57b6 Expose k-best lists from incremental search 16 November 2012, 15:53:43 UTC
57e7495 Use copy of phrase table weights instead of pointer 16 November 2012, 15:25:54 UTC
454037b Merge branch 'master' of github.com:moses-smt/mosesdecoder 16 November 2012, 15:11:04 UTC
2a88fd0 Support for compact phrase table in EMS It should be sufficient to add a line like ttable-binarizer = "/home/bhaddow/moses/dist/bin/processPhraseTableMin" to your EMS config, and everything else will be taken care of. You can add other arguments to the processPhraseTableMin, for example for threading, by putting them in the quotes. Note that this is not fully tested, since there are currently some issues with the compact phrase table introduced by the sparse feature merge. 16 November 2012, 15:07:07 UTC
7d74673 Short circuit feature pre-calc when possible 16 November 2012, 10:14:22 UTC
6a3fdcd Rename Incremental/Manager.cpp to just Incremental.cpp 15 November 2012, 22:10:30 UTC
9340f9f Update incremental search 15 November 2012, 18:04:07 UTC
502bb04 changing constructor's interface, pass tlimit to constructor 15 November 2012, 17:05:03 UTC
7f0b58f Merge branch 'master' of github.com:moses-smt/mosesdecoder 15 November 2012, 16:43:18 UTC
ac8d6b1 added alignment output to n-best list 15 November 2012, 16:43:01 UTC
f6d3f85 added plumbing to output alignments from chart decoder. Currently outputs to alignment file, output to n-best list still to do. Haven't adjusted for source and target offset, that's gonna be difficult 15 November 2012, 16:42:19 UTC
4813dfb fix mosesserver includes 15 November 2012, 16:05:38 UTC
64b324c added plumbing to output alignments from chart decoder. Currently outputs to alignment file, output to n-best list still to do. Haven't adjusted for source and target offset, that's gonna be difficult 15 November 2012, 15:52:35 UTC
35cb7e6 correct parameter in comment for KenLM maximum order 15 November 2012, 15:06:51 UTC
84b1079 option to apply an operation (e.g. natural log) over phrase/rule's scores 15 November 2012, 14:56:27 UTC
3f6e66f Merge branch 'master' of github.com:moses-smt/mosesdecoder 15 November 2012, 12:39:45 UTC
a90e186 Alignments on by default for phrase-based 15 November 2012, 12:35:43 UTC
e245e61 docs Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 15 November 2012, 12:03:19 UTC
cf46249 docs 15 November 2012, 12:02:50 UTC
877ade5 Merge branch 'master' of github.com:moses-smt/mosesdecoder 15 November 2012, 12:02:26 UTC
d653d45 KenLM 85e5fe4: mostly fixes for cygwin/windows 15 November 2012, 12:00:15 UTC
22b02d4 improved interface, better docs, +fixing after the changes with alignment-info 15 November 2012, 11:58:04 UTC
5e3726e Remove -use-alignment-info 15 November 2012, 09:42:58 UTC
030e2d4 Use tcmalloc_minimal and tell people how to build it 14 November 2012, 20:29:55 UTC
be7e78c Use tcmalloc with multithread if detected. Change option and documentation to --without-tcmalloc. 14 November 2012, 20:01:07 UTC
c916206 if you don't need word alignments, but the binary phrase table has it anyway. Don't throw a fit 14 November 2012, 19:48:08 UTC
78b3c87 delete arg -use-alignment-info 14 November 2012, 19:01:25 UTC
a9c6bf8 Python wrap for OnDiskPt plus example code Merge branch 'master' of https://github.com/moses-smt/mosesdecoder 14 November 2012, 17:16:30 UTC
9e76804 Python wrap for OnDiskWraper, docs and example. 14 November 2012, 17:14:46 UTC
6232894 change argument -include-alignment-in-n-best to -include-segmentation-in-n-best. Avoids confusion with word alignment 14 November 2012, 16:57:33 UTC
1a59618 change argument -include-alignment-in-n-best to -include-segmentation-in-n-best. This is what it actually does 14 November 2012, 16:47:16 UTC
4e9d2f3 delete print-alignment-info arg. Not used anymore 14 November 2012, 16:43:06 UTC
065597d only include moses root when compiling 14 November 2012, 14:18:53 UTC
e2841ed Merge branch 'master' of github.com:moses-smt/mosesdecoder 14 November 2012, 13:43:17 UTC
f96b33d only include moses root when compiling 14 November 2012, 13:43:04 UTC
462c04b remove unused parameter 14 November 2012, 10:37:24 UTC
6b3d69c Merge branch 'master' of github.com:moses-smt/mosesdecoder 13 November 2012, 17:44:21 UTC
bc64aca remove hardcoded label for top of sentence 13 November 2012, 17:43:52 UTC
6bbf6db Wrapping OnDiskPt, Added OnDiskPt/Util.h with the tokenization procedure, so that they can be called from the Python wrap. 13 November 2012, 16:27:33 UTC
c767ee2 Fixing dependencies 13 November 2012, 13:12:16 UTC
f8e1856 Redo dynsa cleanup 13 November 2012, 11:30:58 UTC
d19463b Cleanup a file left by a merge 13 November 2012, 11:28:31 UTC
ed8ef91 doc: building 13 November 2012, 10:43:36 UTC
229cc15 + package structure, + better setup.py with max-factors and kenlm-max-order, binpt -> dictree 13 November 2012, 10:39:12 UTC
9c1cd9c server compile error 12 November 2012, 23:35:07 UTC
616903e forgot Marcin's compact pt 12 November 2012, 21:20:58 UTC
0bc0b85 resolved merge conflicts 12 November 2012, 21:12:01 UTC
125fdbc move moses-cmd/src/* to moses-cmd/ 12 November 2012, 20:42:29 UTC
44f24bd resolved merge conflicts 12 November 2012, 20:35:32 UTC
f8438f8 move moses/src/* to moses/ 12 November 2012, 20:30:39 UTC
6b354f1 move moses/src/* to moses/ 12 November 2012, 20:21:32 UTC
5e3ef23 move moses/src/* to moses/ 12 November 2012, 19:56:18 UTC
1bae8e1 Why was mira pulling in IOWrapper? 12 November 2012, 18:27:38 UTC
d9a09df Unbork mira build 12 November 2012, 18:15:27 UTC
b9b2874 There's no need for the _lib suffix on IOWrapper. Also, why does this library exist? 12 November 2012, 18:13:29 UTC
d4f433c Put core Moses into one library libmoses. 12 November 2012, 18:07:53 UTC
8c785cf add header file 12 November 2012, 17:21:02 UTC
81fc3c2 Merge branch 'master' of github.com:moses-smt/mosesdecoder 12 November 2012, 17:14:54 UTC
7d69249 More little jamfile changes 12 November 2012, 16:57:56 UTC
d74b784 And pcfg-common too... 12 November 2012, 16:53:42 UTC
d67de8e Merge branch 'master' of github.com:moses-smt/mosesdecoder 12 November 2012, 16:53:33 UTC
6922d57 Merge branch 'master' of github.com:moses-smt/mosesdecoder 12 November 2012, 16:52:35 UTC
ddd3cc1 Fix extract-ghkm compilation 12 November 2012, 16:50:46 UTC
3c2d840 Merge branch 'master' of github.com:moses-smt/mosesdecoder 12 November 2012, 16:37:48 UTC
ac4a75a c++ version of fuzzy match works 12 November 2012, 16:37:27 UTC
17ba076 Merge branch 'master' of github.com:moses-smt/mosesdecoder 12 November 2012, 14:18:29 UTC
62d37fa Refactor phrase-extract/Jamfile 12 November 2012, 14:17:48 UTC
ea24000 c++ version of fuzzy match works 12 November 2012, 13:58:39 UTC
950a733 Merge branch 'master' of github.com:moses-smt/mosesdecoder 12 November 2012, 13:20:27 UTC
ca3a4b2 c++ version of fuzzy match works 12 November 2012, 13:20:14 UTC
4f8f864 Instant upgrade to a write lock (exclusive first class seat) 12 November 2012, 12:49:34 UTC
fc3a84a it's all gone pete tong 11 November 2012, 19:42:50 UTC
b75e26c fuzzy match bug. Everything matches except alignments 10 November 2012, 18:38:49 UTC
27a6cf2 fuzzy match bug. Still not bug-free 10 November 2012, 17:09:07 UTC
baf210f fizzy match bug 10 November 2012, 14:57:27 UTC
6ea72d7 eclipse 10 November 2012, 12:17:20 UTC
1bb7d03 Merge branch 'master' of github.com:moses-smt/mosesdecoder 10 November 2012, 09:25:32 UTC
e75522b rename functions 09 November 2012, 23:55:01 UTC
back to top