summaryrefslogtreecommitdiff
path: root/decoder/ff_csplit.cc
AgeCommit message (Expand)Author
2014-09-22added missing c++11 headers (could not compile with gcc-4.8)Wilker Aziz
2014-01-18new tuning of crf compound splitter for wmt14Chris Dyer
2014-01-17new de splitChris Dyer
2012-10-16clean up of bad header includesChris Dyer
2012-08-09fixes for new word apiChris Dyer
2012-03-10frequency-based binningChris Dyer
2011-10-24KenLM update. EnumerateVocab moved up a namespace. Fix trie building when b...Kenneth Heafield
2011-03-10remove dependency on SRILMChris Dyer
2010-12-22fix compound splitter, new features, more training dataChris Dyer
2010-12-22clean up names of feature functions, fix tagger, fix testsChris Dyer
2010-07-20optional google dense_hash_map, srim vocab (TDICT) as static - may help valgr...graehl
2010-06-22initial checkinredpony