|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.clarin.weblicht.wlfxb.xb.WLData
public class WLData
Class WLData represents TCF annotations.
Corresponds to TCF specification.
WLData annotations can be: TextCorpus
annotations represent annotations on written connected text,
Lexicon annotations represent
linguistic information on a list of words,
ExternalData annotations represent
annotations that are related to the annotations inside TCF but themselves
are stored outside of TCF.
Class WLData can be marshaled into XML representation of TCF. See
also WLDObjector.
| Field Summary | |
|---|---|
static String |
XML_NAME
|
static String |
XML_NAMESPACE
|
static String |
XML_VERSION
|
| Constructor Summary | |
|---|---|
WLData(ExternalDataStored extData)
Creates WLData with the given external data annotations. |
|
WLData(ExternalDataStored extData,
TextCorpusStored textCorpus)
Creates WLData with the given external data and text corpus annotations. |
|
WLData(LexiconStored lexicon)
Creates WLData with the given lexicon annotations. |
|
WLData(MetaData metaData,
ExternalDataStored extData)
Creates WLData with the given meta data and external data annotations. |
|
WLData(MetaData metaData,
ExternalDataStored extData,
TextCorpusStored textCorpus)
Creates WLData with the given meta data, external data and text corpus annotations. |
|
WLData(MetaData metaData,
LexiconStored lexicon)
Creates WLData with the given meta data and lexicon annotations. |
|
WLData(MetaData metaData,
TextCorpusStored textCorpus)
Creates WLData with the given meta data and text corpus annotations. |
|
WLData(TextCorpusStored textCorpus)
Creates WLData with the given text corpus annotations. |
|
| Method Summary | |
|---|---|
ExternalDataStored |
getExternalData()
Gets external data annotations of the WLData. |
LexiconStored |
getLexicon()
Gets lexicon annotations of the WLData. |
MetaData |
getMetaData()
Gets meta data of the WLData. |
TextCorpusStored |
getTextCorpus()
Gets text corpus annotations of the WLData. |
String |
getVersion()
Gets version of the WLData. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String XML_NAME
public static final String XML_NAMESPACE
public static final String XML_VERSION
| Constructor Detail |
|---|
public WLData(MetaData metaData,
ExternalDataStored extData)
metaData - meta dataextData - external data
public WLData(MetaData metaData,
TextCorpusStored textCorpus)
metaData - meta datatextCorpus - text corpus
public WLData(MetaData metaData,
ExternalDataStored extData,
TextCorpusStored textCorpus)
metaData - meta dataextData - external datatextCorpus - text corpuspublic WLData(TextCorpusStored textCorpus)
textCorpus - text corpuspublic WLData(ExternalDataStored extData)
extData - external data
public WLData(ExternalDataStored extData,
TextCorpusStored textCorpus)
extData - external datatextCorpus - text corpus
public WLData(MetaData metaData,
LexiconStored lexicon)
metaData - meta datalexicon - lexiconpublic WLData(LexiconStored lexicon)
lexicon - lexicon| Method Detail |
|---|
public String getVersion()
public MetaData getMetaData()
public ExternalDataStored getExternalData()
public TextCorpusStored getTextCorpus()
public LexiconStored getLexicon()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||