summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-03tool to dedupilate corpus with hashingCHRISTOPHER DYER
2015-01-08Stop BOMbs before they decrease qualityKenneth Heafield
2014-12-29deal with eur symbolChris Dyer
2014-12-29finnish case markingsChris Dyer
2014-12-29fooChris Dyer
2014-12-29fooChris Dyer
2014-12-29finnish abbrevsChris Dyer
2014-12-20Generalize to sample any number of dev setsmjdenkowski
2014-12-19Sample dev and test sets with pseudo-documentsmjdenkowski
2014-12-18Merge pull request #64 from kho/softsyn_2Chris Dyer
Proper implementation of soft syntactic constraint features
2014-12-17Merge branch 'const_reorder_2' into softsyn_2Wu, Ke
2014-12-17Merge pull request #65 from kho/const_reorder_2Chris Dyer
Fix a building problem
2014-12-17Fix a building problemWu, Ke
2014-12-17Merge pull request #63 from kho/const_reorder_2Chris Dyer
Soft linguistic reordering constraints from http://www.aclweb.org/anthology/P14-1106
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
Add IgnoredStateSize() to FeatureFunction
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-11Merge branch 'softsyn' into softsyn_2Wu, Ke
2014-12-11Merge branch 'const_reorder_no_state' into const_reorder_2Wu, 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
1. alignment.h, argument_reorder_model.h, src_sentence.h, tree.h, tsuruoka_maxent.h -> decoder/ff_const_reorder_common.h. 2. Trainers source files (argument_reorder_model.cc and constituent_reorder_model.cc) are moved to training/const_reorder.
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
span limits so it is not enabled, but it seems to be functional.
2014-11-28conll example in cdecChris Dyer
2014-11-24Merge pull request #59 from kho/mrmiraChris Dyer
Mr.MIRA compatibility
2014-11-16typo fixmjdenkowski
2014-11-01Junhui's implementation of soft syntax constraint featuresWu, Ke
2014-10-25bit more infoChris Dyer
2014-10-25remove unused argChris Dyer
2014-10-25extract features from converted conll filesChris Dyer
2014-10-24conll2cdec conversionChris Dyer
2014-10-19fix cfg rescore testChris Dyer
2014-10-19Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2014-10-19remove json from grammar_convertChris Dyer