That way we don't have to concatinate quotes onto it all the time. Instead we amortize in the next_term() function.
We check terms to see if they're in the wordlist, if they are we reuse the string from the wordlist instead of allocating a new one. (I've always wanted to use Gperf so I'm pretty stoked about this!)