| 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 |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Token[] |
SentencesLayer.getTokens(Sentence sentence) |
| Modifier and Type | Class and Description |
|---|---|
class |
SentenceStored |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Token,Sentence> |
TextCorpusLayersConnector.token2ItsSentence |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Token[] |
SentencesLayerStored.getTokens(Sentence sentence) |
Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.