config (337B)
1 split "[ \n]+" 2 beforeword " " 3 afterword "[ \n]" 4 tablesep "," 5 choicesep "|" 6 7 ignore "../data/ignore.txt" 8 table words "../data/words1.txt" 9 table endings "../data/endings_choices.txt" 10 11 expand words endings 12 13 match "-\d" "-r" endword 14 match "w ord" "word" beginword nofinal 15 matchignore "\dhi\d" 16 17 group beginword endword 18 replace words 19 endgroup