Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Pronunciation
-
Packages that use Pronunciation Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of Pronunciation in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return Pronunciation Modifier and Type Method Description PronunciationPhoneticsLayer. addChild(Pronunciation parent, Pronunciation child)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String canonicalPronunciation)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, List<Pronunciation> children)Pronunciation[]Pronunciation. getChildren()Pronunciation[]PhoneticsSegment. getPronunciations()Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Pronunciation Modifier and Type Method Description PronunciationPhoneticsLayer. addChild(Pronunciation parent, Pronunciation child)PhoneticsSegmentPhoneticsLayer. addSegment(Pronunciation pronunciation, Token token)Method parameters in eu.clarin.weblicht.wlfxb.tc.api with type arguments of type Pronunciation Modifier and Type Method Description PhoneticsSegmentPhoneticsLayer. addSegment(List<Pronunciation> pronunciations, Token token)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayer. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, List<Pronunciation> children) -
Uses of Pronunciation in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Pronunciation Modifier and Type Class Description classPronunciationStoredMethods in eu.clarin.weblicht.wlfxb.tc.xb that return Pronunciation Modifier and Type Method Description PronunciationPhoneticsLayerStored. addChild(Pronunciation parent, Pronunciation child)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String canonicalPronunciation)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, List<Pronunciation> children)Pronunciation[]PronunciationStored. getChildren()Pronunciation[]PhoneticsSegmentStored. getPronunciations()Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Pronunciation Modifier and Type Method Description PronunciationPhoneticsLayerStored. addChild(Pronunciation parent, Pronunciation child)PhoneticsSegmentPhoneticsLayerStored. addSegment(Pronunciation pronunciation, Token token)Method parameters in eu.clarin.weblicht.wlfxb.tc.xb with type arguments of type Pronunciation Modifier and Type Method Description PhoneticsSegmentPhoneticsLayerStored. addSegment(List<Pronunciation> pronunciations, Token token)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)PronunciationPhoneticsLayerStored. createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, List<Pronunciation> children)
-