Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Sentence
-
Packages that use Sentence Package Description eu.clarin.weblicht.wlfxb.tc.api eu.clarin.weblicht.wlfxb.tc.xb Provides classes for manipulating TextCorpus annotations of TCF. -
-
Uses of Sentence in eu.clarin.weblicht.wlfxb.tc.api
Methods in eu.clarin.weblicht.wlfxb.tc.api that return Sentence Modifier and Type Method Description SentenceSentencesLayer. addSentence(List<Token> tokens)SentenceSentencesLayer. addSentence(List<Token> tokens, int start, int end)SentenceSentencesLayer. getSentence(int index)SentenceSentencesLayer. getSentence(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Sentence Modifier and Type Method Description Token[]SentencesLayer. getTokens(Sentence sentence) -
Uses of Sentence in eu.clarin.weblicht.wlfxb.tc.xb
Classes in eu.clarin.weblicht.wlfxb.tc.xb that implement Sentence Modifier and Type Class Description classSentenceStoredFields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type Sentence Modifier and Type Field Description protected Map<Token,Sentence>TextCorpusLayersConnector. token2ItsSentenceMethods in eu.clarin.weblicht.wlfxb.tc.xb that return Sentence Modifier and Type Method Description SentenceSentencesLayerStored. addSentence(List<Token> sentenceTokens)SentenceSentencesLayerStored. addSentence(List<Token> sentenceTokens, int start, int end)SentenceSentencesLayerStored. addSentence(List<Token> sentenceTokens, Integer start, Integer end)SentenceSentencesLayerStored. getSentence(int index)SentenceSentencesLayerStored. getSentence(Token token)Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Sentence Modifier and Type Method Description Token[]SentencesLayerStored. getTokens(Sentence sentence)
-