Package eu.clarin.weblicht.wlfxb.ed.xb
Class NamedEntityModelLayerStored
- java.lang.Object
-
- eu.clarin.weblicht.wlfxb.ed.xb.ExternalDataLayerStored
-
- eu.clarin.weblicht.wlfxb.ed.xb.NamedEntityModelLayerStored
-
- All Implemented Interfaces:
ExternalDataLayer,NamedEntityModelLayer
public class NamedEntityModelLayerStored extends ExternalDataLayerStored implements NamedEntityModelLayer
- Author:
- Yana Panchenko
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNamedEntityModelLayerStored()protectedNamedEntityModelLayerStored(String mimeType, String neType, String modelType)
-
Method Summary
Modifier and Type Method Description StringgetModelType()Gets the type of the model.StringgetNamedEntitiesType()Gets the type (tagset) of the named entities in the model.StringtoString()-
Methods inherited from class eu.clarin.weblicht.wlfxb.ed.xb.ExternalDataLayerStored
addLink, getDataMimeType, getLink
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface eu.clarin.weblicht.wlfxb.ed.api.ExternalDataLayer
addLink, getDataMimeType, getLink
-
-
-
-
Field Detail
-
XML_NAME
public static final String XML_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNamedEntitiesType
public String getNamedEntitiesType()
Description copied from interface:NamedEntityModelLayerGets the type (tagset) of the named entities in the model.- Specified by:
getNamedEntitiesTypein interfaceNamedEntityModelLayer- Returns:
- type (tagset) of the named entities.
-
getModelType
public String getModelType()
Description copied from interface:NamedEntityModelLayerGets the type of the model.- Specified by:
getModelTypein interfaceNamedEntityModelLayer- Returns:
- type of the model.
-
toString
public String toString()
- Overrides:
toStringin classExternalDataLayerStored
-
-