Skip to content

Commit

Permalink
feat: Added portuguese entry in VOCAB (#464)
Browse files Browse the repository at this point in the history
* feat: Added portuguese entry in VOCAB

* refactor: Edited portuguese VOCAB
  • Loading branch information
fmobrj authored Sep 13, 2021
1 parent d755073 commit 0981866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doctr/datasets/vocabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
'currency': '£€¥¢฿',
'latin': string.digits + string.ascii_letters + string.punctuation + '°',
'french': string.digits + string.ascii_letters + string.punctuation + '°' + 'àâéèêëîïôùûçÀÂÉÈËÎÏÔÙÛÇ' + '£€¥¢฿',
'portuguese': string.digits + string.ascii_letters + string.punctuation + '°' + 'àâáãéêíïóôõúüçÀÂÃÁÉÊÍÏÔÓÕÚÜÇ' + '£€¥¢฿',
}

0 comments on commit 0981866

Please sign in to comment.