We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1881b3f commit 5991d29Copy full SHA for 5991d29
1 file changed
src/main/python/opensextant/xlayer.py
@@ -74,7 +74,7 @@ def process(self, docid, text, lang=None, features=["geo"], timeout=10, minlen=-
74
75
feature aliases "geo" can be used to get All Geographic entities (places,coordinates,countries)
76
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.
+ Other taxons available in TaxCat tagger. "all_taxons" is offered as a means to distinguish old and new behavior.
78
feature "postal" will tag obvious, qualified postal codes that are paired with a CITY, PROVINCE, or COUNTRY tag.
79
feature "patterns" is an alias for dates and any other pattern-based extractors. For now "dates" is only one
80
feature "codes" will tag, use and report coded information for any place; primarily administrative boundaries
0 commit comments