"[SOLVED] Stemming: Keep Information {original word, stem}"
Hi there,
I'm currently doing some text processing using the different stemming operators. Right now I'm wondering if there is a way to keep/show the information which words are conflated to which stem. Without doing any adjustment the results of stemming (wordlist, example set) only contain the stems and the associated information like occurences.
What I primaliry need is something like {original word, stem}.
I'm sure there is a quite easy task, but as I'm not that familiar with RM yet I don't see it. Any idea how to do this?
Many thanks in advance,
Regards,
Urs