public class PhoneticsLayerStored extends TextCorpusLayerStoredAbstract implements PhoneticsLayer
| Modifier | Constructor and Description |
|---|---|
protected |
PhoneticsLayerStored() |
protected |
PhoneticsLayerStored(String alphabet) |
protected |
PhoneticsLayerStored(TextCorpusLayersConnector connector) |
public static final String XML_NAME
protected PhoneticsLayerStored()
protected PhoneticsLayerStored(String alphabet)
protected PhoneticsLayerStored(TextCorpusLayersConnector connector)
protected void setLayersConnector(TextCorpusLayersConnector connector)
TextCorpusLayerStoredAbstractsetLayersConnector in class TextCorpusLayerStoredAbstractpublic boolean isEmpty()
isEmpty in interface TextCorpusLayerpublic int size()
size in interface TextCorpusLayerpublic String getAlphabet()
getAlphabet in interface PhoneticsLayerpublic PhoneticsSegment getSegment(int index)
getSegment in interface PhoneticsLayerpublic PhoneticsSegment getSegment(Token token)
getSegment in interface PhoneticsLayerpublic Token getToken(PhoneticsSegment segment)
getToken in interface PhoneticsLayerpublic Pronunciation createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)
createPronunciation in interface PhoneticsLayerpublic Pronunciation createPronunciation(PronunciationType type, String canonicalPronunciation, String realizedPronunciation, List<Pronunciation> children)
createPronunciation in interface PhoneticsLayerpublic Pronunciation createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds, List<Pronunciation> children)
createPronunciation in interface PhoneticsLayerpublic Pronunciation createPronunciation(PronunciationType type, String realizedPronunciation, float onsetInSeconds, float offsetInSeconds)
createPronunciation in interface PhoneticsLayerpublic Pronunciation createPronunciation(PronunciationType type, String canonicalPronunciation)
createPronunciation in interface PhoneticsLayerpublic Pronunciation addChild(Pronunciation parent, Pronunciation child)
addChild in interface PhoneticsLayerpublic PhoneticsSegment addSegment(Pronunciation pronunciation, Token token)
addSegment in interface PhoneticsLayerpublic PhoneticsSegment addSegment(List<Pronunciation> pronunciations, Token token)
addSegment in interface PhoneticsLayerCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.