mirror of
https://github.com/wassname/pysle.git
synced 2026-06-27 16:10:05 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e212125b1 |
+2
-2
@@ -312,8 +312,8 @@ def _parsePronunciation(pronunciationStr):
|
||||
stressedPhoneList.insert(0, j)
|
||||
break
|
||||
elif u'ˌ' in phone:
|
||||
stressedSyllableList.insert(i)
|
||||
stressedPhoneList.insert(j)
|
||||
stressedSyllableList.append(i)
|
||||
stressedPhoneList.append(j)
|
||||
|
||||
return syllableList, stressedSyllableList, stressedPhoneList
|
||||
|
||||
|
||||
Reference in New Issue
Block a user