connormayer / uci_phonotactic_calculator

Source code for the UCI Phonotactic Calculator, a website for calculating phonotactic metrics
https://phonotactics.socsci.uci.edu/
GNU General Public License v3.0
2 stars 1 forks source link

Allow calculator to accept unicode inputs #13

Closed connormayer closed 1 week ago

connormayer commented 1 year ago

See the spanish training and spanish testing files in the data folder.

image

connormayer commented 1 year ago

Training data: https://github.com/connormayer/uci_phonotactic_calculator/blob/main/data/spanish_training_data_no_stress_high_freq.csv

Test data: https://github.com/connormayer/uci_phonotactic_calculator/blob/main/data/sample_test_data/spanish_test_data_no_stress.csv

connormayer commented 1 week ago

Changed instances of open to use utf-8 encoding.