.gitignore
.pre-commit-config.yaml
AI_TRANSPARENCY_LOG.md
AUDIT.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
ROADMAP.md
pyproject.toml
readme.md
renovate.json
requirements.txt
status.md
uv.lock
.github/workflows/build-tests.yml
.github/workflows/conventional-label.yml
.github/workflows/coverage.yml
.github/workflows/license_check.yml
.github/workflows/lint.yml
.github/workflows/opm-check.yml
.github/workflows/pip_audit.yml
.github/workflows/publish_stable.yml
.github/workflows/release-preview.yml
.github/workflows/release_workflow.yml
.github/workflows/repo-health.yml
docs/API.md
docs/DATASET_INTEGRATION.md
docs/DEPENDENCIES.md
docs/FAQ.md
docs/GETTING_STARTED.md
docs/INSTALLATION.md
docs/MIGRATION.md
docs/README.md
docs/TUTORIALS.md
docs/index.md
examples/01_quick_start.py
examples/02_all_annotators.py
examples/03_pipeline_dedup.py
examples/04_custom_keywords.py
examples/05_location_extraction.py
examples/06_temporal_extraction.py
examples/07_currency_multilang.py
examples/08_async_batch.py
examples/09_custom_annotator.py
examples/10_ovos_plugin.py
examples/11_lookup_wordlist.py
examples/12_locale_system.py
examples/README.md
examples/advanced_features.py
examples/benchmark.py
examples/complete_example.py
examples/comprehensive_datasets_example.py
examples/custom_annotators.py
examples/date.py
examples/email_parsing.py
examples/huggingface_datasets_example.py
examples/locations.py
examples/lookup.py
examples/new_annotators.py
examples/pipeline_example.py
examples/regex_rules.py
examples/rule_based.py
examples/timedelta.py
examples/wikidata_subclasses_example.py
examples/written_numbers.py
simple_NER/__init__.py
simple_NER/cli.py
simple_NER/opm.py
simple_NER/pipeline.py
simple_NER/settings.py
simple_NER/version.py
simple_NER.egg-info/PKG-INFO
simple_NER.egg-info/SOURCES.txt
simple_NER.egg-info/dependency_links.txt
simple_NER.egg-info/entry_points.txt
simple_NER.egg-info/requires.txt
simple_NER.egg-info/top_level.txt
simple_NER/__pycache__/version.cpython-314.pyc
simple_NER/annotators/__init__.py
simple_NER/annotators/ahocorasick_wrapper.py
simple_NER/annotators/base.py
simple_NER/annotators/currency_ner.py
simple_NER/annotators/date_ner.py
simple_NER/annotators/datetime_ner.py
simple_NER/annotators/email_ner.py
simple_NER/annotators/factory.py
simple_NER/annotators/hashtag_ner.py
simple_NER/annotators/locations_ner.py
simple_NER/annotators/lookup_ner.py
simple_NER/annotators/names_ner.py
simple_NER/annotators/numbers_ner.py
simple_NER/annotators/organization_ner.py
simple_NER/annotators/phone_ner.py
simple_NER/annotators/temporal_ner.py
simple_NER/annotators/url_ner.py
simple_NER/locale/an/currency.intent
simple_NER/locale/an/currency.rx
simple_NER/locale/an/date_months.txt
simple_NER/locale/an/organization.rx
simple_NER/locale/an/phone.rx
simple_NER/locale/ast/currency.intent
simple_NER/locale/ast/currency.rx
simple_NER/locale/ast/date_months.txt
simple_NER/locale/ast/organization.rx
simple_NER/locale/ast/phone.rx
simple_NER/locale/ca/currency.intent
simple_NER/locale/ca/currency.rx
simple_NER/locale/ca/date_months.txt
simple_NER/locale/ca/organization.rx
simple_NER/locale/ca/phone.rx
simple_NER/locale/cs/currency.intent
simple_NER/locale/cs/currency.rx
simple_NER/locale/cs/date_months.txt
simple_NER/locale/cs/organization.rx
simple_NER/locale/cs/phone.rx
simple_NER/locale/da/currency.intent
simple_NER/locale/da/currency.rx
simple_NER/locale/da/date_months.txt
simple_NER/locale/da/organization.rx
simple_NER/locale/da/phone.rx
simple_NER/locale/de/currency.intent
simple_NER/locale/de/currency.rx
simple_NER/locale/de/date_months.txt
simple_NER/locale/de/organization.rx
simple_NER/locale/de/phone.rx
simple_NER/locale/el/currency.intent
simple_NER/locale/el/currency.rx
simple_NER/locale/el/date_months.txt
simple_NER/locale/el/organization.rx
simple_NER/locale/el/phone.rx
simple_NER/locale/en/currency.intent
simple_NER/locale/en/currency.rx
simple_NER/locale/en/date_months.txt
simple_NER/locale/en/email.rx
simple_NER/locale/en/hashtag.rx
simple_NER/locale/en/organization.rx
simple_NER/locale/en/phone.rx
simple_NER/locale/en/url.rx
simple_NER/locale/es/currency.intent
simple_NER/locale/es/currency.rx
simple_NER/locale/es/date_months.txt
simple_NER/locale/es/organization.rx
simple_NER/locale/es/phone.rx
simple_NER/locale/eu/currency.intent
simple_NER/locale/eu/currency.rx
simple_NER/locale/eu/date_months.txt
simple_NER/locale/eu/organization.rx
simple_NER/locale/eu/phone.rx
simple_NER/locale/fa/currency.intent
simple_NER/locale/fa/currency.rx
simple_NER/locale/fa/date_months.txt
simple_NER/locale/fa/organization.rx
simple_NER/locale/fa/phone.rx
simple_NER/locale/fr/currency.intent
simple_NER/locale/fr/currency.rx
simple_NER/locale/fr/date_months.txt
simple_NER/locale/fr/organization.rx
simple_NER/locale/fr/phone.rx
simple_NER/locale/gl/currency.intent
simple_NER/locale/gl/currency.rx
simple_NER/locale/gl/date_months.txt
simple_NER/locale/gl/organization.rx
simple_NER/locale/gl/phone.rx
simple_NER/locale/hu/currency.intent
simple_NER/locale/hu/currency.rx
simple_NER/locale/hu/date_months.txt
simple_NER/locale/hu/organization.rx
simple_NER/locale/hu/phone.rx
simple_NER/locale/it/currency.intent
simple_NER/locale/it/currency.rx
simple_NER/locale/it/date_months.txt
simple_NER/locale/it/organization.rx
simple_NER/locale/it/phone.rx
simple_NER/locale/lt/currency.intent
simple_NER/locale/lt/currency.rx
simple_NER/locale/lt/date_months.txt
simple_NER/locale/lt/organization.rx
simple_NER/locale/lt/phone.rx
simple_NER/locale/mwl/currency.intent
simple_NER/locale/mwl/currency.rx
simple_NER/locale/mwl/date_months.txt
simple_NER/locale/mwl/organization.rx
simple_NER/locale/mwl/phone.rx
simple_NER/locale/nl/currency.intent
simple_NER/locale/nl/currency.rx
simple_NER/locale/nl/date_months.txt
simple_NER/locale/nl/organization.rx
simple_NER/locale/nl/phone.rx
simple_NER/locale/pl/currency.intent
simple_NER/locale/pl/currency.rx
simple_NER/locale/pl/date_months.txt
simple_NER/locale/pl/organization.rx
simple_NER/locale/pl/phone.rx
simple_NER/locale/pt/currency.intent
simple_NER/locale/pt/currency.rx
simple_NER/locale/pt/date_months.txt
simple_NER/locale/pt/organization.rx
simple_NER/locale/pt/phone.rx
simple_NER/locale/ro/currency.intent
simple_NER/locale/ro/currency.rx
simple_NER/locale/ro/date_months.txt
simple_NER/locale/ro/organization.rx
simple_NER/locale/ro/phone.rx
simple_NER/locale/ru/currency.intent
simple_NER/locale/ru/currency.rx
simple_NER/locale/ru/date_months.txt
simple_NER/locale/ru/organization.rx
simple_NER/locale/ru/phone.rx
simple_NER/locale/sv/currency.intent
simple_NER/locale/sv/currency.rx
simple_NER/locale/sv/date_months.txt
simple_NER/locale/sv/organization.rx
simple_NER/locale/sv/phone.rx
simple_NER/locale/tr/currency.intent
simple_NER/locale/tr/currency.rx
simple_NER/locale/tr/date_months.txt
simple_NER/locale/tr/organization.rx
simple_NER/locale/tr/phone.rx
simple_NER/locale/uk/currency.intent
simple_NER/locale/uk/currency.rx
simple_NER/locale/uk/date_months.txt
simple_NER/locale/uk/organization.rx
simple_NER/locale/uk/phone.rx
simple_NER/res/cities.json
simple_NER/res/countries.json
simple_NER/res/an/animal.entity
simple_NER/res/an/color.entity
simple_NER/res/an/emotion.entity
simple_NER/res/an/temporal_keywords.txt
simple_NER/res/an/weather.entity
simple_NER/res/ast/animal.entity
simple_NER/res/ast/color.entity
simple_NER/res/ast/emotion.entity
simple_NER/res/ast/temporal_keywords.txt
simple_NER/res/ast/weather.entity
simple_NER/res/ca/animal.entity
simple_NER/res/ca/color.entity
simple_NER/res/ca/emotion.entity
simple_NER/res/ca/temporal_keywords.txt
simple_NER/res/ca/weather.entity
simple_NER/res/cs/animal.entity
simple_NER/res/cs/color.entity
simple_NER/res/cs/emotion.entity
simple_NER/res/cs/temporal_keywords.txt
simple_NER/res/cs/weather.entity
simple_NER/res/da/animal.entity
simple_NER/res/da/color.entity
simple_NER/res/da/emotion.entity
simple_NER/res/da/temporal_keywords.txt
simple_NER/res/da/weather.entity
simple_NER/res/de/animal.entity
simple_NER/res/de/color.entity
simple_NER/res/de/emotion.entity
simple_NER/res/de/temporal_keywords.txt
simple_NER/res/de/weather.entity
simple_NER/res/el/animal.entity
simple_NER/res/el/color.entity
simple_NER/res/el/emotion.entity
simple_NER/res/el/temporal_keywords.txt
simple_NER/res/el/weather.entity
simple_NER/res/en/FoxStoplist.txt
simple_NER/res/en/SmartStoplist.txt
simple_NER/res/en/age_property.entity
simple_NER/res/en/animal.entity
simple_NER/res/en/appearance_property.entity
simple_NER/res/en/character_property.entity
simple_NER/res/en/cities.entity
simple_NER/res/en/color.entity
simple_NER/res/en/countries.entity
simple_NER/res/en/dog.entity
simple_NER/res/en/emotion.entity
simple_NER/res/en/month.entity
simple_NER/res/en/temporal_keywords.txt
simple_NER/res/en/weather.entity
simple_NER/res/es/animal.entity
simple_NER/res/es/color.entity
simple_NER/res/es/emotion.entity
simple_NER/res/es/temporal_keywords.txt
simple_NER/res/es/weather.entity
simple_NER/res/eu/animal.entity
simple_NER/res/eu/color.entity
simple_NER/res/eu/emotion.entity
simple_NER/res/eu/temporal_keywords.txt
simple_NER/res/eu/weather.entity
simple_NER/res/fa/animal.entity
simple_NER/res/fa/color.entity
simple_NER/res/fa/emotion.entity
simple_NER/res/fa/temporal_keywords.txt
simple_NER/res/fa/weather.entity
simple_NER/res/fr/animal.entity
simple_NER/res/fr/color.entity
simple_NER/res/fr/emotion.entity
simple_NER/res/fr/temporal_keywords.txt
simple_NER/res/fr/weather.entity
simple_NER/res/gl/animal.entity
simple_NER/res/gl/color.entity
simple_NER/res/gl/emotion.entity
simple_NER/res/gl/temporal_keywords.txt
simple_NER/res/gl/weather.entity
simple_NER/res/hu/animal.entity
simple_NER/res/hu/color.entity
simple_NER/res/hu/emotion.entity
simple_NER/res/hu/temporal_keywords.txt
simple_NER/res/hu/weather.entity
simple_NER/res/it/animal.entity
simple_NER/res/it/color.entity
simple_NER/res/it/emotion.entity
simple_NER/res/it/temporal_keywords.txt
simple_NER/res/it/weather.entity
simple_NER/res/lt/animal.entity
simple_NER/res/lt/color.entity
simple_NER/res/lt/emotion.entity
simple_NER/res/lt/temporal_keywords.txt
simple_NER/res/lt/weather.entity
simple_NER/res/mwl/animal.entity
simple_NER/res/mwl/color.entity
simple_NER/res/mwl/emotion.entity
simple_NER/res/mwl/temporal_keywords.txt
simple_NER/res/mwl/weather.entity
simple_NER/res/nl/animal.entity
simple_NER/res/nl/color.entity
simple_NER/res/nl/emotion.entity
simple_NER/res/nl/temporal_keywords.txt
simple_NER/res/nl/weather.entity
simple_NER/res/pl/animal.entity
simple_NER/res/pl/color.entity
simple_NER/res/pl/emotion.entity
simple_NER/res/pl/temporal_keywords.txt
simple_NER/res/pl/weather.entity
simple_NER/res/pt/animal.entity
simple_NER/res/pt/color.entity
simple_NER/res/pt/emotion.entity
simple_NER/res/pt/temporal_keywords.txt
simple_NER/res/pt/weather.entity
simple_NER/res/ro/animal.entity
simple_NER/res/ro/color.entity
simple_NER/res/ro/emotion.entity
simple_NER/res/ro/temporal_keywords.txt
simple_NER/res/ro/weather.entity
simple_NER/res/ru/animal.entity
simple_NER/res/ru/color.entity
simple_NER/res/ru/emotion.entity
simple_NER/res/ru/temporal_keywords.txt
simple_NER/res/ru/weather.entity
simple_NER/res/sv/animal.entity
simple_NER/res/sv/color.entity
simple_NER/res/sv/emotion.entity
simple_NER/res/sv/temporal_keywords.txt
simple_NER/res/sv/weather.entity
simple_NER/res/tr/animal.entity
simple_NER/res/tr/color.entity
simple_NER/res/tr/emotion.entity
simple_NER/res/tr/temporal_keywords.txt
simple_NER/res/tr/weather.entity
simple_NER/res/uk/animal.entity
simple_NER/res/uk/color.entity
simple_NER/res/uk/emotion.entity
simple_NER/res/uk/temporal_keywords.txt
simple_NER/res/uk/weather.entity
simple_NER/rules/__init__.py
simple_NER/rules/rx.py
simple_NER/utils/__init__.py
simple_NER/utils/batch.py
simple_NER/utils/cache.py
simple_NER/utils/diff.py
simple_NER/utils/locale.py
simple_NER/utils/log.py
simple_NER/utils/visualization.py
test/license_tests.py
test/test_annotators.py
test/test_async.py
test/test_cache.py
test/test_core.py
test/test_coverage_boost.py
test/test_coverage_gaps.py
test/test_currency_ner.py
test/test_label_confidence.py
test/test_new_annotators.py
test/test_numbers_ner.py
test/test_organizations_ner.py
test/test_pipeline_overlap_dedup.py
test/test_visualization.py
test/unittests/test_ahocorasick_wrapper.py
test/unittests/test_batch.py
test/unittests/test_cli.py
test/unittests/test_diff.py
test/unittests/test_factory.py
test/unittests/test_integration_hf.py
test/unittests/test_locations_error_paths.py
test/unittests/test_names_ner.py
test/unittests/test_opm.py
test/unittests/test_temporal_import_fallback.py