CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/wikidata_ner/__init__.py
src/wikidata_ner/classifier.py
src/wikidata_ner/cli.py
src/wikidata_ner/hierarchy.py
src/wikidata_ner/mention.py
src/wikidata_ner/models.py
src/wikidata_ner/normalization.py
src/wikidata_ner/openrouter.py
src/wikidata_ner/py.typed
src/wikidata_ner/retrieval.py
src/wikidata_ner/source_models.py
src/wikidata_ner/source_predictor.py
src/wikidata_ner/data/B_full_rule_spec.json
src/wikidata_ner/data/subtype_rules.json
src/wikidata_ner_classifier.egg-info/PKG-INFO
src/wikidata_ner_classifier.egg-info/SOURCES.txt
src/wikidata_ner_classifier.egg-info/dependency_links.txt
src/wikidata_ner_classifier.egg-info/entry_points.txt
src/wikidata_ner_classifier.egg-info/top_level.txt
tests/test_batch.py
tests/test_classifier.py
tests/test_openrouter.py
tests/test_source_predictor.py