Age | Commit message (Expand) | Author |
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-15 | script to filter reachable sentences, weight cleanup | Guest_account Guest_account prguest11 |
2011-09-13 | remove features that are overfitting | Chris Dyer |
2011-09-13 | fix for crash with no rescoring | Chris Dyer |
2011-09-13 | get rid of bad Weights class so it no longer keeps a copy of a vector inside it | Chris Dyer |
2011-09-13 | optional support for doing perfect hashing of feature strings to save lots of... | Chris Dyer |
2011-09-13 | add one more source syntax feature | Chris Dyer |
2011-09-12 | source syntax features ~ blunsom emnlp 2008 | Chris Dyer |
2011-09-09 | rule feature refactoring | Chris Dyer |
2011-09-08 | fix viterbi to work with non prob_t types | Chris Dyer |
2011-08-18 | KenLM update: Bhiksha's trick, simple test for lms without unk, auto-detect b... | Kenneth Heafield |
2011-07-28 | stuff | Chris Dyer |
2011-07-26 | Merge remote branch 'agesmundo/master' | Chris Dyer |
2011-07-13 | escape bad feature names | Chris Dyer |
2011-07-13 | escape feature names | Chris Dyer |
2011-07-08 | add cp time measure (def macro) | andrea gesmundo |
2011-07-08 | add Fast Cube Pruning | andrea gesmundo |
2011-07-07 | support for extracting k-best derivation trees | Chris Dyer |
2011-07-06 | better handling of ngram features | Chris Dyer |
2011-07-06 | ngram count features | Chris Dyer |
2011-06-26 | Quantization | Kenneth Heafield |
2011-06-03 | Code cleanup for vocabulary mapping | Kenneth Heafield |
2011-06-03 | Add exception catcher around constructor | Kenneth Heafield |
2011-06-01 | register feature | Chris Dyer |
2011-06-01 | rule bigram features | Chris Dyer |
2011-05-26 | fix bug preventing oovs from firing when they're near the beginning of a word | Chris Dyer |
2011-05-20 | kenlm update including being nicer to NFS | Kenneth Heafield |
2011-05-19 | HG intersection bug pointed out by Andrea Gesmundo | Chris Dyer |
2011-05-03 | mira finished, clean up | Chris Dyer |
2011-05-03 | weight setting bug | Chris Dyer |
2011-04-30 | enable list of features to be displayed at the end of decoding | Chris Dyer |
2011-04-28 | removing logging | Chris Dyer |
2011-04-27 | get rid of bad constructor | Chris Dyer |
2011-04-23 | get rid of expensive copy | Chris Dyer |
2011-04-23 | fixes | Chris Dyer |
2011-04-23 | make sure state is initialized properly | Chris Dyer |
2011-04-22 | fix | Chris Dyer |
2011-04-22 | make compatible with FastSparseVector | Chris Dyer |
2011-03-30 | small fix for dynasearch neighborhoods | Chris Dyer |
2011-03-29 | dynasearch neighborhood option instead of default partition | Chris Dyer |
2011-03-24 | various summary feature types, part 1 | Chris Dyer |
2011-03-23 | refactor makefile | Chris Dyer |
2011-03-23 | remove thread-local stuff which was fragile on some build systems | Chris Dyer |
2011-03-23 | yet another feature attempt | Chris Dyer |
2011-03-22 | reweight after weight pushing to avoid weird output | Chris Dyer |
2011-03-22 | fix local normalizer code for summary features | Chris Dyer |
2011-03-22 | check for infs | Chris Dyer |
2011-03-21 | add support for normalized 'summary features'- seemingly sound way of dealing... | Chris Dyer |