README.md
pyproject.toml
src/wikilangs/__init__.py
src/wikilangs/embeddings.py
src/wikilangs/languages.py
src/wikilangs/llm.py
src/wikilangs/markov.py
src/wikilangs/ngram.py
src/wikilangs/tokenizer.py
src/wikilangs/vocabulary.py
src/wikilangs.egg-info/PKG-INFO
src/wikilangs.egg-info/SOURCES.txt
src/wikilangs.egg-info/dependency_links.txt
src/wikilangs.egg-info/requires.txt
src/wikilangs.egg-info/top_level.txt
tests/test_embeddings.py
tests/test_imports.py
tests/test_languages.py
tests/test_markov.py
tests/test_ngram.py
tests/test_robust_imports.py
tests/test_tokenizer.py
tests/test_vocabulary.py