A program to recognize and reward our most engaged community members
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="5.2.007"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="5.2.007" expanded="true" name="Process"> <process expanded="true" height="-20" width="-50"> <operator activated="true" class="text:create_document" compatibility="5.2.003" expanded="true" height="60" name="Create Document" width="90" x="106" y="114"> <parameter key="text" value="La canción que escuché es hermosa. La estación del tren está llena."/> </operator> <operator activated="true" class="text:tokenize" compatibility="5.2.003" expanded="true" height="60" name="Tokenize" width="90" x="243" y="115"/> <operator activated="true" class="text:replace_tokens" compatibility="5.2.003" expanded="true" height="60" name="Replace Tokens" width="90" x="376" y="113"> <list key="replace_dictionary"> <parameter key="á" value="a"/> </list> </operator> <connect from_op="Create Document" from_port="output" to_op="Tokenize" to_port="document"/> <connect from_op="Tokenize" from_port="document" to_op="Replace Tokens" to_port="document"/> <connect from_op="Replace Tokens" 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>