You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, nsyllable() works only with English, using the CMU syllable dictionary. There are other sources for syllables, however, and we could consider splitting this into a separate package (like we did with stopwords) to create a lookup function for words in other languages.
The Wikipedia wordlists appear to be fairly incomplete, based apparently on words that have Wikipedia entries. We could harvest them into dictionaries for each language but many words would be guessed. This would still be better than 100% guessing, but even better would be more comprehensive word lists.
Right now,
nsyllable()
works only with English, using the CMU syllable dictionary. There are other sources for syllables, however, and we could consider splitting this into a separate package (like we did with stopwords) to create a lookup function for words in other languages.and there are more in https://en.wiktionary.org/wiki/Category:All_languages
The text was updated successfully, but these errors were encountered: