Further Term Frequency measures
Hi everyone,
I am comparing a document to another template document. For this I am doing some preprocessing (tokenize, transform cases etc.) and afterwards I am comparing both document with a cross distance operator using cosine similarity. So when my "process documents from files" (using term frequency) operator is finished I get a table with my two examples and XY attributes. Is there now any chance to get some other frequencies on my attributes like logarithm or augmented within my "process documents from files" operator or do I have to work with a seperate loop operator afterwards?
Any help appreciated!
Best Answer
-
Hi,
You will need to loop over the attributes afterwards and use Generate Attribute to apply the desired transformations.
Cheers,
Ingo
1
Answers
-
Hi,
You will need to loop over the attributes afterwards and use Generate Attribute to apply the desired transformations.
Cheers,
Ingo
1