LICENSE
MANIFEST.in
README.md
pyproject.toml
src/__init__.py
src/full_output - Copy.csv
src/full_output.csv
src/output - Copy.csv
src/output.csv
src/uci_phonotactic_calculator/__init__.py
src/uci_phonotactic_calculator/aggregate.py
src/uci_phonotactic_calculator/aggregators_builtin.py
src/uci_phonotactic_calculator/boundaries_builtin.py
src/uci_phonotactic_calculator/boundary_modes_builtin.py
src/uci_phonotactic_calculator/cli.py
src/uci_phonotactic_calculator/cli_demo_data.py
src/uci_phonotactic_calculator/cli_ext.py
src/uci_phonotactic_calculator/cli_formatter.py
src/uci_phonotactic_calculator/cli_utils.py
src/uci_phonotactic_calculator/config.py
src/uci_phonotactic_calculator/constants.py
src/uci_phonotactic_calculator/corpus.py
src/uci_phonotactic_calculator/filter_aliases.py
src/uci_phonotactic_calculator/header_schema.py
src/uci_phonotactic_calculator/header_utils.py
src/uci_phonotactic_calculator/main.py
src/uci_phonotactic_calculator/neighbourhood_builtin.py
src/uci_phonotactic_calculator/ngram_calculator.py
src/uci_phonotactic_calculator/print_data_paths.py
src/uci_phonotactic_calculator/probability.py
src/uci_phonotactic_calculator/progress.py
src/uci_phonotactic_calculator/registries.py
src/uci_phonotactic_calculator/smoothing_builtin.py
src/uci_phonotactic_calculator/types.py
src/uci_phonotactic_calculator/utility.py
src/uci_phonotactic_calculator/variants.py
src/uci_phonotactic_calculator/weighting.py
src/uci_phonotactic_calculator.egg-info/PKG-INFO
src/uci_phonotactic_calculator.egg-info/SOURCES.txt
src/uci_phonotactic_calculator.egg-info/dependency_links.txt
src/uci_phonotactic_calculator.egg-info/entry_points.txt
src/uci_phonotactic_calculator.egg-info/top_level.txt
src/uci_phonotactic_calculator/data/corpus_descriptions.txt
src/uci_phonotactic_calculator/data/english.csv
src/uci_phonotactic_calculator/data/english_freq.csv
src/uci_phonotactic_calculator/data/english_needle.csv
src/uci_phonotactic_calculator/data/english_onsets.csv
src/uci_phonotactic_calculator/data/finnish.csv
src/uci_phonotactic_calculator/data/french.csv
src/uci_phonotactic_calculator/data/polish_onsets.csv
src/uci_phonotactic_calculator/data/samoan.csv
src/uci_phonotactic_calculator/data/spanish_stress.csv
src/uci_phonotactic_calculator/data/turkish.csv
src/uci_phonotactic_calculator/data/sample_test_data/albright_cleaned_test_data.csv
src/uci_phonotactic_calculator/data/sample_test_data/cleaned_polish_test_data.csv
src/uci_phonotactic_calculator/data/sample_test_data/daland-test-data.csv
src/uci_phonotactic_calculator/data/sample_test_data/english_test_data.csv
src/uci_phonotactic_calculator/data/sample_test_data/needle_test_data.csv
src/uci_phonotactic_calculator/data/sample_test_data/scholes_cleaned_test_data.csv
src/uci_phonotactic_calculator/data/sample_test_data/spanish_test_data_no_stress.csv
src/uci_phonotactic_calculator/data/sample_test_data/white_hayes_cleaned_fixed_test_data.csv
src/uci_phonotactic_calculator/data/unit_test_data/unit_test_training_data.txt
src/uci_phonotactic_calculator/plugins/__init__.py
src/uci_phonotactic_calculator/plugins/core.py
src/uci_phonotactic_calculator/plugins/fallback.py
src/uci_phonotactic_calculator/plugins/mixins.py
src/uci_phonotactic_calculator/plugins/neighbourhood.py
src/uci_phonotactic_calculator/plugins/ngram_model.py
src/uci_phonotactic_calculator/plugins/prob_transforms/__init__.py
src/uci_phonotactic_calculator/plugins/prob_transforms/conditional.py
src/uci_phonotactic_calculator/plugins/prob_transforms/joint.py
src/uci_phonotactic_calculator/plugins/strategies/__init__.py
src/uci_phonotactic_calculator/plugins/strategies/base.py
src/uci_phonotactic_calculator/plugins/strategies/ngram.py
src/uci_phonotactic_calculator/plugins/strategies/position.py
src/uci_phonotactic_calculator/plugins/utils/__init__.py
src/uci_phonotactic_calculator/plugins/utils/smoothing.py
src/uci_phonotactic_calculator/plugins/utils/smoothing_kn.py
tests/test_plugin_contract.py