🎉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

"Text Mining"

User: "Nancy"
New Altair Community Member
Updated by Jocelyn
Hi,

I am working with TextMining with a huge dataset. I have applied Tokeiniser,Stemmer and EnglishStopWordFilter.I am getting the result  as '0' in TFIDF. The same code I have tried with another system and it is working fine.

Please find the attached code

<operator name="Root" class="Process" expanded="yes">
    <operator name="TextInput" class="TextInput" expanded="yes">
        <list key="texts">
          <parameter key="review" value="C:\Documents and Settings\ADMIN\Desktop\dd"/>
        </list>
        <list key="namespaces">
        </list>
        <operator name="StringTokenizer" class="StringTokenizer">
        </operator>
        <operator name="EnglishStopwordFilter" class="EnglishStopwordFilter">
        </operator>
        <operator name="TokenLengthFilter" class="TokenLengthFilter">
        </operator>
    </operator>
</operator>


Thanks,
Nancy :-[

Find more posts tagged with

Sort by:
1 - 3 of 31