https://github.com/wilkeraziz/mosesdecoder

sort by:
Revision Author Date Message Commit Date
c809edf We weren't linking against tcmalloc... 01 March 2014, 07:58:02 UTC
ed451fd Clean up 26 February 2014, 06:56:43 UTC
2b15598 Set last feature. Tested. 26 February 2014, 06:54:09 UTC
7506b42 Stop pool before destroying output object 26 February 2014, 06:28:41 UTC
6699937 Set UnknownWordPenalty 26 February 2014, 03:24:44 UTC
e58b36a Catch and print std::string exceptions (workaround) 26 February 2014, 03:24:10 UTC
dc256e2 Remove debugging 25 February 2014, 21:50:42 UTC
026c1d1 Add script that persists Moses sessions 25 February 2014, 21:48:00 UTC
384d9d4 Use Load for sparse features; fixes issue with multiple _ 25 February 2014, 18:32:26 UTC
73311ad add show-weights 25 February 2014, 18:32:15 UTC
16a766a First attempt at reweighting 25 February 2014, 01:28:21 UTC
b9c6c7a need to zero out all weights, especially sparse weights 23 February 2014, 21:35:34 UTC
7509e8b reset sparse weights 23 February 2014, 20:46:16 UTC
1716514 create ResetWeights(). Only for dense weights 23 February 2014, 20:07:28 UTC
007799e modify DALMwrapper. 19 February 2014, 08:49:42 UTC
641145a Merge pull request #59 from akholy/master Update train-model.perl 18 February 2014, 16:52:26 UTC
ba63f1e improve DALMwrapper. 17 February 2014, 15:00:28 UTC
4488d97 tune DALMWrapper. 14 February 2014, 11:22:53 UTC
2ac7694 copy weights of features with 'tuneable=false' to final config (now also works with -return-best-dev) 13 February 2014, 14:19:40 UTC
049be8b Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoder 12 February 2014, 21:01:09 UTC
d6b62db fix bug if interpolated lm on different factors 12 February 2014, 21:00:55 UTC
50cadc7 use boost::unordered_map for CacheColl. Marginally faster 11 February 2014, 03:43:58 UTC
ee06a0f don't complain if input contains non-escaped '<' or '>', but is not XML 08 February 2014, 15:43:00 UTC
138947d Merge remote-tracking branch 'origin/master' 07 February 2014, 06:05:51 UTC
d78778d prepare for the next version of DALM. 07 February 2014, 06:04:35 UTC
e40fabf fixed compile errors in debug mode 06 February 2014, 19:46:32 UTC
65811a0 tree fragments: tiny issues with the extraction pipeline 03 February 2014, 18:13:10 UTC
004a5d6 RPM installer no longer dependent on Boost. 03 February 2014, 14:05:40 UTC
62d6419 Removed fuzzy-match from scripts for RPM build. 03 February 2014, 14:00:51 UTC
caf8018 Fix another typo 03 February 2014, 13:35:58 UTC
b972fcd Typo fixed 03 February 2014, 13:17:58 UTC
47cc1cc Merge branch 'master' of github.com:moses-smt/mosesdecoder 03 February 2014, 12:57:18 UTC
98fad4a RPM installer builder builder (sic) now allows specification of Boost installation. 03 February 2014, 12:57:13 UTC
fbfd67f Update README 03 February 2014, 11:41:32 UTC
29f02c5 Fix progress bar for compressed files 30 January 2014, 23:55:25 UTC
df8b179 Update read_compressed to support concatenated gzip 30 January 2014, 17:03:01 UTC
3a5b54e non-zero exit code when tmcombine.py fails 30 January 2014, 14:42:31 UTC
d26fe4c fix truecaser with XML input (didn't do anything depending on formatting/whitespace) 29 January 2014, 23:01:53 UTC
86ee3e1 new version of the `score` tool which is now capable of dealing with additional properties in an appropriate manner 29 January 2014, 18:37:42 UTC
ffd62e9 Fix C++11 compilation error / Chris Dyer 28 January 2014, 06:25:43 UTC
14e0297 KenLM 5cc905bc2d214efa7de2db56a9a672b749a95591 Avoid unspecified behavior of mmap when a file is resized reported by Christian Hardmeier Fixes for Mavericks and a workaround for Boost's broken semaphore Clean clang compile (of kenlm) Merged some of 744376b3fbebc41c4a270bf549826d5eb9219ae0 but also undid some of it because it was just masking a fundaemntal problem with pread rather than working around windows limitations 28 January 2014, 00:51:35 UTC
b68a906 output list of available feature functions, separated by space, rather than lines 25 January 2014, 10:58:00 UTC
9745924 output list of available feature functions, separated by space, rather than lines 25 January 2014, 10:39:47 UTC
9054df9 Merge branch 'master' of github.com:moses-smt/mosesdecoder into hieu 24 January 2014, 23:00:20 UTC
b6d4773 remove duplicate spaces caused when XML are stripped 24 January 2014, 18:09:55 UTC
dc3d5b8 source labelling for test set. 24 January 2014, 16:33:30 UTC
878e7ab source labelling for tuning set. More debugging message in filtering script 24 January 2014, 16:21:47 UTC
ec55ef5 windows gui code 24 January 2014, 11:12:03 UTC
1ec14d1 Update train-model.perl When I was working with factored models, my experiments failed. After some invistigation, I discovered that the delimiter is hardcoded in several places to "|" so I changed it to $___FACTOR_DELIMITER 24 January 2014, 03:38:44 UTC
6a10f8c corrected phrase-table name / type mixup when creating filtering script 23 January 2014, 17:09:56 UTC
40adac9 Merge branch 'master' into hieu 21 January 2014, 19:21:47 UTC
05de672 need to 'label' target side too 21 January 2014, 19:21:24 UTC
39858ce leak 21 January 2014, 18:07:12 UTC
fcadf45 leak 21 January 2014, 17:11:16 UTC
47c0a72 add source labeller to EMS 21 January 2014, 16:09:01 UTC
cd52af6 Merge branch 'hieu' of /home/s0565741/workspace/github/mosesdecoder into hieu 21 January 2014, 15:34:26 UTC
4bf5c04 Merge branch 'master' into hieu 21 January 2014, 14:10:57 UTC
27152cc add source labeller to EMS 20 January 2014, 23:26:06 UTC
c537d94 compile manual-label program 20 January 2014, 19:27:46 UTC
b03e035 output glue rules 20 January 2014, 18:37:48 UTC
4c009e3 Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into hieu 20 January 2014, 17:08:02 UTC
8fe07d1 oops. Minor compile error 20 January 2014, 17:01:53 UTC
839d1c6 Merge branch 'master' of github.com:moses-smt/mosesdecoder 20 January 2014, 16:26:45 UTC
b448e77 register feature function HyperParameterAsWeight 20 January 2014, 16:12:46 UTC
c8108ca some sparse feature functions couldn't be set to be non-tuneable in moses.ini 20 January 2014, 15:56:36 UTC
5d2b4d8 sparse feature weights can now be set in moses.ini; overrides weights in weight-file. 20 January 2014, 15:54:17 UTC
ade7400 minor error 20 January 2014, 15:42:17 UTC
043444b copy weights of untuneable features from original config in mert 20 January 2014, 10:06:42 UTC
bc0cac5 unescape "&#124;" (for compatibility with escape-special-chars scripts) 18 January 2014, 12:23:21 UTC
4d080a5 Merge branch 'master' into hieu 17 January 2014, 18:09:18 UTC
58197b5 eclipse 17 January 2014, 18:03:42 UTC
20e7d07 add feature function HyperParameterAsWeight 17 January 2014, 17:59:36 UTC
1632194 syntax error 17 January 2014, 17:08:34 UTC
0ff626a -extract-command for train-model.perl to override the extract program to be used 17 January 2014, 15:43:51 UTC
742e59f minor optimization (minimize performance impact of SoftMatchingFeature code if disabled) 17 January 2014, 11:57:52 UTC
8d1e157 Merge branch 'master' into hieu 16 January 2014, 20:19:13 UTC
0410ab6 make it compatible with normal extract 16 January 2014, 20:14:25 UTC
fef94f2 correct inverse alignment 16 January 2014, 19:40:08 UTC
2cd6649 output inverse extract 16 January 2014, 19:13:44 UTC
9e177cb SyntaxConstraintFeature (without any actual constraints; useful to build/output syntax tree from GHKM tree fragments) 16 January 2014, 18:45:26 UTC
ed25bb2 soft matching of target-side nonterminals 16 January 2014, 18:34:33 UTC
2c66ac9 Merge branch 'master' into hieu 16 January 2014, 17:46:21 UTC
9555dc6 change --MaxSymbolsSource to --MaxSymbols 16 January 2014, 17:18:51 UTC
54c65f7 constraint number of target symbols, for fairer inverse probability 16 January 2014, 17:16:39 UTC
4e75911 changed biconcor location in EMS example config files 16 January 2014, 13:58:45 UTC
c55161d merge c11 revert with mingw changes 16 January 2014, 01:08:01 UTC
8486d30 Merge remote-tracking branch 'origin/master' 16 January 2014, 00:08:41 UTC
3c11a72 c11 macro 16 January 2014, 00:06:58 UTC
f5a04db c11 fix and mingw Makefile 15 January 2014, 20:31:20 UTC
5f1217d merged upstream with origin for mingw 15 January 2014, 18:16:56 UTC
8249d25 Manual source labelling for de-en 15 January 2014, 17:43:16 UTC
787367a Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into hieu 15 January 2014, 16:32:22 UTC
c1d8f6e Revert "testing the waters for C++11 adoption" This reverts commit d2d508184e35909aa5da901b81bb70f10f7794c7. there's problems with gcc 4.5, and apparently different problems with new boost versions; sticking with C++03 for the time being. 15 January 2014, 16:16:11 UTC
6d6fca3 Revert "C++11 test; put in the middle of things to make sure people complain if their compiler doesn't support it" This reverts commit 32ccbef3b91f667ab8e26c1ba6197d6f23c08695. 15 January 2014, 16:16:03 UTC
ead60c4 exclude all changes for bjam on mingw, which is buggy on linux 15 January 2014, 16:00:33 UTC
9128c4d Manual source labelling for de-en 15 January 2014, 10:30:31 UTC
df30085 pass regtest with C++11 and gcc 4.7 15 January 2014, 09:27:20 UTC
32ccbef C++11 test; put in the middle of things to make sure people complain if their compiler doesn't support it 14 January 2014, 17:15:25 UTC
d2d5081 testing the waters for C++11 adoption 14 January 2014, 17:01:46 UTC
7761899 Merge branch 'master' into hieu 14 January 2014, 11:43:01 UTC
back to top