Class PostalCodeFilter

java.lang.Object
org.opensextant.extractors.geo.rules.GeocodeRule
org.opensextant.extractors.geo.rules.PostalCodeFilter

public class PostalCodeFilter extends GeocodeRule
  • Constructor Details

    • PostalCodeFilter

      public PostalCodeFilter(int len)
      Parameters:
      len - - minimum length for a valid postal code.
  • Method Details

    • hasInvalidPunct

      public boolean hasInvalidPunct(String t)
      Match only alphanumeric codes. space and dash are allowed.
      Parameters:
      t -
      Returns:
      True if contains invalid punct
    • evaluate

      public void evaluate(List<PlaceCandidate> names)
      Overrides:
      evaluate in class GeocodeRule
      Parameters:
      names - list of found place names
    • evaluate

      public void evaluate(PlaceCandidate name, org.opensextant.data.Place geo)
      Description copied from class: GeocodeRule
      The one evaluation scheme that all rules must implement. Given a single text match and a location, consider if the geo is a good geocoding for the match.
      Specified by:
      evaluate in class GeocodeRule
      Parameters:
      name - matched name in text
      geo - gazetteer entry or location