LICENSE.txt
README.md
pyproject.toml
setup.cfg
src/keywordx/__init__.py
src/keywordx/chunker.py
src/keywordx/embeddings.py
src/keywordx/extractor.py
src/keywordx/idf.py
src/keywordx/matcher.py
src/keywordx/ner.py
src/keywordx/pipeline.py
src/keywordx/utils.py
src/keywordx.egg-info/PKG-INFO
src/keywordx.egg-info/SOURCES.txt
src/keywordx.egg-info/dependency_links.txt
src/keywordx.egg-info/requires.txt
src/keywordx.egg-info/top_level.txt
tests/test.py
tests/test_extractor.py