Browse Source

git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@333 d46cf337-b52f-0410-862d-fd96e6ae7743

master
jonsd 12 years ago
parent
commit
62687ad0a3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      phsource/ph_bengali

+ 1
- 1
phsource/ph_bengali View File

@@ -8,7 +8,7 @@ phoneme V // inherent vowel, can be [O] or [o]
vowel flag1 starttype #o endtype #o
length 200

IF thisPh(isWordEnd) AND prevPhW(isNotVowel) AND prev2PhW(isNotVowel) THEN
IF thisPh(isWordEnd) AND prevPhW(isNotVowel) AND prev2PhW(isVowel) THEN
ChangePhoneme(NULL)
ENDIF


Loading…
Cancel
Save