CoolFace
Apppublic

AustinWagner/uci_phonotactic_calculator_gradio

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
1likes
App README

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.txt requests uci-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

  1. 1.Choose to use demo data or upload your own CSV files
  2. 2.Select a model and n-gram order
  3. 3.Set any advanced filtering options if needed
  4. 4.Click "Score" to run the calculator
  5. 5.View results and download the full CSV

For more detailed documentation, visit the GitHub repository.