From 5991d29dda75affb6fa3bed986f7880fbc9b4940 Mon Sep 17 00:00:00 2001 From: Marc Ubaldino Date: Mon, 10 Jun 2024 18:23:40 -0400 Subject: [PATCH] use underscores consistently --- src/main/python/opensextant/xlayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/python/opensextant/xlayer.py b/src/main/python/opensextant/xlayer.py index 97d8f81..4479cac 100644 --- a/src/main/python/opensextant/xlayer.py +++ b/src/main/python/opensextant/xlayer.py @@ -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