mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
no Thai because we can't tokenize it
This commit is contained in:
parent
8f6cd0e57b
commit
95f53e295b
@ -49,7 +49,7 @@ def cld2_surface_tokenizer(text):
|
||||
# list of languages we're allowed to use here.
|
||||
KEEP_THESE_LANGUAGES = {
|
||||
'ar', 'de', 'el', 'en', 'es', 'fr', 'hr', 'id', 'it', 'ja', 'ko', 'ms',
|
||||
'nl', 'pl', 'pt', 'ro', 'ru', 'sv', 'th'
|
||||
'nl', 'pl', 'pt', 'ro', 'ru', 'sv'
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user