LICENSE
README.md
pyproject.toml
src/freqprob/__init__.py
src/freqprob/base.py
src/freqprob/cache.py
src/freqprob/metrics.py
src/freqprob/py.typed
src/freqprob/text.py
src/freqprob.egg-info/PKG-INFO
src/freqprob.egg-info/SOURCES.txt
src/freqprob.egg-info/dependency_links.txt
src/freqprob.egg-info/requires.txt
src/freqprob.egg-info/top_level.txt
src/freqprob/methods/__init__.py
src/freqprob/methods/additive.py
src/freqprob/methods/baselines.py
src/freqprob/methods/bayesian.py
src/freqprob/methods/certainty.py
src/freqprob/methods/goodturing.py
src/freqprob/methods/interpolated.py
src/freqprob/methods/kneser_ney.py
src/freqprob/performance/__init__.py
src/freqprob/performance/lazy.py
src/freqprob/performance/memory_efficient.py
src/freqprob/performance/profiling.py
src/freqprob/performance/streaming.py
src/freqprob/performance/vectorized.py
tests/test_docs_examples.py
tests/test_doctests.py
tests/test_efficiency.py
tests/test_freqprob.py
tests/test_memory_management.py
tests/test_numerical_stability.py
tests/test_performance_edge_cases.py
tests/test_profiling.py
tests/test_property_based.py
tests/test_refit.py
tests/test_regression_reference.py
tests/test_serialization.py
tests/test_sklearn_api.py
tests/test_smoothing.py
tests/test_statistical_correctness.py
tests/test_utils.py