Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.common.STextualDS Interface Reference

Inherits org.corpus_tools.salt.common.SSequentialDS< String, Integer >, and org.corpus_tools.salt.common.SDocumentGraphObject.

Inherited by org.corpus_tools.salt.common.impl.STextualDSImpl.

Public Member Functions

String getText ()
 
void setText (String text)
 
List< STokentokenize ()
 
- Public Member Functions inherited from org.corpus_tools.salt.common.SSequentialDS< String, Integer >
getData ()
 
void setData (D value)
 
getStart ()
 
getEnd ()
 
- Public Member Functions inherited from org.corpus_tools.salt.common.SDocumentGraphObject
SDocumentGraph getGraph ()
 Returns the document structure object which contains this element. More...