[fix] Adding Korean-Latin-BGN to excluded transliterators
This commit is contained in:
@@ -88,6 +88,8 @@ REVERSE_TRANSLITERATORS = {
|
||||
EXCLUDE_TRANSLITERATORS = set([
|
||||
# Don't care about spaced Han because our tokenizer does it already
|
||||
'han-spacedhan',
|
||||
# Doesn't appear to be used in ICU
|
||||
'korean-latin-bgn',
|
||||
])
|
||||
|
||||
NFD = 'NFD'
|
||||
|
||||
Reference in New Issue
Block a user