<?xml version="1.0"?>
<configuration>

  <tasks>AUTOMATIC_TARGETS, AUTOMATIC_FRAMES, AUTOMATIC_ARGUMENTS, AUTOMATIC_ROLES</tasks>

  <frame-file>INSERT PATH TO frames.xml</frame-file>
  <frame-rel-file>INSERT PATH TO frRelation.xml</frame-rel-file>
  <lemma-file>INSERT PATH TO data/v_n_a.txt</lemma-file>
  <extra-lu-file>INSERT PATH TO data/extra_fn_lemmas</extra-lu-file>

  <model>INSERT PATH TO charniak_small.model</model>

  <use-pos>v, n, a, adv</use-pos>

  <texts>
    <corpus-fileset input="testtexts/pb1.xml" output="testtexts/out"/>
    <raw-fileset input="testtexts/test.txt" output="testtexts/out"/>
  </texts>

  <parsing-service name="se.lth.cs.nlp.labeler3.CharniakParser"
  args="INSERT PATH TO parseIt -K -l300 INSERT PATH TO /DATA/EN/"/>

</configuration>
