Package opennlp.tools.parser
Klasse Constituent
java.lang.Object
opennlp.tools.parser.Constituent
Holds constituents when reading
parses
.- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
Constituent
-
-
Methodendetails
-
getLabel
Returns the label of the constituent.- Gibt zurück:
- the label of the constituent.
-
setLabel
Assigns the label to the constituent.- Parameter:
label
- The label to set.
-
getSpan
Returns the span of the constituent.- Gibt zurück:
- the span of the constituent.
-