Skip to content

Conversation

@mwgamera
Copy link
Contributor

  • Wrong input codes for ɝ, ʛ, ʄ, and ̥
  • Wrong characters for _X and _l

Fixes #216

* Wrong input codes for ɝ, ʛ, ʄ, and  ̥
* Wrong characters for _X and _l

Fixes uim#216
((("1" )) ("ɨ"))
((("2" )) ("ø"))
((("3" )) ("ɜ"))
((("3" "`" )) ("ɝ"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed that your changes are correct except this based on https://en.wikipedia.org/wiki/X-SAMPA .
It seems that 3` doesn't exist. (E` doesn't exist too.)
Could you share a definition of 3` ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wikipedia doesn't list 3` as a separate entry, but it has an example of [n3`s] for GenAm pronunciation of nurse which would be spelled nɝs in Unicode IPA. In the original paper introducing the notation (linked on Wikipedia), Wells gave the example of GenAm bird in Kenyon and Knott transcription (ie. bɝd) as /b3`d/.

Wells defined ` as a diacritic and all entries that have ` in them can be analysed as a code for some base symbol followed by `. In case of vowels, this directly corresponds to the rhotic diacritic of IPA. See https://en.wikipedia.org/wiki/R-colored_vowel#Notation. Compare how ɚ @` doesn't even appear on the current IPA chart as a standalone symbol, but only as an example of the usage of the rhoticity diacritic.
So even if it's not listed explicitly, E` unambiguously stands for ɛ˞ while ɝ is 3` (as seen in examples). The former can be entered as ɛ E followed by ◌˞ `, but 3` is virtually always written with a single character ɝ rather than as a sequence ɜ˞ (ie. ɜ 3 followed by ◌˞ `). Although Unicode doesn't define any equivalence, from the IPA point of view ɝ is functionally just like a precomposed character for ɜ˞.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

I'll merge this.

@kou kou merged commit 2041287 into uim:master Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mistakes in ipa-x-sampa

2 participants