.gitignore
.pre-commit-config.yaml
CMakeLists.txt
MANIFEST.in
README.md
create_pb_stubs.sh
pyproject.toml
setup.py
.github/workflows/pre-commit.yaml
.github/workflows/test.yml
.github/workflows/wheels.yml
cpp_sources/child_worker.cpp
cpp_sources/defs.hpp
cpp_sources/labelled_lda.cpp
cpp_sources/labelled_lda.hpp
cpp_sources/predictor.cpp
cpp_sources/predictor.hpp
cpp_sources/trainer.cpp
cpp_sources/trainer.hpp
cpp_sources/trainer_base.cpp
cpp_sources/trainer_base.hpp
cpp_sources/util.hpp
cpp_sources/wrapper.cpp
examples/compare_perplexity.py
examples/labelled_lda_example.ipynb
src/lda11/__init__.py
src/lda11/_lda.pyi
src/lda11/labelled_lda.py
src/lda11/lda.py
src/lda11/util.py
src/lda11.egg-info/PKG-INFO
src/lda11.egg-info/SOURCES.txt
src/lda11.egg-info/dependency_links.txt
src/lda11.egg-info/not-zip-safe
src/lda11.egg-info/requires.txt
src/lda11.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/language.py
tests/test_lda.py
tests/test_llda.py
tests/test_mlda.py
tests/test_util.py