Dictionary of Frequently-Used Taiwan Minnan/Monosyllables: Difference between revisions

From Taioaan Wiki
Jump to navigation Jump to search
mNo edit summary
 
(28 intermediate revisions by the same user not shown)
Line 1: Line 1:
A lot of Taiwanese monosyllables are homonyms: same sound, different meaning. How many homonyms does Taiwanese have? To help answer the question, we singled out  monosyllables from the ''[[Dictionary of Frequently-Used Taiwan Minnan]]'' (''MoeDict'') and did some analysis.
A [[monosyllable]] is a word with only one syllable. We found almost 3,000 monosyllable words in the ''[[Dictionary of Frequently-Used Taiwan Minnan]]'' (''MoeDict''), having 1,800 distinct sounds. Here is a [[Media:MTL examples for each final.pdf|chart (PDF)]] of all the sounds organized by [[List of all initial consonants in MTL|initial consonant]] and [[Table of all MLT finals|final part]].
== Analysis ==
We isolated 2,936 rows from the dictionary that are monosyllables and converted their romanization to MTL. We only considered words from the first section of the dictionary because they appear to be frequently used, and ignored the second section. We folded in [[Dictionary of Frequently-Used Taiwan Minnan/Words beginning with double hyphen|the backquoted words]], for example ''{{x|`lie}}'' was counted as ''{{x|lix}}''. Then we used Python's collections.Counter to count the frequency of each sound. This yielded 1,800 distinct sounds.  


== Method ==
We went further and used Counter again on those results to find out how common homophones are among the monosyllables, and discovered that 63% of rows are homophonic. Those 1853 rows are distributed as follows:
We isolated 2,936 rows from the dictionary that are monosyllables and converted their TRS to MTL. We only considered words from the first section of the dictionary because they appear to be frequently used, and ignored the second section. Then we counted the frequency of each MTL with Python's collections.Counter, which tells the number of dictionary rows matching each MTL, and got 1,813 unique MTL. Then we used Counter again on those results and found:  
[[File:Percent of rows per homophone overlap.png|thumb|left|Most of Taiwanese monosyllables are homophones. The most common case is 2:1 overlap, affecting 31% of rows.]]
* 1103 MTL (61%) and 1103 rows (38%) uniquely match one-to-one
* most commonly, homophones cover two rows (2 rows:1 sound). 31% of rows use 25% of the distinct sounds set (896 rows:448 sounds)
* as expected, most rows (1833 or 62%) have at least one homonym. Out of the corresponding 710 MTL (39%):
* about 18% of rows use 10% of the sound set, 516 rows:172 sounds, 3:1 overlap
** ''{{x|lie}}'', ''{{x|ky}}'', and ''{{x|køf}}'' match the most (7 rows each), and ''{{x|cie}}'', ''{{x|kafn}}'', ''{{x|kefng}}'', ''{{x|sefng}}'', ''{{x|kaf}}'', ''{{x|kaq}}'', ''{{x|zngf}}'', ''{{x|ti}}'', ''{{x|sw}}'', ''{{x|leeng}}'', and ''{{x|kerng}}'' match 6 rows each
* we lump together the remaining 15% of rows having 4:1 to 7:1 overlap, or 441 rows:97 sounds, 5% of the sound set
** most of the homonyms cover two rows (443 MTL (24%), 886 rows (30%))
* the most homophonic sounds are: ''{{x|lie}}'', ''{{x|ky}}'', and ''{{x|køf}}'', which match 7 rows each, followed by ''{{x|cie}}'', ''{{x|kafn}}'', ''{{x|kefng}}'', ''{{x|sefng}}'', ''{{x|kaf}}'', ''{{x|kaq}}'', ''{{x|zngf}}'', ''{{x|ti}}'', ''{{x|sw}}'', ''{{x|leeng}}'', and ''{{x|kerng}}'', which match 6 rows each
** some MTL cover three rows (173 MTL (10%), 519 rows (18%))
* about 37% of rows are not homophonic (1,083 rows:1,083 sounds), using 60% of the sound set
** a small fraction match up four to seven rows (94 MTL (5%), 428 rows (15%))
[[File:rows and matching MTL vs. match level.png|thumb|none]]
 
== Data ==
* [[File:TSS_rows_per_group1monosyllable.ods]]


== Trivia ==  
== Trivia ==  
The frequently-used monosyllables use most of the 266 [[Table of all finals in MTL|finals]] used by polysyllables, except for these eight: mh, mm, oaai, oai, vaai, vau, vo, vuix. They belong to the following nine syllables: {{x|gvau}}, {{x|gvo}}, {{x|hmh}}, {{x|hmm}}, {{x|hoaai}}, {{x|hoai}}, {{x|khvuix}}, {{x|kvaai}}, {{x|mm}}.
The frequently-used monosyllables use 258 [[Table of all MLT finals|MTL finals]], and 154 finals are also words on their own. The polysyllables use 266 finals, or eight more: ''mh'', ''mm'', ''oaai'', ''oai'', ''vaai'', ''vau'', ''vo'', ''vuix'', which belong to the following nine syllables: ''{{x|gvau}}'', ''{{x|gvo}}'', ''{{x|hmh}}'', ''{{x|hmm}}'', ''{{x|hoaai}}'', ''{{x|hoai}}'', ''{{x|khvuix}}'', ''{{x|kvaai}}'', ''{{x|mm}}''. They are used in these words, for example: ''{{x|liengvau}}'', ''{{x|bøgigvo}}'', ''{{x|hmqhmh}}'', ''{{x|hm'afzhao}}'', ''{{x|hoaisafn}}'', ''{{x|phørhoai}}'', ''{{x|khvuie'oah}}'', ''{{x|perng-peqkvaai}}'', ''{{x|hoe'mm}}''.


== See also ==
== See also ==
* [[Frequently-Used Taiwanese Polysyllable Homonyms]]
* [[Dictionary of Frequently-Used Taiwan Minnan/Frequency of syllables|Frequency of syllables]]
* [[Dictionary of Frequently-Used Taiwan Minnan/Words beginning with double hyphen|Words beginning with double hyphen]]
* [[Dictionary of Frequently-Used Taiwan Minnan/Polysyllable homophones|Frequently-used Taiwanese polysyllable homophones]]

Latest revision as of 08:42, 4 April 2024

A monosyllable is a word with only one syllable. We found almost 3,000 monosyllable words in the Dictionary of Frequently-Used Taiwan Minnan (MoeDict), having 1,800 distinct sounds. Here is a chart (PDF) of all the sounds organized by initial consonant and final part.

Analysis

We isolated 2,936 rows from the dictionary that are monosyllables and converted their romanization to MTL. We only considered words from the first section of the dictionary because they appear to be frequently used, and ignored the second section. We folded in the backquoted words, for example `lie was counted as lix. Then we used Python's collections.Counter to count the frequency of each sound. This yielded 1,800 distinct sounds.

We went further and used Counter again on those results to find out how common homophones are among the monosyllables, and discovered that 63% of rows are homophonic. Those 1853 rows are distributed as follows:

Most of Taiwanese monosyllables are homophones. The most common case is 2:1 overlap, affecting 31% of rows.
  • most commonly, homophones cover two rows (2 rows:1 sound). 31% of rows use 25% of the distinct sounds set (896 rows:448 sounds)
  • about 18% of rows use 10% of the sound set, 516 rows:172 sounds, 3:1 overlap
  • we lump together the remaining 15% of rows having 4:1 to 7:1 overlap, or 441 rows:97 sounds, 5% of the sound set
  • the most homophonic sounds are: lie, ky, and køf, which match 7 rows each, followed by cie, kafn, kefng, sefng, kaf, kaq, zngf, ti, sw, leeng, and kerng, which match 6 rows each
  • about 37% of rows are not homophonic (1,083 rows:1,083 sounds), using 60% of the sound set

Trivia

The frequently-used monosyllables use 258 MTL finals, and 154 finals are also words on their own. The polysyllables use 266 finals, or eight more: mh, mm, oaai, oai, vaai, vau, vo, vuix, which belong to the following nine syllables: gvau, gvo, hmh, hmm, hoaai, hoai, khvuix, kvaai, mm. They are used in these words, for example: liengvau, bøgigvo, hmqhmh, hm'afzhao, hoaisafn, phørhoai, khvuie'oah, perng-peqkvaai, hoe'mm.

See also