Skip to content

Commit d168a5d

Browse files
committed
feat: Added Czech to the set of vocabularies in datasets/vocabs.py
1 parent 1b4b687 commit d168a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doctr/datasets/vocabs.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
VOCABS['german'] = VOCABS['english'] + 'äöüßÄÖÜẞ'
3232
VOCABS['arabic'] = (VOCABS['digits'] + VOCABS['hindi_digits'] + VOCABS['arabic_letters'] + VOCABS['persian_letters'] +
3333
VOCABS['arabic_diacritics'] + VOCABS['arabic_punctuation'] + VOCABS['punctuation'])
34+
VOCABS['czech'] = VOCABS['english'] + 'áčďéěíňóřšťúůýžÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ'

0 commit comments

Comments
 (0)