Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.PhoneticsSegment
-
Packages that use PhoneticsSegment Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of PhoneticsSegment in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return PhoneticsSegment Modifier and Type Method Description PhoneticsSegmentPhoneticsLayer. addSegment(Pronunciation pronunciation, Token token)PhoneticsSegmentPhoneticsLayer. addSegment(List<Pronunciation> pronunciations, Token token)PhoneticsSegmentPhoneticsLayer. getSegment(int index)PhoneticsSegmentPhoneticsLayer. getSegment(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type PhoneticsSegment Modifier and Type Method Description TokenPhoneticsLayer. getToken(PhoneticsSegment segment) -
Uses of PhoneticsSegment in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement PhoneticsSegment Modifier and Type Class Description classPhoneticsSegmentStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type PhoneticsSegment Modifier and Type Field Description protected Map<Token,PhoneticsSegment>TextCorpusLayersConnector. token2ItsPhsegMethods in eu.clarin.weblicht.wlfxb.tc.xb that return PhoneticsSegment Modifier and Type Method Description PhoneticsSegmentPhoneticsLayerStored. addSegment(Pronunciation pronunciation, Token token)PhoneticsSegmentPhoneticsLayerStored. addSegment(List<Pronunciation> pronunciations, Token token)PhoneticsSegmentPhoneticsLayerStored. getSegment(int index)PhoneticsSegmentPhoneticsLayerStored. getSegment(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type PhoneticsSegment Modifier and Type Method Description TokenPhoneticsLayerStored. getToken(PhoneticsSegment segment)
-