Borrar filtros
Borrar filtros

How to split syllables of a word into matlab?

1 visualización (últimos 30 días)
D.M
D.M el 2 de Mzo. de 2017
Comentada: Rik el 2 de Mzo. de 2017
plz help
  7 comentarios
Stephen23
Stephen23 el 2 de Mzo. de 2017
Editada: Stephen23 el 2 de Mzo. de 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 el 2 de Mzo. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by