wordfreq/scripts
Andrew Lin cc6920d7e4 Tweaks to the regex generator for brevity:
* Don't repeat the logic that generates the ranges
  * Include only unassigned characters between two accepted ranges; this causes the resulting
    regexes to be a bit more readable.
  * Rearrange the script itself to avoid long lambdas and group helper functions together
  * Precompute the list of all the character classes for speed and terseness
2015-07-08 15:29:31 -04:00
..
gen_regex.py Tweaks to the regex generator for brevity: 2015-07-08 15:29:31 -04:00