Skip to content

Commit

Permalink
use underscores consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaldino committed Jun 10, 2024
1 parent 1881b3f commit 5991d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/opensextant/xlayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def process(self, docid, text, lang=None, features=["geo"], timeout=10, minlen=-
feature aliases "geo" can be used to get All Geographic entities (places,coordinates,countries)
feature "taxons" can get at any Taxon "taxons", "persons", "orgs". As of Xponents 3.6 this reports ALL
Other taxons available in TaxCat tagger. "all-taxons" is offered as a means to distinguish old and new behavior.
Other taxons available in TaxCat tagger. "all_taxons" is offered as a means to distinguish old and new behavior.
feature "postal" will tag obvious, qualified postal codes that are paired with a CITY, PROVINCE, or COUNTRY tag.
feature "patterns" is an alias for dates and any other pattern-based extractors. For now "dates" is only one
feature "codes" will tag, use and report coded information for any place; primarily administrative boundaries
Expand Down

0 comments on commit 5991d29

Please sign in to comment.