Serialized Form

  • Package org.opensextant

  • Package org.opensextant.annotations

  • Package org.opensextant.data.social

  • Package org.opensextant.extraction

  • Package org.opensextant.processing

    • Class org.opensextant.processing.Parameters

      class Parameters extends Properties implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • clean_input
          boolean clean_input
        • formats
          Set<String> formats
        • inputFile
          String inputFile
        • isdefault
          boolean isdefault
          You the caller must explicitly set isdefault = false; forcing you to actually look at these parameters.
        • jobName
          String jobName
        • output_coordinate_duplicates
          boolean output_coordinate_duplicates
          Is the concept of duplicate filtering more general than for just coords?
        • output_filtered
          boolean output_filtered
          By default Country Names will not be included in GIS products They should appear in CSV, though.
        • output_geohash
          boolean output_geohash
          Default is to not generate Geohash
        • outputDir
          String outputDir
        • outputFile
          String outputFile
        • preferredGeography
          HashMap<String,List<String>> preferredGeography
          A way of relaying arbitrary geographic filters to an extraction routine indicating that useful answers for disambiguation for tie-breakers come from these cues. "countries" = [c1, c2, c3, ...] "geohash" = [g1, g2, g3, ...]
        • resolve_localities
          boolean resolve_localities
          Reverse Geo here is accommodated by resolving Provinces and Localities when a geodetic coordinate is encountered in text. The containing province and/or closest feature is reported. Country code and ADM1 code, and Province Name are inferred and set on coordinate object, improving the contextual information for the rest of the processing.
        • tag_all_taxons
          boolean tag_all_taxons
          "all taxons" is an explicit request to tag all keyphrases AKA taxons
        • tag_codes
          boolean tag_codes
          Tag/Output codes of placenames -- Exclusive of Coutry or other Placenames
        • tag_coordinates
          boolean tag_coordinates
          Tag/Output coordinates
        • tag_countries
          boolean tag_countries
          Tag/Output countries
        • tag_lowercase
          boolean tag_lowercase
        • tag_names
          boolean tag_names
          Name taxons are a special grouping of tags, including "person_name" and other entries Entity type is usually `person`. This group is differentiated from non-name tags such as assets or codes.
        • tag_patterns
          boolean tag_patterns
        • tag_places
          boolean tag_places
          Tag/Output placenames of any time other than countries
        • tag_postal
          boolean tag_postal
          Tag/Output postal hierarchy, i.e., "City, Province, Postal code"
        • tag_taxons
          boolean tag_taxons
          "taxons" is a catch all for the non-geo items that come out of geotagger, e.g., negated tags such as the surname "Johnson" -- typically a surname and not a city. These tags are a by-product of Geotagging and available to caller.
        • tempDir
          String tempDir
    • Exception org.opensextant.processing.ProcessingException

      class ProcessingException extends Exception implements Serializable
      serialVersionUID:
      20001981L