Dictionary Approach: Avoid multiple count of words
Felice
New Altair Community Member
Hi, I have a problem with the Dictionary Approach in Text-Mining. The dictionary contains the words digit and digital acceleration. My process counts the ouccurance of digital acceleration double, so once as digit and once as digit acceleration.
Can you recommend an operator which enables that only the occurence of digital acceleration is counted. So that in the end I have only one ouccurance.
Tanks for helping!
Can you recommend an operator which enables that only the occurence of digital acceleration is counted. So that in the end I have only one ouccurance.
Tanks for helping!
Tagged:
0
Answers
-
Hi,what operator did you use to do it? Can you maybe post the XML?Best,Martin0
-
-
Hi @Felice ,you can just switch to binary occurances? Then it is only counting if, not how often a word occurs.Cheers,Martin0
-
Hi Martin,
thanks for your reply. But I need the quantity of occurences, not only if a word occurs. I just want to avoid that longer word combination like digit accel are counted also as digit.
Thanks for helping!0