|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdanbikel.parser.constraints.LexTreeConstraintSetFactory
public class LexTreeConstraintSetFactory
Factory to produce LexTreeConstraintSet
objects.
Constructor Summary | |
---|---|
LexTreeConstraintSetFactory()
Constructs a factory for LexTreeConstraintSet instances. |
Method Summary | |
---|---|
ConstraintSet |
get()
Gets a new, empty LexTreeConstraintSet instance. |
ConstraintSet |
get(Object tree)
Gets a new set of constraints for parsing the specified lexicalized tree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LexTreeConstraintSetFactory()
LexTreeConstraintSet
instances.
Method Detail |
---|
public ConstraintSet get()
LexTreeConstraintSet
instance.
get
in interface ConstraintSetFactory
LexTreeConstraintSet
instance.public ConstraintSet get(Object tree)
get
in interface ConstraintSetFactory
tree
- the lexicalized tree for which to get constraints;
lexicalization performed by the current head finder.
|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |