eu.clarin.weblicht.wlfxb.tc.api
Interface TextLayer

All Superinterfaces:
TextCorpusLayer
All Known Implementing Classes:
TextLayerStored

public interface TextLayer
extends TextCorpusLayer

The TextLayer contains a character string representing natural language text. This layer is commonly used by linguistic tools to produce token and sentence boundary annotations.

Author:
Yana Panchenko

Method Summary
 void addText(String text)
           
 String getText()
           
 
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.TextCorpusLayer
isEmpty, size
 

Method Detail

getText

String getText()

addText

void addText(String text)


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