A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.015"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.015" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="read_database" compatibility="5.3.015" expanded="true" height="60" name="Read Database" width="90" x="112" y="75"> <parameter key="connection" value="twitterfb"/> <parameter key="query" value="SELECT `text`, `created` FROM `tweets`"/> <enumeration key="parameters"/> </operator> <operator activated="true" class="loop_examples" compatibility="5.3.015" expanded="true" height="76" name="Loop Examples" width="90" x="313" y="75"> <process expanded="true"> <operator activated="true" class="text:process_document_from_data" compatibility="5.3.002" expanded="true" height="76" name="Process Documents from Data" width="90" x="112" y="30"> <parameter key="vector_creation" value="Term Occurrences"/> <list key="specify_weights"/> <process expanded="true"> <operator activated="true" class="text:tokenize" compatibility="5.3.002" expanded="true" height="60" name="Tokenize" width="90" x="45" y="30"/> <operator activated="true" class="text:filter_by_length" compatibility="5.3.002" expanded="true" height="60" name="Filter Tokens (by Length)" width="90" x="180" y="30"/> <operator activated="true" class="text:filter_stopwords_german" compatibility="5.3.002" expanded="true" height="60" name="Filter Stopwords (German)" width="90" x="315" y="30"/> <operator activated="true" class="text:filter_stopwords_english" compatibility="5.3.002" expanded="true" height="60" name="Filter Stopwords (English)" width="90" x="450" y="30"/> <operator activated="true" class="text:transform_cases" compatibility="5.3.002" expanded="true" height="60" name="Transform Cases" width="90" x="585" y="30"/> <connect from_port="document" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Filter Tokens (by Length)" to_port="document"/> <connect from_op="Filter Tokens (by Length)" from_port="document" to_op="Filter Stopwords (German)" to_port="document"/> <connect from_op="Filter Stopwords (German)" from_port="document" to_op="Filter Stopwords (English)" to_port="document"/> <connect from_op="Filter Stopwords (English)" 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> <operator activated="true" class="text:wordlist_to_data" compatibility="5.3.002" expanded="true" height="76" name="WordList to Data" width="90" x="246" y="30"/> <operator activated="true" class="write_database" compatibility="5.3.015" expanded="true" height="60" name="Write Database" width="90" x="380" y="30"> <parameter key="connection" value="twitterfb"/> <parameter key="table_name" value="test"/> <parameter key="overwrite_mode" value="append"/> </operator> <connect from_port="example set" to_op="Process Documents from Data" to_port="example set"/> <connect from_op="Process Documents from Data" from_port="word list" to_op="WordList to Data" to_port="word list"/> <connect from_op="WordList to Data" from_port="example set" to_op="Write Database" to_port="input"/> <portSpacing port="source_example set" spacing="0"/> <portSpacing port="sink_example set" spacing="0"/> <portSpacing port="sink_output 1" spacing="0"/> </process> </operator> <connect from_op="Read Database" from_port="output" to_op="Loop Examples" to_port="example set"/> <connect from_op="Loop Examples" from_port="example set" 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>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.0.008"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.0.008" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="subprocess" compatibility="6.0.008" expanded="true" height="76" name="get data" width="90" x="112" y="120"> <process expanded="true"> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd1 (2)" width="90" x="112" y="75"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner Once""/> <parameter key="created" value=""Customer1""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd2 (2)" width="90" x="112" y="165"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner again and again with a side order of RapidAnalytics and did I mention RapidMiner?""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd3 (2)" width="90" x="112" y="255"> <list key="attribute_values"> <parameter key="text" value=""If I hear RapidMiner one more time...""/> <parameter key="created" value=""Customer3""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="append" compatibility="6.0.008" expanded="true" height="112" name="Append (2)" width="90" x="313" y="120"/> <connect from_op="gd1 (2)" from_port="output" to_op="Append (2)" to_port="example set 1"/> <connect from_op="gd2 (2)" from_port="output" to_op="Append (2)" to_port="example set 2"/> <connect from_op="gd3 (2)" from_port="output" to_op="Append (2)" to_port="example set 3"/> <connect from_op="Append (2)" from_port="merged set" to_port="out 1"/> <portSpacing port="source_in 1" spacing="0"/> <portSpacing port="sink_out 1" spacing="0"/> <portSpacing port="sink_out 2" spacing="0"/> </process> </operator> <operator activated="true" class="nominal_to_text" compatibility="6.0.008" expanded="true" height="76" name="Nominal to Text" width="90" x="246" y="120"> <parameter key="attribute_filter_type" value="subset"/> <parameter key="attributes" value="text"/> </operator> <operator activated="true" class="text:process_document_from_data" compatibility="5.3.002" expanded="true" height="76" name="Process Documents from Data" width="90" x="380" y="120"> <parameter key="vector_creation" value="Term Occurrences"/> <list key="specify_weights"/> <process expanded="true"> <operator activated="true" class="text:tokenize" compatibility="5.3.002" expanded="true" height="60" name="Tokenize" width="90" x="179" y="75"/> <operator activated="true" class="text:transform_cases" compatibility="5.3.002" expanded="true" height="60" name="Transform Cases" width="90" x="313" y="75"/> <operator activated="true" class="text:filter_by_length" compatibility="5.3.002" expanded="true" height="60" name="Filter Tokens (by Length)" width="90" x="514" y="75"/> <connect from_port="document" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Transform Cases" to_port="document"/> <connect from_op="Transform Cases" from_port="document" to_op="Filter Tokens (by Length)" to_port="document"/> <connect from_op="Filter Tokens (by Length)" 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_op="get data" from_port="out 1" to_op="Nominal to Text" to_port="example set input"/> <connect from_op="Nominal to Text" from_port="example set output" to_op="Process Documents from Data" to_port="example set"/> <connect from_op="Process Documents from Data" from_port="example set" 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>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.015"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.015" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="read_database" compatibility="5.3.015" expanded="true" height="60" name="Read Database" width="90" x="45" y="300"> <parameter key="connection" value="twitterfb"/> <parameter key="query" value="SELECT `word`, `total` FROM `twitterwordlist`"/> <enumeration key="parameters"/> </operator> <operator activated="true" class="nominal_to_text" compatibility="5.3.015" expanded="true" height="76" name="Nominal to Text" width="90" x="112" y="390"> <parameter key="attribute_filter_type" value="subset"/> <parameter key="attributes" value="|word"/> </operator> <operator activated="true" class="text:process_document_from_data" compatibility="5.3.002" expanded="true" height="76" name="Process Documents from Data (2)" width="90" x="246" y="300"> <list key="specify_weights"/> <process expanded="true"> <operator activated="true" class="text:tokenize" compatibility="5.3.002" expanded="true" height="60" name="Tokenize (2)" width="90" x="112" y="30"/> <connect from_port="document" to_op="Tokenize (2)" to_port="document"/> <connect from_op="Tokenize (2)" 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> <operator activated="true" class="read_database" compatibility="5.3.015" expanded="true" height="60" name="Read Database (2)" width="90" x="45" y="75"> <parameter key="connection" value="twitterfb"/> <parameter key="query" value="SELECT `text`, `created` FROM `tweets`"/> <enumeration key="parameters"/> </operator> <operator activated="true" class="text:process_document_from_data" compatibility="5.3.002" expanded="true" height="76" name="Process Documents from Data" width="90" x="179" y="165"> <parameter key="vector_creation" value="Binary Term Occurrences"/> <parameter key="keep_text" value="true"/> <parameter key="prune_method" value="absolute"/> <parameter key="prune_below_absolute" value="2"/> <parameter key="prune_above_absolute" value="9999"/> <list key="specify_weights"/> <process expanded="true"> <operator activated="true" class="text:replace_tokens" compatibility="5.3.002" expanded="true" height="60" name="Replace Tokens" width="90" x="45" y="30"> <list key="replace_dictionary"> <parameter key="ö" value="ö"/> <parameter key="ü" value="ü"/> <parameter key="ß" value="ß"/> <parameter key="ä" value="ä"/> <parameter key="–" value="-"/> <parameter key="„" value="""/> <parameter key="“" value="""/> <parameter key="Ö" value="Ö"/> </list> </operator> <operator activated="true" class="text:tokenize" compatibility="5.3.002" expanded="true" height="60" name="Tokenize" width="90" x="180" y="30"/> <operator activated="true" class="text:filter_by_length" compatibility="5.3.002" expanded="true" height="60" name="Filter Tokens (by Length)" width="90" x="315" y="30"> <parameter key="max_chars" value="50"/> </operator> <operator activated="true" class="text:filter_stopwords_german" compatibility="5.3.002" expanded="true" height="60" name="Filter Stopwords (German)" width="90" x="450" y="30"/> <operator activated="true" class="text:filter_stopwords_english" compatibility="5.3.002" expanded="true" height="60" name="Filter Stopwords (English)" width="90" x="585" y="30"/> <operator activated="true" class="text:transform_cases" compatibility="5.3.002" expanded="true" height="60" name="Transform Cases" width="90" x="678" y="30"/> <connect from_port="document" to_op="Replace Tokens" to_port="document"/> <connect from_op="Replace Tokens" from_port="document" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Filter Tokens (by Length)" to_port="document"/> <connect from_op="Filter Tokens (by Length)" from_port="document" to_op="Filter Stopwords (German)" to_port="document"/> <connect from_op="Filter Stopwords (German)" from_port="document" to_op="Filter Stopwords (English)" to_port="document"/> <connect from_op="Filter Stopwords (English)" 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_op="Read Database" from_port="output" to_op="Nominal to Text" to_port="example set input"/> <connect from_op="Nominal to Text" from_port="example set output" to_op="Process Documents from Data (2)" to_port="example set"/> <connect from_op="Process Documents from Data (2)" from_port="word list" to_op="Process Documents from Data" to_port="word list"/> <connect from_op="Read Database (2)" from_port="output" to_op="Process Documents from Data" to_port="example set"/> <connect from_op="Process Documents from Data" from_port="example set" 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>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.0.009"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.0.009" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="subprocess" compatibility="6.0.009" expanded="true" height="76" name="get data" width="90" x="44" y="30"> <process expanded="true"> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.009" expanded="true" height="60" name="gd1 (2)" width="90" x="112" y="75"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner Once""/> <parameter key="created" value=""Customer1""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.009" expanded="true" height="60" name="gd2 (2)" width="90" x="112" y="165"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner again and again with a side order of RapidAnalytics and did I mention RapidMiner?""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.009" expanded="true" height="60" name="gd3 (2)" width="90" x="112" y="255"> <list key="attribute_values"> <parameter key="text" value=""If I hear RapidMiner one more time...""/> <parameter key="created" value=""Customer3""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.009" expanded="true" height="60" name="gd2 (3)" width="90" x="112" y="345"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner is awesome!""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="append" compatibility="6.0.009" expanded="true" height="130" name="Append (2)" width="90" x="313" y="120"/> <operator activated="true" class="aggregate" compatibility="6.0.009" expanded="true" height="76" name="Aggregate" width="90" x="447" y="120"> <list key="aggregation_attributes"> <parameter key="text" value="concatenation"/> </list> <parameter key="group_by_attributes" value="created"/> </operator> <operator activated="true" class="rename" compatibility="6.0.009" expanded="true" height="76" name="Rename" width="90" x="581" y="120"> <parameter key="old_name" value="concat(text)"/> <parameter key="new_name" value="text"/> <list key="rename_additional_attributes"/> </operator> <connect from_op="gd1 (2)" from_port="output" to_op="Append (2)" to_port="example set 1"/> <connect from_op="gd2 (2)" from_port="output" to_op="Append (2)" to_port="example set 2"/> <connect from_op="gd3 (2)" from_port="output" to_op="Append (2)" to_port="example set 3"/> <connect from_op="gd2 (3)" from_port="output" to_op="Append (2)" to_port="example set 4"/> <connect from_op="Append (2)" from_port="merged set" to_op="Aggregate" to_port="example set input"/> <connect from_op="Aggregate" from_port="example set output" to_op="Rename" to_port="example set input"/> <connect from_op="Rename" from_port="example set output" to_port="out 1"/> <portSpacing port="source_in 1" spacing="0"/> <portSpacing port="sink_out 1" spacing="0"/> <portSpacing port="sink_out 2" spacing="0"/> </process> </operator> <operator activated="true" class="nominal_to_text" compatibility="6.0.009" expanded="true" height="76" name="Nominal to Text" width="90" x="178" y="30"> <parameter key="attribute_filter_type" value="subset"/> <parameter key="attributes" value="text"/> </operator> <operator activated="true" class="text:process_document_from_data" compatibility="5.3.003" expanded="true" height="76" name="Process Documents from Data" width="90" x="313" y="30"> <parameter key="vector_creation" value="Term Occurrences"/> <list key="specify_weights"/> <process expanded="true"> <operator activated="true" class="text:tokenize" compatibility="5.3.003" expanded="true" height="60" name="Tokenize" width="90" x="45" y="30"/> <operator activated="true" class="text:transform_cases" compatibility="5.3.003" expanded="true" height="60" name="Transform Cases" width="90" x="178" y="30"/> <operator activated="true" class="text:filter_by_length" compatibility="5.3.003" expanded="true" height="60" name="Filter Tokens (by Length)" width="90" x="313" y="30"/> <connect from_port="document" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Transform Cases" to_port="document"/> <connect from_op="Transform Cases" from_port="document" to_op="Filter Tokens (by Length)" to_port="document"/> <connect from_op="Filter Tokens (by Length)" 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_op="get data" from_port="out 1" to_op="Nominal to Text" to_port="example set input"/> <connect from_op="Nominal to Text" from_port="example set output" to_op="Process Documents from Data" to_port="example set"/> <connect from_op="Process Documents from Data" from_port="example set" 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>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.0.009"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.0.009" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="subprocess" compatibility="6.0.009" expanded="true" height="76" name="get data" width="90" x="45" y="30"> <process expanded="true"> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.009" expanded="true" height="60" name="gd1 (2)" width="90" x="44" y="30"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner Once""/> <parameter key="created" value=""Customer1""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.009" expanded="true" height="60" name="gd2 (2)" width="90" x="44" y="120"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner again and again with a side order of RapidAnalytics and did I mention RapidMiner?""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.009" expanded="true" height="60" name="gd3 (2)" width="90" x="44" y="210"> <list key="attribute_values"> <parameter key="text" value=""If I hear RapidMiner one more time...""/> <parameter key="created" value=""Customer3""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.009" expanded="true" height="60" name="gd2 (3)" width="90" x="44" y="300"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner is awesome!""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="append" compatibility="6.0.009" expanded="true" height="130" name="Append (2)" width="90" x="178" y="120"/> <operator activated="true" class="aggregate" compatibility="6.0.009" expanded="true" height="76" name="Aggregate" width="90" x="312" y="165"> <list key="aggregation_attributes"> <parameter key="text" value="concatenation"/> </list> <parameter key="group_by_attributes" value="created"/> </operator> <operator activated="true" class="rename" compatibility="6.0.009" expanded="true" height="76" name="Rename" width="90" x="447" y="165"> <parameter key="old_name" value="concat(text)"/> <parameter key="new_name" value="text"/> <list key="rename_additional_attributes"/> </operator> <connect from_op="gd1 (2)" from_port="output" to_op="Append (2)" to_port="example set 1"/> <connect from_op="gd2 (2)" from_port="output" to_op="Append (2)" to_port="example set 2"/> <connect from_op="gd3 (2)" from_port="output" to_op="Append (2)" to_port="example set 3"/> <connect from_op="gd2 (3)" from_port="output" to_op="Append (2)" to_port="example set 4"/> <connect from_op="Append (2)" from_port="merged set" to_op="Aggregate" to_port="example set input"/> <connect from_op="Aggregate" from_port="example set output" to_op="Rename" to_port="example set input"/> <connect from_op="Rename" from_port="example set output" to_port="out 1"/> <portSpacing port="source_in 1" spacing="0"/> <portSpacing port="sink_out 1" spacing="0"/> <portSpacing port="sink_out 2" spacing="0"/> </process> </operator> <operator activated="true" class="nominal_to_text" compatibility="6.0.009" expanded="true" height="76" name="Nominal to Text" width="90" x="178" y="30"> <parameter key="attribute_filter_type" value="subset"/> <parameter key="attributes" value="text"/> </operator> <operator activated="true" class="text:process_document_from_data" compatibility="5.3.003" expanded="true" height="76" name="Process Documents from Data" width="90" x="313" y="30"> <parameter key="vector_creation" value="Term Occurrences"/> <list key="specify_weights"/> <process expanded="true"> <operator activated="true" class="text:tokenize" compatibility="5.3.003" expanded="true" height="60" name="Tokenize" width="90" x="45" y="30"/> <operator activated="true" class="text:transform_cases" compatibility="5.3.003" expanded="true" height="60" name="Transform Cases" width="90" x="178" y="30"/> <operator activated="true" class="text:filter_by_length" compatibility="5.3.003" expanded="true" height="60" name="Filter Tokens (by Length)" width="90" x="313" y="30"/> <connect from_port="document" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Transform Cases" to_port="document"/> <connect from_op="Transform Cases" from_port="document" to_op="Filter Tokens (by Length)" to_port="document"/> <connect from_op="Filter Tokens (by Length)" 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> <operator activated="true" class="de_pivot" compatibility="6.0.009" expanded="true" height="76" name="De-Pivot" width="90" x="447" y="30"> <list key="attribute_name"> <parameter key="count" value="^(?!created).*$"/> </list> <parameter key="index_attribute" value="word"/> <parameter key="create_nominal_index" value="true"/> </operator> <operator activated="true" class="filter_examples" compatibility="6.0.009" expanded="true" height="94" name="Filter Examples" width="90" x="581" y="30"> <list key="filters_list"> <parameter key="filters_entry_key" value="count.gt.0"/> </list> </operator> <operator activated="true" class="sort" compatibility="6.0.009" expanded="true" height="76" name="Sort" width="90" x="715" y="30"> <parameter key="attribute_name" value="count"/> <parameter key="sorting_direction" value="decreasing"/> </operator> <connect from_op="get data" from_port="out 1" to_op="Nominal to Text" to_port="example set input"/> <connect from_op="Nominal to Text" from_port="example set output" to_op="Process Documents from Data" to_port="example set"/> <connect from_op="Process Documents from Data" from_port="example set" to_op="De-Pivot" to_port="example set input"/> <connect from_op="De-Pivot" from_port="example set output" to_op="Filter Examples" to_port="example set input"/> <connect from_op="Filter Examples" from_port="example set output" to_op="Sort" to_port="example set input"/> <connect from_op="Sort" from_port="example set output" 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>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.0.008"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.0.008" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="subprocess" compatibility="6.0.008" expanded="true" height="76" name="get data" width="90" x="45" y="30"> <process expanded="true"> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd1 (2)" width="90" x="44" y="30"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner Once""/> <parameter key="created" value=""Customer1""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd2 (2)" width="90" x="44" y="120"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner again and again with a side order of RapidAnalytics and did I mention RapidMiner?""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd3 (2)" width="90" x="44" y="210"> <list key="attribute_values"> <parameter key="text" value=""If I hear RapidMiner one more time...""/> <parameter key="created" value=""Customer3""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd2 (3)" width="90" x="44" y="300"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner is awesome!""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="append" compatibility="6.0.008" expanded="true" height="130" name="Append (2)" width="90" x="178" y="120"/> <operator activated="true" class="aggregate" compatibility="6.0.008" expanded="true" height="76" name="Aggregate" width="90" x="312" y="165"> <list key="aggregation_attributes"> <parameter key="text" value="concatenation"/> </list> <parameter key="group_by_attributes" value="created"/> </operator> <operator activated="true" class="rename" compatibility="6.0.008" expanded="true" height="76" name="Rename" width="90" x="447" y="165"> <parameter key="old_name" value="concat(text)"/> <parameter key="new_name" value="text"/> <list key="rename_additional_attributes"/> </operator> <connect from_op="gd1 (2)" from_port="output" to_op="Append (2)" to_port="example set 1"/> <connect from_op="gd2 (2)" from_port="output" to_op="Append (2)" to_port="example set 2"/> <connect from_op="gd3 (2)" from_port="output" to_op="Append (2)" to_port="example set 3"/> <connect from_op="gd2 (3)" from_port="output" to_op="Append (2)" to_port="example set 4"/> <connect from_op="Append (2)" from_port="merged set" to_op="Aggregate" to_port="example set input"/> <connect from_op="Aggregate" from_port="example set output" to_op="Rename" to_port="example set input"/> <connect from_op="Rename" from_port="example set output" to_port="out 1"/> <portSpacing port="source_in 1" spacing="0"/> <portSpacing port="sink_out 1" spacing="0"/> <portSpacing port="sink_out 2" spacing="0"/> </process> </operator> <operator activated="true" class="nominal_to_text" compatibility="6.0.008" expanded="true" height="76" name="Nominal to Text" width="90" x="179" y="30"> <parameter key="attribute_filter_type" value="subset"/> <parameter key="attributes" value="text"/> </operator> <operator activated="true" class="text:process_document_from_data" compatibility="5.3.002" expanded="true" height="76" name="Process Documents from Data" width="90" x="313" y="30"> <parameter key="vector_creation" value="Term Occurrences"/> <list key="specify_weights"/> <process expanded="true"> <operator activated="true" class="text:tokenize" compatibility="5.3.002" expanded="true" height="60" name="Tokenize" width="90" x="45" y="30"/> <operator activated="true" class="text:transform_cases" compatibility="5.3.002" expanded="true" height="60" name="Transform Cases" width="90" x="178" y="30"/> <operator activated="true" class="text:filter_by_length" compatibility="5.3.002" expanded="true" height="60" name="Filter Tokens (by Length)" width="90" x="313" y="30"/> <connect from_port="document" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Transform Cases" to_port="document"/> <connect from_op="Transform Cases" from_port="document" to_op="Filter Tokens (by Length)" to_port="document"/> <connect from_op="Filter Tokens (by Length)" 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> <operator activated="true" class="declare_missing_value" compatibility="6.0.008" expanded="true" height="76" name="Declare Missing Value" width="90" x="447" y="30"> <parameter key="numeric_value" value="0.0"/> </operator> <operator activated="true" class="de_pivot" compatibility="6.0.008" expanded="true" height="76" name="De-Pivot" width="90" x="648" y="30"> <list key="attribute_name"> <parameter key="count" value="^(?!created).*$"/> </list> <parameter key="index_attribute" value="word"/> <parameter key="create_nominal_index" value="true"/> </operator> <operator activated="true" class="sort" compatibility="6.0.008" expanded="true" height="76" name="Sort" width="90" x="916" y="30"> <parameter key="attribute_name" value="count"/> <parameter key="sorting_direction" value="decreasing"/> </operator> <connect from_op="get data" from_port="out 1" to_op="Nominal to Text" to_port="example set input"/> <connect from_op="Nominal to Text" from_port="example set output" to_op="Process Documents from Data" to_port="example set"/> <connect from_op="Process Documents from Data" from_port="example set" to_op="Declare Missing Value" to_port="example set input"/> <connect from_op="Declare Missing Value" from_port="example set output" to_op="De-Pivot" to_port="example set input"/> <connect from_op="De-Pivot" from_port="example set output" to_op="Sort" to_port="example set input"/> <connect from_op="Sort" from_port="example set output" 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>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.015"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.015" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="subprocess" compatibility="5.3.015" expanded="true" height="76" name="get data" width="90" x="45" y="30"> <process expanded="true"> <operator activated="false" class="generate_data_user_specification" compatibility="5.3.015" expanded="true" height="60" name="gd1 (2)" width="90" x="45" y="120"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner Once""/> <parameter key="created" value=""Customer1""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="read_database" compatibility="5.3.015" expanded="true" height="60" name="Read Database" width="90" x="313" y="75"> <parameter key="connection" value="twitterfb"/> <parameter key="query" value="SELECT `text`, `created` FROM `tweets`"/> <enumeration key="parameters"/> </operator> <operator activated="false" class="generate_data_user_specification" compatibility="5.3.015" expanded="true" height="60" name="gd2 (2)" width="90" x="45" y="210"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner again and again with a side order of RapidAnalytics and did I mention RapidMiner?""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="false" class="generate_data_user_specification" compatibility="5.3.015" expanded="true" height="60" name="gd3 (2)" width="90" x="45" y="300"> <list key="attribute_values"> <parameter key="text" value=""If I hear RapidMiner one more time...""/> <parameter key="created" value=""Customer3""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="false" class="generate_data_user_specification" compatibility="5.3.015" expanded="true" height="60" name="gd2 (3)" width="90" x="45" y="390"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner is awesome!""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="false" class="append" compatibility="5.3.015" expanded="true" height="130" name="Append (2)" width="90" x="179" y="210"/> <operator activated="true" class="aggregate" compatibility="5.3.015" expanded="true" height="76" name="Aggregate" width="90" x="447" y="210"> <list key="aggregation_attributes"> <parameter key="text" value="concatenation"/> </list> <parameter key="group_by_attributes" value="created"/> </operator> <operator activated="true" class="rename" compatibility="5.3.015" expanded="true" height="76" name="Rename" width="90" x="581" y="210"> <parameter key="old_name" value="concat(text)"/> <parameter key="new_name" value="text"/> <list key="rename_additional_attributes"/> </operator> <connect from_op="gd1 (2)" from_port="output" to_op="Append (2)" to_port="example set 1"/> <connect from_op="Read Database" from_port="output" to_op="Aggregate" to_port="example set input"/> <connect from_op="gd2 (2)" from_port="output" to_op="Append (2)" to_port="example set 2"/> <connect from_op="gd3 (2)" from_port="output" to_op="Append (2)" to_port="example set 3"/> <connect from_op="gd2 (3)" from_port="output" to_op="Append (2)" to_port="example set 4"/> <connect from_op="Aggregate" from_port="example set output" to_op="Rename" to_port="example set input"/> <connect from_op="Rename" from_port="example set output" to_port="out 1"/> <portSpacing port="source_in 1" spacing="0"/> <portSpacing port="sink_out 1" spacing="0"/> <portSpacing port="sink_out 2" spacing="0"/> </process> </operator> <operator activated="true" class="nominal_to_text" compatibility="5.3.015" expanded="true" height="76" name="Nominal to Text" width="90" x="178" y="30"> <parameter key="attribute_filter_type" value="subset"/> <parameter key="attributes" value="text"/> </operator> <operator activated="true" class="text:process_document_from_data" compatibility="5.3.002" expanded="true" height="76" name="Process Documents from Data" width="90" x="313" y="30"> <parameter key="vector_creation" value="Term Occurrences"/> <parameter key="prune_below_absolute" value="2"/> <parameter key="prune_above_absolute" value="9999"/> <list key="specify_weights"/> <process expanded="true"> <operator activated="true" class="text:tokenize" compatibility="5.3.002" expanded="true" height="60" name="Tokenize" width="90" x="45" y="30"/> <operator activated="true" class="text:transform_cases" compatibility="5.3.002" expanded="true" height="60" name="Transform Cases" width="90" x="178" y="30"/> <operator activated="true" class="text:filter_by_length" compatibility="5.3.002" expanded="true" height="60" name="Filter Tokens (by Length)" width="90" x="313" y="30"> <parameter key="max_chars" value="99"/> </operator> <operator activated="true" class="text:filter_stopwords_german" compatibility="5.3.002" expanded="true" height="60" name="Filter Stopwords (German)" width="90" x="447" y="30"/> <operator activated="true" class="text:filter_stopwords_english" compatibility="5.3.002" expanded="true" height="60" name="Filter Stopwords (English)" width="90" x="581" y="30"/> <operator activated="true" class="text:generate_n_grams_terms" compatibility="5.3.002" expanded="true" height="60" name="Generate n-Grams (Terms)" width="90" x="514" y="165"/> <connect from_port="document" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Transform Cases" to_port="document"/> <connect from_op="Transform Cases" from_port="document" to_op="Filter Tokens (by Length)" to_port="document"/> <connect from_op="Filter Tokens (by Length)" from_port="document" to_op="Filter Stopwords (German)" to_port="document"/> <connect from_op="Filter Stopwords (German)" from_port="document" to_op="Filter Stopwords (English)" to_port="document"/> <connect from_op="Filter Stopwords (English)" from_port="document" to_op="Generate n-Grams (Terms)" to_port="document"/> <connect from_op="Generate n-Grams (Terms)" 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> <operator activated="true" class="declare_missing_value" compatibility="5.3.015" expanded="true" height="76" name="Declare Missing Value" width="90" x="447" y="165"> <parameter key="numeric_value" value="0.0"/> </operator> <operator activated="true" class="de_pivot" compatibility="5.3.015" expanded="true" height="76" name="De-Pivot" width="90" x="447" y="30"> <list key="attribute_name"> <parameter key="count" value="^(?!created).*$"/> </list> <parameter key="index_attribute" value="word"/> <parameter key="create_nominal_index" value="true"/> </operator> <operator activated="true" class="filter_examples" compatibility="5.3.015" expanded="true" height="76" name="Filter Examples" width="90" x="581" y="30"> <parameter key="condition_class" value="attribute_value_filter"/> <parameter key="parameter_string" value="count >= 1"/> </operator> <operator activated="true" class="sort" compatibility="5.3.015" expanded="true" height="76" name="Sort" width="90" x="715" y="30"> <parameter key="attribute_name" value="count"/> <parameter key="sorting_direction" value="decreasing"/> </operator> <connect from_op="get data" from_port="out 1" to_op="Nominal to Text" to_port="example set input"/> <connect from_op="Nominal to Text" from_port="example set output" to_op="Process Documents from Data" to_port="example set"/> <connect from_op="Process Documents from Data" from_port="example set" to_op="Declare Missing Value" to_port="example set input"/> <connect from_op="Declare Missing Value" from_port="example set output" to_op="De-Pivot" to_port="example set input"/> <connect from_op="De-Pivot" from_port="example set output" to_op="Filter Examples" to_port="example set input"/> <connect from_op="Filter Examples" from_port="example set output" to_op="Sort" to_port="example set input"/> <connect from_op="Sort" from_port="example set output" 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>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.0.008"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.0.008" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="subprocess" compatibility="6.0.008" expanded="true" height="76" name="get data" width="90" x="45" y="30"> <process expanded="true"> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd1 (2)" width="90" x="45" y="120"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner Once""/> <parameter key="created" value=""Customer1""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd2 (2)" width="90" x="45" y="210"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner again and again with a side order of RapidAnalytics and did I mention RapidMiner?""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd3 (2)" width="90" x="45" y="300"> <list key="attribute_values"> <parameter key="text" value=""If I hear RapidMiner one more time...""/> <parameter key="created" value=""Customer3""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="generate_data_user_specification" compatibility="6.0.008" expanded="true" height="60" name="gd2 (3)" width="90" x="45" y="390"> <list key="attribute_values"> <parameter key="text" value=""RapidMiner is awesome!""/> <parameter key="created" value=""Customer2""/> </list> <list key="set_additional_roles"> <parameter key="created" value="id"/> </list> </operator> <operator activated="true" class="append" compatibility="6.0.008" expanded="true" height="130" name="Append (2)" width="90" x="246" y="210"/> <operator activated="true" class="aggregate" compatibility="6.0.006" expanded="true" height="76" name="Aggregate" width="90" x="447" y="210"> <list key="aggregation_attributes"> <parameter key="text" value="concatenation"/> </list> <parameter key="group_by_attributes" value="created"/> </operator> <operator activated="true" class="rename" compatibility="6.0.008" expanded="true" height="76" name="Rename" width="90" x="581" y="210"> <parameter key="old_name" value="concat(text)"/> <parameter key="new_name" value="text"/> <list key="rename_additional_attributes"/> </operator> <connect from_op="gd1 (2)" from_port="output" to_op="Append (2)" to_port="example set 1"/> <connect from_op="gd2 (2)" from_port="output" to_op="Append (2)" to_port="example set 2"/> <connect from_op="gd3 (2)" from_port="output" to_op="Append (2)" to_port="example set 3"/> <connect from_op="gd2 (3)" from_port="output" to_op="Append (2)" to_port="example set 4"/> <connect from_op="Append (2)" from_port="merged set" to_op="Aggregate" to_port="example set input"/> <connect from_op="Aggregate" from_port="example set output" to_op="Rename" to_port="example set input"/> <connect from_op="Rename" from_port="example set output" to_port="out 1"/> <portSpacing port="source_in 1" spacing="0"/> <portSpacing port="sink_out 1" spacing="0"/> <portSpacing port="sink_out 2" spacing="0"/> </process> </operator> <operator activated="true" class="nominal_to_text" compatibility="6.0.003" expanded="true" height="76" name="Nominal to Text" width="90" x="178" y="30"> <parameter key="attribute_filter_type" value="subset"/> <parameter key="attributes" value="text"/> </operator> <operator activated="true" class="text:process_document_from_data" compatibility="5.3.002" expanded="true" height="76" name="Process Documents from Data" width="90" x="313" y="30"> <parameter key="vector_creation" value="Term Occurrences"/> <parameter key="prune_method" value="absolute"/> <parameter key="prune_below_absolute" value="1"/> <parameter key="prune_above_absolute" value="9999"/> <list key="specify_weights"/> <process expanded="true"> <operator activated="true" class="text:tokenize" compatibility="5.3.002" expanded="true" height="60" name="Tokenize" width="90" x="45" y="30"/> <operator activated="true" class="text:transform_cases" compatibility="5.3.002" expanded="true" height="60" name="Transform Cases" width="90" x="178" y="30"/> <operator activated="true" class="text:filter_by_length" compatibility="5.3.002" expanded="true" height="60" name="Filter Tokens (by Length)" width="90" x="313" y="30"> <parameter key="max_chars" value="99"/> </operator> <operator activated="true" class="text:filter_stopwords_german" compatibility="5.3.002" expanded="true" height="60" name="Filter Stopwords (German)" width="90" x="447" y="30"/> <operator activated="true" class="text:filter_stopwords_english" compatibility="5.3.002" expanded="true" height="60" name="Filter Stopwords (English)" width="90" x="581" y="30"/> <operator activated="true" class="text:generate_n_grams_terms" compatibility="5.3.002" expanded="true" height="60" name="Generate n-Grams (Terms)" width="90" x="514" y="165"/> <connect from_port="document" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Transform Cases" to_port="document"/> <connect from_op="Transform Cases" from_port="document" to_op="Filter Tokens (by Length)" to_port="document"/> <connect from_op="Filter Tokens (by Length)" from_port="document" to_op="Filter Stopwords (German)" to_port="document"/> <connect from_op="Filter Stopwords (German)" from_port="document" to_op="Filter Stopwords (English)" to_port="document"/> <connect from_op="Filter Stopwords (English)" from_port="document" to_op="Generate n-Grams (Terms)" to_port="document"/> <connect from_op="Generate n-Grams (Terms)" 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> <operator activated="true" class="multiply" compatibility="6.0.008" expanded="true" height="112" name="Multiply" width="90" x="313" y="142"/> <operator activated="true" class="loop_examples" compatibility="6.0.008" expanded="true" height="94" name="Loop Examples (2)" width="90" x="447" y="300"> <process expanded="true"> <operator activated="true" class="filter_example_range" compatibility="6.0.008" expanded="true" height="76" name="Filter Example Range (2)" width="90" x="112" y="30"> <parameter key="first_example" value="%{example}"/> <parameter key="last_example" value="%{example}"/> </operator> <operator activated="true" class="de_pivot" compatibility="6.0.008" expanded="true" height="76" name="De-Pivot (3)" width="90" x="246" y="165"> <list key="attribute_name"> <parameter key="count" value="^(?!created).*$"/> </list> <parameter key="index_attribute" value="word"/> <parameter key="create_nominal_index" value="true"/> </operator> <operator activated="true" class="filter_examples" compatibility="6.0.008" expanded="true" height="94" name="Filter Examples" width="90" x="380" y="165"> <list key="filters_list"> <parameter key="filters_entry_key" value="count.gt.0"/> </list> </operator> <connect from_port="example set" to_op="Filter Example Range (2)" to_port="example set input"/> <connect from_op="Filter Example Range (2)" from_port="example set output" to_op="De-Pivot (3)" to_port="example set input"/> <connect from_op="Filter Example Range (2)" from_port="original" to_port="example set"/> <connect from_op="De-Pivot (3)" from_port="example set output" to_op="Filter Examples" to_port="example set input"/> <connect from_op="Filter Examples" from_port="example set output" to_port="output 1"/> <portSpacing port="source_example set" spacing="0"/> <portSpacing port="sink_example set" spacing="0"/> <portSpacing port="sink_output 1" spacing="0"/> <portSpacing port="sink_output 2" spacing="0"/> </process> </operator> <operator activated="true" class="append" compatibility="6.0.008" expanded="true" height="76" name="Append (3)" width="90" x="715" y="300"/> <operator activated="true" class="loop_examples" compatibility="6.0.008" expanded="true" height="94" name="Loop Examples" width="90" x="447" y="165"> <process expanded="true"> <operator activated="true" class="filter_example_range" compatibility="6.0.008" expanded="true" height="76" name="Filter Example Range" width="90" x="112" y="30"> <parameter key="first_example" value="%{example}"/> <parameter key="last_example" value="%{example}"/> </operator> <operator activated="true" class="declare_missing_value" compatibility="6.0.008" expanded="true" height="76" name="Declare Missing Value" width="90" x="246" y="165"> <parameter key="numeric_value" value="0.0"/> </operator> <operator activated="true" class="de_pivot" compatibility="6.0.008" expanded="true" height="76" name="De-Pivot" width="90" x="380" y="165"> <list key="attribute_name"> <parameter key="count" value="^(?!created).*$"/> </list> <parameter key="index_attribute" value="word"/> <parameter key="create_nominal_index" value="true"/> </operator> <connect from_port="example set" to_op="Filter Example Range" to_port="example set input"/> <connect from_op="Filter Example Range" from_port="example set output" to_op="Declare Missing Value" to_port="example set input"/> <connect from_op="Filter Example Range" from_port="original" to_port="example set"/> <connect from_op="Declare Missing Value" from_port="example set output" to_op="De-Pivot" to_port="example set input"/> <connect from_op="De-Pivot" from_port="example set output" to_port="output 1"/> <portSpacing port="source_example set" spacing="0"/> <portSpacing port="sink_example set" spacing="0"/> <portSpacing port="sink_output 1" spacing="0"/> <portSpacing port="sink_output 2" spacing="0"/> </process> </operator> <operator activated="true" class="append" compatibility="6.0.008" expanded="true" height="76" name="Append" width="90" x="715" y="165"/> <operator activated="true" class="declare_missing_value" compatibility="6.0.008" expanded="true" height="76" name="Declare Missing Value (2)" width="90" x="447" y="30"> <parameter key="numeric_value" value="0.0"/> </operator> <operator activated="true" class="de_pivot" compatibility="6.0.008" expanded="true" height="76" name="De-Pivot (2)" width="90" x="581" y="30"> <list key="attribute_name"> <parameter key="count" value="^(?!created).*$"/> </list> <parameter key="index_attribute" value="word"/> <parameter key="create_nominal_index" value="true"/> </operator> <operator activated="true" class="sort" compatibility="6.0.008" expanded="true" height="76" name="Sort" width="90" x="715" y="30"> <parameter key="attribute_name" value="count"/> <parameter key="sorting_direction" value="decreasing"/> </operator> <connect from_op="get data" from_port="out 1" to_op="Nominal to Text" to_port="example set input"/> <connect from_op="Nominal to Text" from_port="example set output" to_op="Process Documents from Data" to_port="example set"/> <connect from_op="Process Documents from Data" from_port="example set" to_op="Multiply" to_port="input"/> <connect from_op="Multiply" from_port="output 1" to_op="Declare Missing Value (2)" to_port="example set input"/> <connect from_op="Multiply" from_port="output 2" to_op="Loop Examples" to_port="example set"/> <connect from_op="Multiply" from_port="output 3" to_op="Loop Examples (2)" to_port="example set"/> <connect from_op="Loop Examples (2)" from_port="output 1" to_op="Append (3)" to_port="example set 1"/> <connect from_op="Append (3)" from_port="merged set" to_port="result 3"/> <connect from_op="Loop Examples" from_port="output 1" to_op="Append" to_port="example set 1"/> <connect from_op="Append" from_port="merged set" to_port="result 2"/> <connect from_op="Declare Missing Value (2)" from_port="example set output" to_op="De-Pivot (2)" to_port="example set input"/> <connect from_op="De-Pivot (2)" from_port="example set output" to_op="Sort" to_port="example set input"/> <connect from_op="Sort" from_port="example set output" 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"/> <portSpacing port="sink_result 3" spacing="0"/> <portSpacing port="sink_result 4" spacing="0"/> </process> </operator></process>