Uses of Interface
eu.clarin.weblicht.wlfxb.tc.api.Sentence

Packages that use Sentence
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
 Sentence SentencesLayer.addSentence(List<Token> tokens)
           
 Sentence SentencesLayer.addSentence(List<Token> tokens, int start, int end)
           
 Sentence SentencesLayer.getSentence(int index)
           
 Sentence SentencesLayer.getSentence(Token token)
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.api with parameters of type Sentence
 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
 class SentenceStored
           
 

Fields in eu.clarin.weblicht.wlfxb.tc.xb with type parameters of type Sentence
protected  Map<Token,Sentence> TextCorpusLayersConnector.token2ItsSentence
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb that return Sentence
 Sentence SentencesLayerStored.addSentence(List<Token> sentenceTokens)
           
 Sentence SentencesLayerStored.addSentence(List<Token> sentenceTokens, Integer start, Integer end)
           
 Sentence SentencesLayerStored.addSentence(List<Token> sentenceTokens, int start, int end)
           
 Sentence SentencesLayerStored.getSentence(int index)
           
 Sentence SentencesLayerStored.getSentence(Token token)
           
 

Methods in eu.clarin.weblicht.wlfxb.tc.xb with parameters of type Sentence
 Token[] SentencesLayerStored.getTokens(Sentence sentence)
           
 



Copyright © 2013 Department of Linguistics, Tübingen University. All Rights Reserved.