Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-26 | Fix trie pointer segfault | Kenneth Heafield | |
2011-09-26 | got rid of scoring loop | Patrick Simianer | |
2011-09-26 | score refactoring #1 | Patrick Simianer | |
2011-09-25 | Fix trie sort merging | Kenneth Heafield | |
2011-09-25 | size_t -> unsigned | Patrick Simianer | |
2011-09-25 | cout -> cerr | Patrick Simianer | |
2011-09-25 | removed old stuff | Patrick Simianer | |
2011-09-25 | kbest, ksampler refactoring | Patrick Simianer | |
2011-09-25 | removed some quirks, less boost, prettier code, score_t | Patrick Simianer | |
2011-09-24 | cleaning up | Patrick Simianer | |
2011-09-24 | Chris says remnant and oovs should not be null, so stop checking. Also, we ↵ | Kenneth Heafield | |
were not properly doing ZeroRemaining, sorry. | |||
2011-09-24 | Belated documentation | Kenneth Heafield | |
2011-09-24 | get rid of boost str split, more tweaks | Patrick Simianer | |
2011-09-23 | Go through ff_klm and try to fix it for the new version. | Kenneth Heafield | |
2011-09-23 | Add ZeroRemaining | Kenneth Heafield | |
2011-09-23 | more renaming, random pair sampler uses boost rng | Patrick Simianer | |
2011-09-23 | stub work to talk to new kenlm | Guest_account Guest_account prguest11 | |
2011-09-23 | begin refactoring | Patrick Simianer | |
2011-09-23 | latest version from mtm6 | Patrick Simianer | |
2011-09-23 | partial merge, ruleid feature | Patrick Simianer | |
2011-09-23 | forgotten files | Patrick Simianer | |
2011-09-23 | added svm, ksampler | Patrick Simianer | |
2011-09-23 | a lot of stuff, fast_sparse_vector, perceptron, removed sofia, sample [...] | Patrick Simianer | |
2011-09-23 | added READMEs | Patrick Simianer | |
2011-09-23 | example added | Patrick Simianer | |
2011-09-23 | minor updates, fixes, kbest filtering switch | Patrick Simianer | |
2011-09-23 | big update: working iterating, pretty output, test scripts and more | Patrick Simianer | |
2011-09-23 | bugfixing | Patrick Simianer | |
2011-09-23 | refactoring, cleaning up | Patrick Simianer | |
2011-09-23 | bugfixing, begin refactoring | Patrick Simianer | |
2011-09-23 | first cut for sofia-ml, little change in utils/dict.h, coarse refactoring | Patrick Simianer | |
2011-09-23 | hacking in weights setting, getting | Patrick Simianer | |
2011-09-23 | rm .swo file | Patrick Simianer | |
2011-09-23 | added dtrain, implemented psg setting in decoder/translator, implemented ↵ | Patrick Simianer | |
psmetrics, ngram statistics, main carcass | |||
2011-09-23 | Fix binary format for trie | Kenneth Heafield | |
2011-09-23 | Quantization | Kenneth Heafield | |
2011-09-23 | proper use of pipes | Chris Dyer | |
2011-09-23 | rudimentary support for meteor via an external process. still needs ↵ | Chris Dyer | |
configuration of path, but it should work | |||
2011-09-23 | external MT evaluator client code. most logic in place, needs to be ↵ | Chris Dyer | |
integrated. actually, the whole evaluation architecture needs to be trashed and rewritten from scratch. what a disaster it is | |||
2011-09-23 | Code cleanup for vocabulary mapping | Kenneth Heafield | |
2011-09-23 | Add exception catcher around constructor | Kenneth Heafield | |
2011-09-23 | make show_partition work even in absence of feature functions | Guest_account Guest_account prguest11 | |
2011-09-22 | Sorry forgot the Makefile.am updates | Kenneth Heafield | |
2011-09-21 | Updated kenlm. Includes left state support but not the cdec-side use of it. ↵ | Kenneth Heafield | |
Updated binary format. | |||
2011-09-17 | add target side for sss features | Chris Dyer | |
2011-09-17 | arity > 0 rules only for sss features | Chris Dyer | |
2011-09-17 | enable sss features | Chris Dyer | |
2011-09-17 | source span size features | Chris Dyer | |
2011-09-17 | make fix | Chris Dyer | |
2011-09-17 | add dep | Guest_account Guest_account prguest11 | |