[fix] Adding Korean-Latin-BGN to excluded transliterators

This commit is contained in:
Al
2015-12-21 16:23:58 -05:00
parent c7fb7f685d
commit e55ff54be1
3 changed files with 99 additions and 369 deletions

View File

@@ -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'