Class NamedEntityProcessor

  • All Implemented Interfaces:
    CoNLLColumnProcessor

    @MetaInfServices(CoNLLColumnProcessor.class)
    public class NamedEntityProcessor
    extends IOBFieldProcessor
    Processes Named Entities in CoNLL Format. Setting the config property conll.ner.normalize=true will cause the entity types to be collapsed into coarser grained categories.
    Author:
    David B. Bracewell
    • Constructor Detail

      • NamedEntityProcessor

        public NamedEntityProcessor()
        Instantiates a new Named entity processor.
    • Method Detail

      • getFieldName

        public String getFieldName()
        Description copied from interface: CoNLLColumnProcessor
        Gets the name of the field
        Returns:
        the field name