summaryrefslogtreecommitdiff
path: root/decoder/cdec_ff.cc
AgeCommit message (Collapse)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 ↵Kenneth Heafield
binary files instead of requiring them to be specified at runtime.
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
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@739 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-11-12Gross hack for compiling GLC as a library. Currently has hardcoded path, but ↵jon.h.clark
shouldn't break the build. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@716 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-11-11klm stubredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@711 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-10-21bit more alignment stuffredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@686 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-10-13target unigram featureredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@672 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-10-13trigger ff, max iteration for online optimizerredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@671 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-09-29another feature, another POSredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@664 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-09-19big refactorredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@649 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-08-07cdec -A "LanguageModelFsa lm.gz" worksgraehl@gmail.com
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@490 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-08-07propagation of feature name+debug from factory, return correct features ↵graehl
array for fsa ffs git-svn-id: https://ws10smt.googlecode.com/svn/trunk@486 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-08-07usage for FSA featuresgraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@485 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-08-07dynamic fsa ff, factory for fsa and ff shares code, factory moved to ↵graehl
ff_factory.cc git-svn-id: https://ws10smt.googlecode.com/svn/trunk@483 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-27sample fsa ffs compilegraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@432 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-27fsa feature templated Accum interface, phrase interface allows exceeding ↵graehl
markov order e.g. unigram state, 3gram lm. use Accum,set_value rather than clear,add_value. warning: 3gram fsa lm disagrees with bottom-up in 4th decimal place git-svn-id: https://ws10smt.googlecode.com/svn/trunk@431 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-26LanguageModelFsa works. TODO: sri context shortening?graehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@414 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-23fsa: stateless works, debug sample bigram {Longer,Shorter}ThanPrevgraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@375 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-23bottom-up FF from fsa FF - WordPenaltyFsa - needs debugginggraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@373 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-16refactor vest mapper input; --optimize_feature (s) should now limit ↵graehl
non-oracle directions git-svn-id: https://ws10smt.googlecode.com/svn/trunk@273 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-14Added oracle forest rescoringvladimir.eidelman
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@254 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-08feature functions support e.g. --usage=LanguageModel, report feature ids, ↵graehl
warn about duplicate ids, 0-expand weight vector for no segfault, --warn_0_weight, and know their own names to simplify registration git-svn-id: https://ws10smt.googlecode.com/svn/trunk@192 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-08compilegraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@188 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-06-28rule shape featuresredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@46 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-06-22initial checkinredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@2 ec762483-ff6d-05da-a07a-a48fb63a330f