Rabe3 commited on
Commit
9632b90
·
verified ·
1 Parent(s): 6bb3339

Clarify docstring

Browse files
Files changed (1) hide show
  1. kemetone/normalize_tashkeel.py +2 -2
kemetone/normalize_tashkeel.py CHANGED
@@ -9,8 +9,8 @@ in real text. espeak-ng only honours the canonical one:
9
  consonant + harakat + shadda -> الشَّمْس ʔaʃʃms (vowel SILENTLY dropped)
10
 
11
  The wrong order does not error, it just deletes a vowel from the phoneme
12
- string. Applied across a corpus that is a systematic pronunciation defect that
13
- no symbol-map assertion would catch, so normalize before phonemizing.
14
  """
15
 
16
  import re
 
9
  consonant + harakat + shadda -> الشَّمْس ʔaʃʃms (vowel SILENTLY dropped)
10
 
11
  The wrong order does not error, it just deletes a vowel from the phoneme
12
+ string a silent pronunciation defect that no symbol-map assertion would
13
+ catch. So normalize before phonemizing.
14
  """
15
 
16
  import re