How to count word occurence in a column type colection

Hi guys, I have a table with a column type collection. I need to get the frequency of each word.
Example:
Col1 Col2
0 (aa,bb,cc)
1 (cc)
2 (bb, dd, ee, ff)
3 (aa, cc)

Output must be:
aa 2
bb 2
cc 3
dd 1
ee 1
ff 1

Hi eferro,

you can use Palladian’s Corpus Creator node for that (just filter out the #DOCS row which gets automatically created):

Find an example workflow on my public NodePit Space:

Hope this helps!

9 Likes

@eferro So, did it work?

Hello there,

another way is to use Ungroup followed by Value Counter node.

Br,
Ivan

1 Like

Yes gays, it works. Thank you! Sorry for the delay.

3 Likes

Superb, great to hear :+1:

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