Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
varishm authored Apr 12, 2019
1 parent 0beb154 commit 98bd1e5
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<configuration>
<language>english</language>

<reader type="raw">
<column index="1" field="form"/>
</reader>

<global>
<!-- <distributional_semantics>brown-rcv1.clean.tokenized-CoNLL03.txt-c1000-freq1.txt.xz</distributional_semantics> -->
<!-- <named_entity_dictionary>general-en-ner-gazetteer.xz</named_entity_dictionary> -->
</global>

<model>
<pos>general-en-pos.xz</pos>
<dep>general-en-dep.xz</dep>
<ner>general-en-ner.xz</ner>
</model>

<dep>
<root_label>root</root_label>
<beam_size>1</beam_size>
</dep>
</configuration>

0 comments on commit 98bd1e5

Please sign in to comment.