Distribution of word frequencies

Hi,

I want to get the distribution of word frequencies of a corpus.

As an example I tried to append two Value Counters in sequence to a BoW which gave me the correct values IF I could extract the Row ID of the last Value Counter, which I cannot(or can I?).

Any ideas on

a) how to extract the RowID of Value Counter 

or

b) get the distribution of word frequencies

 

Thanks in advance!

Tim

 

[SOLVED]

I added the RowID node with the option "Create new column with the RowID values", added a String to number node and have now a table with two columns containing the original rowID as a column(int) and the value.

 

This is quite useful to me. Thanks Tim.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.