-
Download data using this query.
-
Run
python src/main.py <path to the query result> <path to the output result> [loaded dictionaries]
. Loaded dictionaries are optional, currently supportedmedical_abbreviations
,wordlist_medicalterms_en
, anddsat_case
. You can load several dictionaries by concating them using+
operator (e.g.dsat_case+medical_abbreviations
)
Add an entry to the DICTIONARY
variable in src/main.py
, mapping the dictionary name to the function that loads the dictionary. The dictionary loading function should take a set of string argument and adds the word into the set.