Package eu.clarin.weblicht.wlfxb.tc.api
Interface MorphologySegment
-
- All Superinterfaces:
ExtraAttributes
- All Known Implementing Classes:
MorphologySegmentStored
public interface MorphologySegment extends ExtraAttributes
- Author:
- Yana Panchenko
-
-
Method Summary
Modifier and Type Method Description StringgetCategory()IntegergetEnd()StringgetFunction()IntegergetStart()MorphologySegment[]getSubsegments()StringgetType()StringgetValue()booleanhasCharoffsets()booleanisTerminal()-
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.ExtraAttributes
getExtraAttributes, retrieveAttributes
-
-
-
-
Method Detail
-
getCategory
String getCategory()
-
getType
String getType()
-
getFunction
String getFunction()
-
hasCharoffsets
boolean hasCharoffsets()
-
getStart
Integer getStart()
-
getEnd
Integer getEnd()
-
isTerminal
boolean isTerminal()
-
getValue
String getValue()
-
getSubsegments
MorphologySegment[] getSubsegments()
-
-