[SOLVED] Transform Document-Term matrix to flat table?
A newbie question.
I have a simple process which uses „Data to Documents“, „Process Documents“ and „Tokenize“ to turn a list of strings into a wordlist.The second result is my ExampleSet turned into a Document-Term Matrix.
My question is: How can I transform the Document-Term matrix (Document_ID x Term) to a flat table with three attributes (Document_ID, Term, occurrences)?
Regards,
Roland
I have a simple process which uses „Data to Documents“, „Process Documents“ and „Tokenize“ to turn a list of strings into a wordlist.The second result is my ExampleSet turned into a Document-Term Matrix.
My question is: How can I transform the Document-Term matrix (Document_ID x Term) to a flat table with three attributes (Document_ID, Term, occurrences)?
Regards,
Roland