Skip to content

Commit

Permalink
replaced json
Browse files Browse the repository at this point in the history
  • Loading branch information
bendemonium committed Jul 11, 2024
1 parent 9a6151b commit 53019fe
Show file tree
Hide file tree
Showing 8 changed files with 86,584 additions and 83,434 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified data/.DS_Store
Binary file not shown.

Large diffs are not rendered by default.

128,802 changes: 64,401 additions & 64,401 deletions data/language_inventories/language_phonemes.json

Large diffs are not rendered by default.

Empty file.
3,142 changes: 3,142 additions & 0 deletions data/phoneme_features/phoneme_features.json → data/phoneme_features.json

Large diffs are not rendered by default.

Binary file modified data/sources/.DS_Store
Binary file not shown.
10 changes: 9 additions & 1 deletion data/sources/process_phonemes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"outputs": [],
"source": [
"# Process the CSV file\n",
"csv_file_path = 'phoible.csv' # Replace with your actual CSV file path\n",
"csv_file_path = 'phonemes.csv' # Replace with your actual CSV file path\n",
"languages, phoneme_features, prosodic_features = process_csv(csv_file_path)\n",
"\n",
"# Prepare data for JSON files\n",
Expand All @@ -85,6 +85,14 @@
"save_json(prosodic_features, 'prosodic_features.json')\n",
"save_json(language_allophones, 'language_allophones.json')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d71c5da2-a1a1-4347-856f-3a58699223df",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 53019fe

Please sign in to comment.