public interface PhoneticsLayer extends TextCorpusLayer
isEmpty, sizeString getAlphabet()
PhoneticsSegment getSegment(int index)
PhoneticsSegment getSegment(Token token)
Token getToken(PhoneticsSegment segment)
Pronunciation createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)
Pronunciation createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, List<Pronunciation> children)
Pronunciation createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)
Pronunciation createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds)
Pronunciation createPronunciation(PronunciationType type, String canonicalPronunciation)
Pronunciation addChild(Pronunciation parent, Pronunciation child)
PhoneticsSegment addSegment(Pronunciation pronunciation, Token token)
PhoneticsSegment addSegment(List<Pronunciation> pronunciations, Token token)
Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.