The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
Problem with open wordnet operator in rapid miner 7
Respected Sir,
i am working with rapid miner 7. i am facing problem with open wordnet operator i have download wordnet from the following link:
http://wordnet.princeton.edu/wordnet/download/current-version/
i have downloaded (Download tar-bzip2'ed: WordNet-3.0.tar.bz2)
i extract it in the folder wordnet.
i have so many problems :
1 When i use it in the rapid miner it gave me sentiment =0, for the input text= "this movie is good".
2) For pos tagging when i try to tag the text. it gave me nothing.
3) For filter token (jj.*) , again i didnot get the expected results
the code for extract sentiment is given below:
i am working with rapid miner 7. i am facing problem with open wordnet operator i have download wordnet from the following link:
http://wordnet.princeton.edu/wordnet/download/current-version/
i have downloaded (Download tar-bzip2'ed: WordNet-3.0.tar.bz2)
i extract it in the folder wordnet.
i have so many problems :
1 When i use it in the rapid miner it gave me sentiment =0, for the input text= "this movie is good".
2) For pos tagging when i try to tag the text. it gave me nothing.
3) For filter token (jj.*) , again i didnot get the expected results
the code for extract sentiment is given below:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="7.0.000">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="7.0.000" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="text:create_document" compatibility="6.5.000" expanded="true" height="68" name="Create Document" width="90" x="45" y="85">
<parameter key="text" value="this is a very good movie"/>
</operator>
<operator activated="true" class="wordnet:open_wordnet_dictionary" compatibility="5.3.000" expanded="true" height="68" name="Open WordNet Dictionary" width="90" x="45" y="187">
<parameter key="directory" value="C:\Users\admin\Desktop\wordnet\WordNet-3.0\dict"/>
</operator>
<operator activated="true" class="wordnet:find_sentiment_wordnet" compatibility="5.3.000" expanded="true" height="82" name="Extract Sentiment (English)" width="90" x="246" y="85"/>
<connect from_op="Create Document" from_port="output" to_op="Extract Sentiment (English)" to_port="document"/>
<connect from_op="Open WordNet Dictionary" from_port="dictionary" to_op="Extract Sentiment (English)" to_port="dictionary"/>
<connect from_op="Extract Sentiment (English)" from_port="document" to_port="result 1"/>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="sink_result 1" spacing="0"/>
<portSpacing port="sink_result 2" spacing="0"/>
</process>
</operator>
</process>
[ /code]
kindly help me for the same.
Thanks and Regards:
Sukh
0