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 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.