Effacer les filtres
Effacer les filtres

How to split syllables of a word into matlab?

1 vue (au cours des 30 derniers jours)
D.M
D.M le 2 Mar 2017
Commenté : Rik le 2 Mar 2017
plz help
  7 commentaires
Stephen23
Stephen23 le 2 Mar 2017
Modifié(e) : Stephen23 le 2 Mar 2017
Using Ned Batchelder's python implementation of Frank Liang's hyphenation algorithm:
hyp.hyphenate_word("unionized")
Out[3]: ['union', 'ized']
hyp.hyphenate_word("ghoti")
Out[4]: ['ghoti']
Close, but no cigar.
Rik
Rik le 2 Mar 2017
I wrote very rough code to do this in Dutch, so I know from experience how tough it is to find a suitable way to find syllables. I had to manually check all words, so for most applications, that is not the way to go.
You could try finding a dictionary that has split words.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Matrices and Arrays dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by