RThevenoux / ipa-parser

Parse "Interntional Phonetic Alphabet"
MIT License
10 stars 4 forks source link

Can I use for text to ipa #2

Open mikeblatson opened 2 years ago

mikeblatson commented 2 years ago

Can this library be used by text to IPA for my translator

RThevenoux commented 2 years ago

Hi Mike.

This library parse text with IPA symbols into an array of Javascript objects representing concepts (vowel, consonnant, etc.) as describe by IPA rules.

It can not transform a regular english text (or any other language) to its IPA representation, i.e. it can not do the phonetic/phonemic transcription of a text.