Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.MorphologySegment
-
Packages that use MorphologySegment Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of MorphologySegment in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return MorphologySegment Modifier and Type Method Description MorphologySegmentMorphologyLayer. createSegment(String type, String category, String function, Integer start, Integer end, String value)MorphologySegmentMorphologyLayer. createSegment(String type, String category, String function, Integer start, Integer end, List<MorphologySegment> subsegments)MorphologySegment[]MorphologyAnalysis. getSegmentation()MorphologySegment[]MorphologySegment. getSubsegments()Method parameters in eu.clarin.weblicht.wlfxb.tc.api with type arguments of type MorphologySegment Modifier and Type Method Description MorphologySegmentMorphologyLayer. createSegment(String type, String category, String function, Integer start, Integer end, List<MorphologySegment> subsegments) -
Uses of MorphologySegment in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement MorphologySegment Modifier and Type Class Description classMorphologySegmentStoredMethods in eu.clarin.weblicht.wlfxb.tc.xb that return MorphologySegment Modifier and Type Method Description MorphologySegmentMorphologyLayerStored. createSegment(String type, String category, String function, Integer start, Integer end, String value)MorphologySegmentMorphologyLayerStored. createSegment(String type, String category, String function, Integer start, Integer end, List<MorphologySegment> subsegments)MorphologySegment[]MorphologyAnalysisStored. getSegmentation()MorphologySegment[]MorphologySegmentStored. getSubsegments()Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type MorphologySegment Modifier and Type Method Description MorphologySegmentMorphologyLayerStored. createSegment(String type, String category, String function, Integer start, Integer end, List<MorphologySegment> subsegments)
-