A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.3.013"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.3.013" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="read_model" compatibility="5.3.013" expanded="true" height="60" name="Read Model" width="90" x="45" y="30"> <parameter key="model_file" value="/Users/igorr/Documents/IA/ProyectoIntegradorV.1/Modelo_entrenador_100noticias.mod"/> </operator> <operator activated="true" class="retrieve" compatibility="5.3.013" expanded="true" height="60" name="Retrieve" width="90" x="45" y="345"> <parameter key="repository_entry" value="//Local Repository/data/wordlist"/> </operator> <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="165"> <list key="text_directories"> <parameter key="Noticias" value="/Users/igorr/Dropbox/Proyecto integrador/noticias para entrenar Fase2-9-12"/> </list> <process expanded="true"> <operator activated="true" class="text:tokenize" compatibility="5.3.002" expanded="true" height="60" name="Tokenize (4)" width="90" x="45" y="75"> <parameter key="characters" value=".: ,"/> </operator> <operator activated="true" class="text:transform_cases" compatibility="5.3.002" expanded="true" height="60" name="Transform Cases (3)" width="90" x="179" y="120"/> <operator activated="true" class="text:filter_stopwords_dictionary" compatibility="5.3.002" expanded="true" height="76" name="Filter Stopwords (3)" width="90" x="313" y="75"> <parameter key="file" value="/Users/igorr/Documents/IA/ProyectoIntegradorV.1/listaParada_utf8.txt"/> <parameter key="case_sensitive" value="true"/> <parameter key="encoding" value="UTF-8"/> </operator> <operator activated="true" class="text:stem_snowball" compatibility="5.3.002" expanded="true" height="60" name="Stem (3)" width="90" x="447" y="75"> <parameter key="language" value="Spanish"/> </operator> <connect from_port="document" to_op="Tokenize (4)" to_port="document"/> <connect from_op="Tokenize (4)" from_port="document" to_op="Transform Cases (3)" to_port="document"/> <connect from_op="Transform Cases (3)" from_port="document" to_op="Filter Stopwords (3)" to_port="document"/> <connect from_op="Filter Stopwords (3)" from_port="document" to_op="Stem (3)" to_port="document"/> <connect from_op="Stem (3)" 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="apply_model" compatibility="5.3.013" expanded="true" height="76" name="Apply Model" width="90" x="380" y="30"> <list key="application_parameters"/> </operator> <operator activated="true" class="write_csv" compatibility="5.3.013" expanded="true" height="76" name="Write CSV" width="90" x="514" y="30"> <parameter key="csv_file" value="/Users/igorr/Documents/IA/ProyectoIntegradorV.1/noticias maltratadas/noticias maltratadas"/> <parameter key="encoding" value="UTF-8"/> </operator> <operator activated="false" class="filter_examples" compatibility="5.3.013" expanded="true" height="76" name="Filter Examples" width="90" x="380" y="165"/> <operator activated="false" class="select_attributes" compatibility="5.3.013" expanded="true" height="76" name="Select Attributes" width="90" x="380" y="255"/> <operator activated="false" class="store" compatibility="5.3.013" expanded="true" height="60" name="Store" width="90" x="581" y="165"> <parameter key="repository_entry" value="//Local Repository/data/NoticiasMaltratadas"/> </operator> <connect from_op="Read Model" from_port="output" to_op="Apply Model" to_port="model"/> <connect from_op="Retrieve" from_port="output" to_op="Process Documents from Files" to_port="word list"/> <connect from_op="Process Documents from Files" from_port="example set" to_op="Apply Model" to_port="unlabelled data"/> <connect from_op="Apply Model" from_port="labelled data" to_op="Write CSV" to_port="input"/> <connect from_op="Write CSV" from_port="through" 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>