"text mining visulaization"
Hi all,
Help for a new user! I'm doing some text mining and want to visualize the word frequency. how can I do this?
something like a tag cloud/word cloud would be nice.
This is what I have so far...
<参数键= value =“filter_nominal_attributestrue"/>
... I get the word frequency but not know hot to visualize it...
Thanks
e
Help for a new user! I'm doing some text mining and want to visualize the word frequency. how can I do this?
something like a tag cloud/word cloud would be nice.
This is what I have so far...
<参数键= value =“filter_nominal_attributestrue"/>
... I get the word frequency but not know hot to visualize it...
Thanks
e
Tagged:
0
Answers
I would suggest a parallel plot - at least if you have less than a few thousand terms. Alternatively, you could also use the CorpusBasedWeighting for each class and visualize the different weight vectors.
Cheers,
Ingo
you said "the CorpusBasedWeighting for each class". How can I define such a class? In my case, the values of the Weighting are 0 or 1, which seems to deliver no usable results.
I have two further related questions:
1) In my setting, I am loading some txts and get a list of words with values like "avg = 0.029 +/- 0.167". I don´t understand exactly, what this means. Can I group the words using this information depending on their occurence in the source-files?
2) But most important is that I would like to seperate my txts in groups and visualize their analyses to compare them. For a tiny example, one group could be femal, one group is male text and I would like to compare the usage of words or combination of words (like: these are typical female phrases:...). Is there a possibility to tell rapid-miner which text belongs to which group and to consider this information?
Cheers,
Chris
Setting:
<操作符名称= " CorpusBasedWeighting" class="CorpusBasedWeighting">