Filter löschen
Filter löschen

How to split syllables of a word into matlab?

1 Ansicht (letzte 30 Tage)
D.M
D.M am 2 Mär. 2017
Kommentiert: Rik am 2 Mär. 2017
plz help
  7 Kommentare
Stephen23
Stephen23 am 2 Mär. 2017
Bearbeitet: Stephen23 am 2 Mär. 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 am 2 Mär. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by