Package eu.clarin.weblicht.wlfxb.ed.api
Interface NamedEntityModelLayer
-
- All Superinterfaces:
ExternalDataLayer
- All Known Implementing Classes:
NamedEntityModelLayerStored
public interface NamedEntityModelLayer extends ExternalDataLayer
The NamedEntityModelLayer interface represents model for named entities. The model/models are stored in a zip file outside of TCF. The layer provides link to this zip file.- Author:
- Yana Panchenko
-
-
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.-
Methods inherited from interface eu.clarin.weblicht.wlfxb.ed.api.ExternalDataLayer
addLink, getDataMimeType, getLink
-
-