LICENSE
README.md
README_PYPI.md
pyproject.toml
src/searchforge/__init__.py
src/searchforge/analytics.py
src/searchforge/analytics_storage.py
src/searchforge/cli.py
src/searchforge/document.py
src/searchforge/engine.py
src/searchforge/exceptions.py
src/searchforge/fuzzy.py
src/searchforge/highlight.py
src/searchforge/index.py
src/searchforge/index_storage.py
src/searchforge/normalizer.py
src/searchforge/query.py
src/searchforge/ranking.py
src/searchforge/results.py
src/searchforge/stopwords.py
src/searchforge/storage.py
src/searchforge/suggest.py
src/searchforge/tokenizer.py
src/searchforge/version.py
src/searchforge.egg-info/PKG-INFO
src/searchforge.egg-info/SOURCES.txt
src/searchforge.egg-info/dependency_links.txt
src/searchforge.egg-info/entry_points.txt
src/searchforge.egg-info/top_level.txt
tests/test_analytics.py
tests/test_analytics_storage.py
tests/test_engine.py
tests/test_fuzzy.py
tests/test_highlight.py
tests/test_index.py
tests/test_index_storage.py
tests/test_normalizer.py
tests/test_query.py
tests/test_ranking.py
tests/test_stopwords.py
tests/test_storage.py
tests/test_suggest.py
tests/test_tokenizer.py