Dictionary Approach: Avoid multiple count of words
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!
Find more posts tagged with
Sort by:
1 - 4 of
41

Hi,
what operator did you use to do it? Can you maybe post the XML?
Best,
Martin
Hi @Felice ,
you can just switch to binary occurances? Then it is only counting if, not how often a word occurs.
Cheers,
Martin