Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and the parser segfaults (observed with grammars full of unary rules)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Proper implementation of soft syntactic constraint features
|
|
|
|
Fix a building problem
|
|
|
|
Soft linguistic reordering constraints from http://www.aclweb.org/anthology/P14-1106
|
|
|
|
|
|
|
|
|
|
|
|
Add IgnoredStateSize() to FeatureFunction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|