CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/wyrdbound_rng/__init__.py
src/wyrdbound_rng/bayesian_model.py
src/wyrdbound_rng/cli.py
src/wyrdbound_rng/evaluator.py
src/wyrdbound_rng/exceptions.py
src/wyrdbound_rng/generated_name.py
src/wyrdbound_rng/generator.py
src/wyrdbound_rng/name.py
src/wyrdbound_rng/name_file_loader.py
src/wyrdbound_rng/name_list_resolver.py
src/wyrdbound_rng/statistics.py
src/wyrdbound_rng/syllable.py
src/wyrdbound_rng/syllable_stats.py
src/wyrdbound_rng.egg-info/PKG-INFO
src/wyrdbound_rng.egg-info/SOURCES.txt
src/wyrdbound_rng.egg-info/dependency_links.txt
src/wyrdbound_rng.egg-info/entry_points.txt
src/wyrdbound_rng.egg-info/requires.txt
src/wyrdbound_rng.egg-info/top_level.txt
src/wyrdbound_rng/cache/__init__.py
src/wyrdbound_rng/cache/cache_adapter.py
src/wyrdbound_rng/cache/json_cache_adapter.py
src/wyrdbound_rng/data/ancestry-dwarf-female.yaml
src/wyrdbound_rng/data/ancestry-dwarf-male.yaml
src/wyrdbound_rng/data/ancestry-elf-female.yaml
src/wyrdbound_rng/data/ancestry-elf-male.yaml
src/wyrdbound_rng/data/ancestry-goblin-female.yaml
src/wyrdbound_rng/data/ancestry-goblin-male.yaml
src/wyrdbound_rng/data/ancestry-halfling-female.yaml
src/wyrdbound_rng/data/ancestry-halfling-male.yaml
src/wyrdbound_rng/data/ancestry-human-female.yaml
src/wyrdbound_rng/data/ancestry-human-male.yaml
src/wyrdbound_rng/data/generic-fantasy-female.yaml
src/wyrdbound_rng/data/generic-fantasy-male.yaml
src/wyrdbound_rng/data/generic-fantasy.yaml
src/wyrdbound_rng/data/japanese-sengoku-clan.yaml
src/wyrdbound_rng/data/japanese-sengoku-daimyo.yaml
src/wyrdbound_rng/data/japanese-sengoku-religious.yaml
src/wyrdbound_rng/data/japanese-sengoku-rogue.yaml
src/wyrdbound_rng/data/japanese-sengoku-samurai.yaml
src/wyrdbound_rng/data/japanese-sengoku-women.yaml
src/wyrdbound_rng/data/japanese-sengoku.yaml
src/wyrdbound_rng/data/japanese-swordsmen.yaml
src/wyrdbound_rng/data/warhammer40k-space-marine-names.yaml
src/wyrdbound_rng/segmenters/__init__.py
src/wyrdbound_rng/segmenters/fantasy_name_segmenter.py
src/wyrdbound_rng/segmenters/japanese_name_segmenter.py
src/wyrdbound_rng/segmenters/syllable_segmenter_base.py
tests/test_ancestry_corpora.py
tests/test_bayesian_logging.py
tests/test_corpus_test_tool.py
tests/test_evaluator.py
tests/test_generated_name.py
tests/test_generator.py
tests/test_name.py
tests/test_name_file_loader.py
tests/test_phonotactics.py
tests/test_statistics.py
tests/test_syllable.py
tests/test_syllable_stats.py
tests/test_yaml_loader.py