config (362B)
1 split "\s+" 2 beforeword "\s" 3 afterword "\s" 4 5 ignore "../data/ignore.txt" 6 table words "../data/words.txt" 7 table words1 "../data/words.txt" 8 table endings "../data/endings.txt" 9 table endings2 "../data/endings2.txt" 10 11 expand words endings noroot 12 expand words endings2 noroot 13 expand words1 endings2 noroot 14 15 group beginword endword 16 replace words 17 replace words1 18 endgroup