Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a formal process for justifying phonemes #10

Open
thetommoore opened this issue Sep 25, 2014 · 1 comment
Open

Create a formal process for justifying phonemes #10

thetommoore opened this issue Sep 25, 2014 · 1 comment

Comments

@thetommoore
Copy link

As it is, it is difficult to determine whether phonemes should be added or removed because the guidelines are largely qualitative. It would be better to use tools like spectral analysis to determine if two sounds are sufficiently different to be classified as different phonemes.

@trans
Copy link
Contributor

trans commented Sep 25, 2014

That would be very cool and logical. But how to do it? I did a little research and found some interesting things:

Even so, I am not sure exactly how we would go about such an endeavor. The best I can come up with as a simple model that we can perhaps work out manually is a tree. Start with all possible phones, then divide them into groups based on a clear distinction. Continue to do so for each subgroup. Perhaps it could even be a binary tree all the way down. This might not be quite as scientific as we would prefer, but it might work well enough.

For a more precise approach we would have to find a way to enumerate the character of each phone such that it accurately represented the psycho-acoustic distinction, and such that each of these measures was part of a geometry so the distance between phones could be calculated. If we could do that, then we should be a able to reverse engineer it, so to speak, to give N number of phones optimally distant from one another (given a single point-of-origin phone).

@trans trans added the phonology label Oct 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants