🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Dictionary Approach: Avoid multiple count of words

User: "Felice"
New Altair Community Member
Updated by Jocelyn
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! 

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
    User: "Felice"
    New Altair Community Member
    OP
    Hi Martin, thanks for your reply! Attached you can find the xml. 
    Hi @Felice ,
    you can just switch to binary occurances? Then it is only counting if, not how often a word occurs.

    Cheers,
    Martin
    User: "Felice"
    New Altair Community Member
    OP
    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!