split "\s+"
beforeword "\s"
afterword "\s"

ignore "../data/ignore.txt"
table words "../data/words.txt"
table words1 "../data/words.txt"
table endings "../data/endings.txt"
table endings2 "../data/endings2.txt"

expand words endings noroot
expand words endings2 noroot
expand words1 endings2 noroot

group beginword endword
replace words
replace words1
endgroup
