config (253B)
1 split "[ \n]+" 2 beforeword " " 3 afterword "[ \n]" 4 5 ignore "../data/ignore.txt" 6 table words "../data/words.txt" 7 table endings "../data/endings.txt" 8 9 expand words endings 10 11 match "\d+" "num_replaced" beginword 12 13 group beginword endword 14 replace words 15 endgroup