Class LocationsTagger

  • All Implemented Interfaces:
    ParametrizedOperation, Service, Tagger

    public class LocationsTagger
    extends NERTagger
    NER-based location name area tagger. It tags the areas that contain at least the specified number of location names.
    Author:
    burgetr
    • Constructor Detail

      • LocationsTagger

        public LocationsTagger()
      • LocationsTagger

        public LocationsTagger​(int mincnt)
        Construct a new tagger.
        Parameters:
        mincnt - the minimal count of the location names detected in the area necessary for tagging this area.
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • getMincnt

        public int getMincnt()
      • setMincnt

        public void setMincnt​(int mincnt)
      • belongsTo

        public float belongsTo​(Area node)
      • allowsContinuation

        public boolean allowsContinuation​(Area node)
      • allowsJoining

        public boolean allowsJoining()
      • mayCoexistWith

        public boolean mayCoexistWith​(Tag other)