summaryrefslogtreecommitdiff
path: root/decoder/cdec_ff.cc
AgeCommit message (Expand)Author
2012-03-08simple context feature for taggerChris Dyer
2011-10-14remove FSA integration code. will have to be resurrected another dayChris Dyer
2011-09-17enable sss featuresChris Dyer
2011-09-12source syntax features ~ blunsom emnlp 2008Chris Dyer
2011-09-09rule feature refactoringChris Dyer
2011-08-18KenLM update: Bhiksha's trick, simple test for lms without unk, auto-detect b...Kenneth Heafield
2011-07-06ngram count featuresChris Dyer
2011-06-26QuantizationKenneth Heafield
2011-06-01register featureChris Dyer
2011-05-20kenlm update including being nicer to NFSKenneth Heafield
2011-04-22fixChris Dyer
2011-04-22make compatible with FastSparseVectorChris Dyer
2011-02-26chiang, marton, resnik fine reordering featuresChris Dyer
2011-02-02first span featuresChris Dyer
2010-12-28incorporate dwarf featureschris dyer
2010-12-23non-latin character detectorChris Dyer
2010-12-23support different types in kenlmChris Dyer
2010-12-22clean up names of feature functions, fix tagger, fix testsChris Dyer
2010-12-15feature to detect self-transition before/after identity translationsChris Dyer
2010-12-09major refactor of markov features for word alignmentChris Dyer
2010-12-01alternative def of neighborhoodsredpony
2010-11-12Gross hack for compiling GLC as a library. Currently has hardcoded path, but ...jon.h.clark
2010-11-11klm stubredpony
2010-10-21bit more alignment stuffredpony
2010-10-13target unigram featureredpony
2010-10-13trigger ff, max iteration for online optimizerredpony
2010-09-29another feature, another POSredpony
2010-09-19big refactorredpony
2010-08-07cdec -A "LanguageModelFsa lm.gz" worksgraehl@gmail.com
2010-08-07propagation of feature name+debug from factory, return correct features array...graehl
2010-08-07usage for FSA featuresgraehl
2010-08-07dynamic fsa ff, factory for fsa and ff shares code, factory moved to ff_facto...graehl
2010-07-27sample fsa ffs compilegraehl
2010-07-27fsa feature templated Accum interface, phrase interface allows exceeding mark...graehl
2010-07-26LanguageModelFsa works. TODO: sri context shortening?graehl
2010-07-23fsa: stateless works, debug sample bigram {Longer,Shorter}ThanPrevgraehl
2010-07-23bottom-up FF from fsa FF - WordPenaltyFsa - needs debugginggraehl
2010-07-16refactor vest mapper input; --optimize_feature (s) should now limit non-oracl...graehl
2010-07-14Added oracle forest rescoringvladimir.eidelman
2010-07-08feature functions support e.g. --usage=LanguageModel, report feature ids, war...graehl
2010-07-08compilegraehl
2010-06-28rule shape featuresredpony
2010-06-22initial checkinredpony