Hi,
I'm a new user for Rapid Miner. There are a few problems that I have encountered.
1) I can't update the program directly from the GUI because of the workplace's proxy settings. Is this causing any harms? (for example is this a problem? PM WARNING: Could not open
http://rapid-i.com/wiki/index.php?title=Text:Tokenize: connect timed out)
2) I've watched some videos how to process textual data and trying to implement something. I've installed Text Processing extension. The problem is that I can't produce anything when I'm trying to use "Process Documents from Files". This warning is the only thing that appears: "PM WARNING: Error creating renderer: java.lang.ArrayIndexOutOfBoundsException: 0". This tells nothing to me. Results tell that there are no examples. Any solutions or proposals?
This is the code and those text files are in .txt -format
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<process version="6.0.002">
<context>
<input/>
<output/>
<macros/>
</context>
<operator activated="true" class="process" compatibility="6.0.002" expanded="true" name="Process">
<process expanded="true">
<operator activated="true" class="text:process_document_from_file" compatibility="5.3.002" expanded="true" height="76" name="Process Documents from Files" width="90" x="179" y="30">
<list key="text_directories">
<parameter key="Fail" value="D:\Logs\fail.null"/>
<parameter key="Pass" value="D:\Logs\pass.null"/>
</list>
<process expanded="true">
<operator activated="true" class="text:tokenize" compatibility="5.3.002" expanded="true" height="60" name="Tokenize" width="90" x="112" y="30"/>
<operator activated="true" class="text:stem_snowball" compatibility="5.3.002" expanded="true" height="60" name="Stem (Snowball)" width="90" x="313" y="30"/>
<operator activated="true" class="text:transform_cases" compatibility="5.3.002" expanded="true" height="60" name="Transform Cases" width="90" x="514" y="30"/>
<connect from_port="document" to_op="Tokenize" to_port="document"/>
<connect from_op="Tokenize" from_port="document" to_op="Stem (Snowball)" to_port="document"/>
<connect from_op="Stem (Snowball)" from_port="document" to_op="Transform Cases" to_port="document"/>
<connect from_op="Transform Cases" from_port="document" to_port="document 1"/>
<portSpacing port="source_document" spacing="0"/>
<portSpacing port="sink_document 1" spacing="0"/>
<portSpacing port="sink_document 2" spacing="0"/>
</process>
</operator>
<connect from_port="input 1" to_op="Process Documents from Files" to_port="word list"/>
<connect from_op="Process Documents from Files" from_port="example set" to_port="result 1"/>
<connect from_op="Process Documents from Files" from_port="word list" to_port="result 2"/>
<portSpacing port="source_input 1" spacing="0"/>
<portSpacing port="source_input 2" spacing="0"/>
<portSpacing port="sink_result 1" spacing="0"/>
<portSpacing port="sink_result 2" spacing="0"/>
<portSpacing port="sink_result 3" spacing="0"/>
</process>
</operator>
</process>
Br,
p3kka