Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Give a list of the separate English syllables of the input word
ResourceFunction["WordSyllables"][wd] gives a list of the syllables of wd pronounced in English. |
Find the syllables of an English word:
In[1]:= |
Out[1]= |
Find the syllables of a proper noun as it would be pronounced in English:
In[2]:= |
Out[2]= |
Find the syllables of a nonsense or poetic word:
In[3]:= |
Out[3]= |
Find the hyphenation of a word, splitting double consonant pairs:
In[4]:= |
Out[4]= |
WordData[wd,"Hyphenation"] provides hyphenation data on 90% of the words in its own dictionary and some proper nouns, but nothing for obscure poetic words, newly coined words, or nonsense words. Furthermore, hyphenation is not the same as syllabification. WordSyllables fills in that gap for applications like phonetic or linguistic analysis of English texts:
In[5]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License