Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-24 | prevent assert bugword-alignment | Chris Dyer | |
2010-02-18 | check in modified ones too | Chris Dyer | |
2010-02-18 | add generative word alignment model and primitive EM trainer. Model 1 and ↵ | Chris Dyer | |
HMM are supported, without NULL source words | |||
2010-02-01 | word aligner cleanup, new features | Chris Dyer | |
2010-01-29 | word aligner checkin | Chris Dyer | |
2010-01-27 | add binary model2-like features | Chris Dyer | |
2010-01-25 | fix const | Chris Dyer | |
2010-01-24 | more autoconf fixes- use version of boost m4 macros which are much, much, ↵ | Chris Dyer | |
much better | |||
2010-01-24 | Support building without gtest | Chris Dyer | |
Now the only dependence is boost, which most modern linux distros have. | |||
2009-12-26 | add inside algorithm pass in pruning (prevents parent nodes that are ↵ | Chris Dyer | |
underivable from hanging around) | |||
2009-12-26 | minor fix for fast intersection code | Chris Dyer | |
2009-12-26 | increase intersection speed by a couple orders of magnitude for linear chain ↵ | Chris Dyer | |
graphs | |||
2009-12-19 | few fixes | Chris Dyer | |
2009-12-19 | cool new alignment feature | Chris Dyer | |
2009-12-19 | fix rounding error failure | Chris Dyer | |
2009-12-18 | add symmetrization heuristics to atools, add null word configuration | Chris Dyer | |
2009-12-18 | add support for freezing the feature set to a user-specified list, even if ↵ | Chris Dyer | |
feature detectors create additional features | |||
2009-12-17 | make node order explicit in graph | Chris Dyer | |
2009-12-17 | added non-pruning intersection and a CRF tagger | Chris Dyer | |
- the linear-chain tagger is more of a proof of concept than a real tagger-- the context-free assumptions made in a number of places mean that the algorithms used may not be as efficient as they could be, but the model is as powerful as any CRF - it would be easy to add latent variables or semi-CRF support (or both!) - i've added a couple basic features that are often used for POS tagging - non-pruning intersection is useful for lexical word alignment models and the tagger - a sample POS tagger model will be committed later | |||
2009-12-14 | few small fixes of alignment tools, add new orthographic similarity feature ↵ | Chris Dyer | |
for word aligner, final naming of directories, libraries in cdec |