| Package | Description |
|---|---|
| eu.clarin.weblicht.wlfxb.tc.api | |
| eu.clarin.weblicht.wlfxb.tc.xb |
Provides classes for manipulating TextCorpus annotations of TCF.
|
| Modifier and Type | Method and Description |
|---|---|
PronunciationType |
Pronunciation.getType() |
| Modifier and Type | Method and Description |
|---|---|
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String canonicalPronunciation) |
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds) |
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds,
List<Pronunciation> children) |
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String canonicalPronunciation,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds,
List<Pronunciation> children) |
Pronunciation |
PhoneticsLayer.createPronunciation(PronunciationType type,
String canonicalPronunciation,
String realizedPronunciation,
List<Pronunciation> children) |
| Modifier and Type | Field and Description |
|---|---|
protected PronunciationType |
PronunciationStored.type |
| Modifier and Type | Method and Description |
|---|---|
PronunciationType |
PronunciationStored.getType() |
static PronunciationType |
PronunciationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PronunciationType[] |
PronunciationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String canonicalPronunciation) |
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds) |
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds,
List<Pronunciation> children) |
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String canonicalPronunciation,
String realizedPronunciation,
float onsetInSeconds,
float offsetInSeconds,
List<Pronunciation> children) |
Pronunciation |
PhoneticsLayerStored.createPronunciation(PronunciationType type,
String canonicalPronunciation,
String realizedPronunciation,
List<Pronunciation> children) |
Copyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.