AustinWagner/uci_phonotactic_calculator_gradio
1
UCI Phonotactic Calculator
This is the official Gradio web interface for the UCI Phonotactic Calculator package.
app.py is ~20 lines and holds no scoring logic — every model and option below comes from the upstream package. Fix behaviour there, not here.
Note on the dependency.requirements.txtrequestsuci-phonotactic-calculator[ui]>=1.0.1. Hugging Face reuses a cached wheel when the requirement is a range, so a newly published upstream release may not reach this Space until the requirement is pinned exactly (==) to force a fresh fetch. The sibling turkic-transliteration-demo Space pins exactly for this reason.
Features
- Score phoneme sequences using n-gram models
- Upload your own training and test data
- Use built-in English demo data
- Select from multiple model implementations
- Apply various filtering options
- Get both preview and downloadable CSV results
Usage
- Choose to use demo data or upload your own CSV files
- Select a model and n-gram order
- Set any advanced filtering options if needed
- Click "Score" to run the calculator
- View results and download the full CSV
For more detailed documentation, visit the GitHub repository.
