Note on next languages to support

Former-commit-id: 531db64288
This commit is contained in:
Robyn Speer 2015-09-04 01:50:15 -04:00
parent 3cb4dd777e
commit 14136d2a01

View File

@ -8,6 +8,11 @@ CONFIG = {
'sources': { 'sources': {
# A list of language codes (possibly un-standardized) that we'll # A list of language codes (possibly un-standardized) that we'll
# look up in filenames for these various data sources. # look up in filenames for these various data sources.
#
# Consider adding:
# 'th' when we get tokenization for it
# 'hi' when we stop messing up its tokenization
# 'tl' because it's probably ready right now
'twitter': [ 'twitter': [
'ar', 'de', 'el', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko', 'ms', 'nl', 'ar', 'de', 'el', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko', 'ms', 'nl',
'pt', 'ru', 'tr' 'pt', 'ru', 'tr'