Age | Commit message (Expand) | Author |
2015-04-27 | copy scripts | Chris Dyer |
2015-04-09 | fix kenlm's use of compression libraries | Chris Dyer |
2015-04-02 | Merge pull request #70 from redpony/cmake | Chris Dyer |
2015-04-02 | fix PIC flag on old version of cmake | Chris Dyer |
2015-03-05 | deal with possible RT lib dependency | Chris Dyer |
2015-03-04 | deal with libdl | Chris Dyer |
2015-03-03 | migration to cmake | Chris Dyer |
2015-02-19 | when ApplyRules resizes nodes_, the reference to `cat` may become invalid and... | Wilker Aziz |
2015-02-04 | allow empty feature dictionaries | armatthews |
2015-02-04 | Updated tests for lattice input | armatthews |
2015-02-04 | Added dictionary support to PLF | armatthews |
2015-02-03 | support multiple sparse features on lattice edges | CHRISTOPHER DYER |
2014-12-17 | Merge branch 'const_reorder_2' into softsyn_2 | Wu, Ke |
2014-12-17 | Merge with upstream | Wu, Ke |
2014-12-17 | Combine everything related to maxent to a single file | Wu, Ke |
2014-12-17 | Move training routine out of ff_const_reorder_common.h | Wu, Ke |
2014-12-17 | Merge branch 'ignore_state' into const_reorder_2 | Wu, Ke |
2014-12-17 | Merge pull request #61 from kho/ignore_state | Chris Dyer |
2014-12-17 | Warn about possible misuse of IgnoredStateSize() related functions | Wu, Ke |
2014-12-11 | Also read from attribute "src_tree" | Wu, Ke |
2014-12-11 | Remove index mapping; also read from attribute "src_tree" | Wu, Ke |
2014-12-11 | Add IgnoredStateSize() to FeatureFunction | Wu, Ke |
2014-12-09 | Merge branch 'const_reorder_no_state' into softsyn | Wu, Ke |
2014-12-07 | Remove unused field in TargetTranslation | Wu, Ke |
2014-12-06 | Remove index mapping | Wu, Ke |
2014-12-06 | Remove SBitArray and use vector<bool> instead | Wu, Ke |
2014-12-06 | Remove unused code | Wu, Ke |
2014-12-06 | Remove unnecessary state from SoftSynFeature | Wu, Ke |
2014-12-06 | Use ff_const_reorder_common.h instead of tree.h | Wu, Ke |
2014-12-06 | Merge branch 'const_reorder' into softsyn | Wu, Ke |
2014-12-06 | Move non-MaxEnt code out of utils | Wu, Ke |
2014-12-06 | Remove synutils.h in ff_soft_syn.cc | Wu, Ke |
2014-12-06 | Merge branch 'const_reorder' into softsyn | Wu, Ke |
2014-12-06 | Remove synutils.h | Wu, Ke |
2014-11-30 | implementation of Rico Sennrich's CKY+ variant; it currently doesn't support ... | Chris Dyer |
2014-11-24 | Merge pull request #59 from kho/mrmira | Chris Dyer |
2014-11-01 | Junhui's implementation of soft syntax constraint features | Wu, Ke |
2014-10-25 | remove unused arg | Chris Dyer |
2014-10-25 | extract features from converted conll files | Chris Dyer |
2014-10-19 | remove unnecessary test data | Chris Dyer |
2014-10-19 | missing test data | Chris Dyer |
2014-10-19 | remove json hypergraph format | Chris Dyer |
2014-10-19 | stop switch to boost serialization for hypergraph IO | Chris Dyer |
2014-10-18 | support serialization of TRule with boost serialization | Chris Dyer |
2014-10-16 | Merge pull request #58 from kho/xml | Chris Dyer |
2014-10-15 | Add --show_derivations_mask to control what to print when --show_derivations | Wu, Ke |
2014-10-13 | Merge branch 'master' of github.com:redpony/cdec | armatthews |
2014-10-13 | Added alignment to pass through rules in t2s | armatthews |
2014-10-12 | banner style | Chris Dyer |
2014-10-12 | Cherry picked Mr.MIRA compatibility mode code | Wu, Ke |