A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.2.008"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.2.008" expanded="true" name="Process"> <process expanded="true" height="251" width="346"> <operator activated="true" class="text:process_document_from_file" compatibility="5.2.004" expanded="true" height="76" name="Process Documents from Files" width="90" x="45" y="30"> <list key="text_directories"> <parameter key="BPM2000" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2000"/> <parameter key="BPM2003" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2003 Eindhoven"/> <parameter key="BPM2004" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2004 Potsdam"/> <parameter key="BPM2005" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2005 Nancy"/> <parameter key="BPM2006" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2006 Vienna"/> <parameter key="BPM2007" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2007 Brisbane"/> <parameter key="BPM2008" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2008 Milan"/> <parameter key="BPM2009" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2009 Ulm"/> <parameter key="BPM2010" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2010 Hoboken NY"/> <parameter key="BPM2011" value="C:\Users\s102738\Desktop\BPM-text-analysis\BPM 2011 Clermont Ferrand"/> </list> <process expanded="true" height="618" width="710"> <operator activated="true" class="text:tokenize" compatibility="5.2.004" expanded="true" height="60" name="Tokenize" width="90" x="86" y="177"/> <operator activated="true" class="text:filter_stopwords_english" compatibility="5.2.004" expanded="true" height="60" name="Filter Stopwords (English)" width="90" x="313" y="165"/> <connect from_port="document" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Filter Stopwords (English)" to_port="document"/> <connect from_op="Filter Stopwords (English)" 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>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.2.008"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.2.008" expanded="true" name="Process"> <process expanded="true" height="618" width="710"> <operator activated="true" class="retrieve" compatibility="5.2.008" expanded="true" height="60" name="Retrieve" width="90" x="71" y="281"> <parameter key="repository_entry" value="//NewLocalRepository/BPM-text-analysis/EXAMPLESETFULL"/> </operator> <operator activated="true" class="decision_tree" compatibility="5.2.008" expanded="true" height="76" name="Decision Tree" width="90" x="313" y="165"/> <connect from_op="Retrieve" from_port="output" to_op="Decision Tree" to_port="training set"/> <connect from_op="Decision Tree" from_port="model" to_port="result 1"/> <connect from_op="Decision Tree" from_port="exampleSet" to_port="result 2"/> <portSpacing port="source_input 1" 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>
margkw wrote:First of all thank you Marius for all the great help. When trying to use the decision tree with my example set , I get an error that says that metadata is underspecified.. No idea why this happens. Thank you again!