eu.clarin.weblicht.wlfxb.tc.api
Interface MorphologySegment

All Known Implementing Classes:
MorphologySegmentStored

public interface MorphologySegment

Author:
Yana Panchenko

Method Summary
 String getCategory()
           
 Integer getEnd()
           
 String getFunction()
           
 Integer getStart()
           
 MorphologySegment[] getSubsegments()
           
 String getType()
           
 String getValue()
           
 boolean hasCharoffsets()
           
 boolean isTerminal()
           
 

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()


Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.