split "[ \n]+"
beforeword " "
afterword "[ \n]"

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

expand words endings

match "\d+" "num_replaced" beginword

group beginword endword
replace words
endgroup
