Counting words

Hi everybody !


I need your help. I think it is easy but I can't find an easy solution...

I have a string of words and I just want to count the number of words in my string . Example

    column 1                 column 2

Billet daniel Moin              3

 

 

Thanks a lot for your help !

 

You can do this with the KNIME Text processing extension. Therefore translate your "Strings to Document" than use the BOW Creater node to create all terms contained and finally you can use a groupby on the document column to count the terms.

Cheers, Iris