mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
update comments in wordfreq_builder.config; remove unused 'version'
Former-commit-id: bc323eccaf
This commit is contained in:
parent
48f9d4520c
commit
59363c8c44
@ -1,19 +1,17 @@
|
||||
import os
|
||||
|
||||
CONFIG = {
|
||||
'version': '1.0b',
|
||||
# data_dir is a relative or absolute path to where the wordlist data
|
||||
# is stored
|
||||
'data_dir': 'data',
|
||||
'sources': {
|
||||
# A list of language codes (possibly un-standardized) that we'll
|
||||
# look up in filenames for these various data sources.
|
||||
# A list of language codes that we'll 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' with one more data source
|
||||
# 'sv' because its data sources are ready
|
||||
'twitter': [
|
||||
'ar', 'de', 'el', 'en', 'es', 'fr', 'id', 'it', 'ja', 'ko', 'ms', 'nl',
|
||||
'pl', 'pt', 'ru', 'sv', 'tr'
|
||||
|
Loading…
Reference in New Issue
Block a user