summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Expand)Author
2015-06-25fix MakefilesPatrick Simianer
2015-06-10fix MakefilePatrick Simianer
2015-05-13remove obsolete stuffPatrick Simianer
2015-03-25unified feed.rb feed.cc, READMEPatrick Simianer
2015-03-25updated network_decoderPatrick Simianer
2015-03-06toy example for sending/receiving with nanomsg -- actual filesPatrick Simianer
2015-03-06toy example for sending/receiving with nanomsgPatrick Simianer
2015-02-26Merge remote-tracking branch 'upstream/master'Patrick Simianer
2015-02-19when ApplyRules resizes nodes_, the reference to `cat` may become invalid and...Wilker Aziz
2015-02-04allow empty feature dictionariesarmatthews
2015-02-04Updated tests for lattice inputarmatthews
2015-02-04Added dictionary support to PLFarmatthews
2015-02-03support multiple sparse features on lattice edgesCHRISTOPHER DYER
2015-01-22fixed minimal_decoder.ccPatrick Simianer
2015-01-19Merge remote-tracking branch 'upstream/master'Patrick Simianer
2014-12-17Merge branch 'const_reorder_2' into softsyn_2Wu, Ke
2014-12-17Merge with upstreamWu, Ke
2014-12-17Combine everything related to maxent to a single fileWu, Ke
2014-12-17Move training routine out of ff_const_reorder_common.hWu, Ke
2014-12-17Merge branch 'ignore_state' into const_reorder_2Wu, Ke
2014-12-17Merge pull request #61 from kho/ignore_stateChris Dyer
2014-12-17Warn about possible misuse of IgnoredStateSize() related functionsWu, Ke
2014-12-11Also read from attribute "src_tree"Wu, Ke
2014-12-11Remove index mapping; also read from attribute "src_tree"Wu, Ke
2014-12-11Add IgnoredStateSize() to FeatureFunctionWu, Ke
2014-12-09Merge branch 'const_reorder_no_state' into softsynWu, Ke
2014-12-07Remove unused field in TargetTranslationWu, Ke
2014-12-06Remove index mappingWu, Ke
2014-12-06Remove SBitArray and use vector<bool> insteadWu, Ke
2014-12-06Remove unused codeWu, Ke
2014-12-06Remove unnecessary state from SoftSynFeatureWu, Ke
2014-12-06Use ff_const_reorder_common.h instead of tree.hWu, Ke
2014-12-06Merge branch 'const_reorder' into softsynWu, Ke
2014-12-06Move non-MaxEnt code out of utilsWu, Ke
2014-12-06Remove synutils.h in ff_soft_syn.ccWu, Ke
2014-12-06Merge branch 'const_reorder' into softsynWu, Ke
2014-12-06Remove synutils.hWu, Ke
2014-11-30implementation of Rico Sennrich's CKY+ variant; it currently doesn't support ...Chris Dyer
2014-11-24Merge pull request #59 from kho/mrmiraChris Dyer
2014-11-01Junhui's implementation of soft syntax constraint featuresWu, Ke
2014-10-25remove unused argChris Dyer
2014-10-25extract features from converted conll filesChris Dyer
2014-10-19remove unnecessary test dataChris Dyer
2014-10-19missing test dataChris Dyer
2014-10-19remove json hypergraph formatChris Dyer
2014-10-19stop switch to boost serialization for hypergraph IOChris Dyer
2014-10-18support serialization of TRule with boost serializationChris Dyer
2014-10-16Merge pull request #58 from kho/xmlChris Dyer
2014-10-15Add --show_derivations_mask to control what to print when --show_derivationsWu, Ke
2014-10-13Merge branch 'master' of github.com:redpony/cdecarmatthews