Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMUdict IPA Pronunciation Dictionary
|
| 2 |
+
|
| 3 |
+
CMU Pronouncing Dictionary converted to IPA format for use with mlx-audio-swift G2P pipeline.
|
| 4 |
+
|
| 5 |
+
## Contents
|
| 6 |
+
- — ~134K English word pronunciations in ARPAbet format
|
| 7 |
+
- — BSD-2-Clause license
|
| 8 |
+
|
| 9 |
+
## Source
|
| 10 |
+
[CMU Pronouncing Dictionary](http://www.speech.cs.cmu.edu/cgi-bin/cmudict)
|
| 11 |
+
|
| 12 |
+
## License
|
| 13 |
+
BSD-2-Clause (see LICENSE file)
|