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
 String getModelType()
          Gets the type of the model.
 String getNamedEntitiesType()
          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
 

Method Detail

getNamedEntitiesType

String getNamedEntitiesType()
Gets the type (tagset) of the named entities in the model.

Returns:
type (tagset) of the named entities.

getModelType

String getModelType()
Gets the type of the model.

Returns:
type of the model.


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