Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Orthform
-
Packages that use Orthform Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of Orthform in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return Orthform Modifier and Type Method Description OrthformLexicalSemanticsLayer. addOrthform(String[] orthformValues, Lemma lemma)OrthformLexicalSemanticsLayer. addOrthform(String orthformValues, Lemma lemma)OrthformLexicalSemanticsLayer. getOrthform(int index)OrthformLexicalSemanticsLayer. getOrthform(Lemma lemma)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Orthform Modifier and Type Method Description Lemma[]LexicalSemanticsLayer. getLemmas(Orthform orthform) -
Uses of Orthform in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Orthform Modifier and Type Class Description classOrthformStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type Orthform Modifier and Type Field Description protected Map<Lemma,Orthform>TextCorpusLayersConnector. lemma2ItsAntonymsprotected Map<Lemma,Orthform>TextCorpusLayersConnector. lemma2ItsHyperonymsprotected Map<Lemma,Orthform>TextCorpusLayersConnector. lemma2ItsHyponymsprotected Map<Lemma,Orthform>TextCorpusLayersConnector. lemma2ItsSynonymsMethods in eu.clarin.weblicht.wlfxb.tc.xb that return Orthform Modifier and Type Method Description OrthformLexicalSemanticsLayerStored. addOrthform(String[] orthformValues, Lemma lemma)OrthformLexicalSemanticsLayerStored. addOrthform(String orthformValues, Lemma lemma)OrthformAntonymyLayerStored. getOrthform(Lemma lemma)OrthformHyperonymyLayerStored. getOrthform(Lemma lemma)OrthformHyponymyLayerStored. getOrthform(Lemma lemma)OrthformLexicalSemanticsLayerStored. getOrthform(int index)OrthformSynonymyLayerStored. getOrthform(Lemma lemma)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Orthform Modifier and Type Method Description Lemma[]LexicalSemanticsLayerStored. getLemmas(Orthform orthform)
-