We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291a0c8 commit d5f63abCopy full SHA for d5f63ab
typetrainer/tutors/uk.py
@@ -22,11 +22,11 @@ def make_lengths_seq(words):
22
yield t, w
23
24
def split_to_words(text, level):
25
- filter_non_word = re.compile(u'(?iu)[^а-я\'ієї]+')
+ filter_non_word = re.compile(u'(?iu)[^а-я\'ієїґ]+')
26
27
charsets = {
28
- 'basic': u'(?iu)[а-я\'ієї]+',
29
- 'advanced': u'(?iu)[а-я\'ієї,.:;"!]+'
+ 'basic': u'(?iu)[а-я\'ієїґ]+',
+ 'advanced': u'(?iu)[а-я\'ієїґ,.:;"!]+'
30
}
31
32
if level == 'basic':
0 commit comments