This node creates a global set of terms over all documents. Optionally, it is possible to filter the top-k
words in terms of frequencies. There are three different frequencies to choose from for filtering: the term frequency,
the document frequency and the inverse document frequency.
TF
): Overall count of a term in all documents. DF
): Number of documents in which a term occurs.IDF
): The logarithm of the total number of documents divided by the DF
.TF
, DF
or IDF
). Only the top-k most frequent terms are then added to the data
table.TF
), document frequency (DF
) and inverse document frequency (IDF
) column.You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Textprocessing from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.