필터 지우기
필터 지우기

How to split syllables of a word into matlab?

조회 수: 1 (최근 30일)
D.M
D.M 2017년 3월 2일
댓글: Rik 2017년 3월 2일
plz help
  댓글 수: 7
Stephen23
Stephen23 2017년 3월 2일
편집: Stephen23 2017년 3월 2일
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 2017년 3월 2일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by