Skip to content

Commit 5991d29

Browse files
committed
use underscores consistently
1 parent 1881b3f commit 5991d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/python/opensextant/xlayer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def process(self, docid, text, lang=None, features=["geo"], timeout=10, minlen=-
7474
7575
feature aliases "geo" can be used to get All Geographic entities (places,coordinates,countries)
7676
feature "taxons" can get at any Taxon "taxons", "persons", "orgs". As of Xponents 3.6 this reports ALL
77-
Other taxons available in TaxCat tagger. "all-taxons" is offered as a means to distinguish old and new behavior.
77+
Other taxons available in TaxCat tagger. "all_taxons" is offered as a means to distinguish old and new behavior.
7878
feature "postal" will tag obvious, qualified postal codes that are paired with a CITY, PROVINCE, or COUNTRY tag.
7979
feature "patterns" is an alias for dates and any other pattern-based extractors. For now "dates" is only one
8080
feature "codes" will tag, use and report coded information for any place; primarily administrative boundaries

0 commit comments

Comments
 (0)