Skip to content

Commit

Permalink
feat: Added Vietnamese entry in VOCAB (mindee#878)
Browse files Browse the repository at this point in the history
* feat: Added Vietnamese entry in VOCAB - update style fix 2

* feat: Added Vietnamese entry in VOCAB - update style fix 3
  • Loading branch information
calibretaliation authored and felixdittrich92 committed Apr 7, 2022
1 parent 10614ff commit 8a72716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doctr/datasets/vocabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
VOCABS['german'] = VOCABS['english'] + 'äöüßÄÖÜẞ'
VOCABS['arabic'] = (VOCABS['digits'] + VOCABS['hindi_digits'] + VOCABS['arabic_letters'] + VOCABS['persian_letters'] +
VOCABS['arabic_diacritics'] + VOCABS['arabic_punctuation'] + VOCABS['punctuation'])
VOCABS['vietnamese'] = (VOCABS['english'] +
'áàảạãăắằẳẵặâấầẩẫậéèẻẽẹêếềểễệóòỏõọôốồổộỗơớờởợỡúùủũụưứừửữựiíìỉĩịýỳỷỹỵ' +
'ÁÀẢẠÃĂẮẰẲẴẶÂẤẦẨẪẬÉÈẺẼẸÊẾỀỂỄỆÓÒỎÕỌÔỐỒỔỘỖƠỚỜỞỢỠÚÙỦŨỤƯỨỪỬỮỰIÍÌỈĨỊÝỲỶỸỴ')

0 comments on commit 8a72716

Please sign in to comment.