mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
Note on next languages to support
This commit is contained in:
parent
d9a1c34d00
commit
531db64288
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user