forked from lappsgrid-incubator/docker-galaxy-lappsgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtool_conf.xml
127 lines (127 loc) · 5.22 KB
/
tool_conf.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version='1.0' encoding='utf-8'?>
<toolbox>
<section id="local.data" name="Local Data">
<tool file="data_source/upload.xml"/>
</section>
<section id="datasource" name="MASC">
<tool file="lapps_masc/get.xml"/>
<tool file="lapps_masc/list.xml"/>
<tool file="lapps_masc/query.xml"/>
<tool file="lapps_masc/create_collection.xml"/>
<tool file="lapps_masc/query_collection.xml"/>
</section>
<section id="ldc" name="Gigaword">
<tool file="lapps_gigaword/list.xml"/>
<tool file="lapps_gigaword/get.xml"/>
<tool file="lapps_gigaword/create_collection.xml"/>
</section>
<section id="tokenizers" name="Tokenizers">
<tool file="lapps_stanford/vassar.tokenizer_2.0.0.xml"/>
<tool file='lapps_stanford/brandeis.tokenizer.xml' />
<tool file="lapps_gate/gate.tokenizer_2.0.0.xml"/>
<tool file='lapps_opennlp/opennlp.tokenizer.xml' />
</section>
<section id="taggers" name="Taggers">
<tool file="lapps_stanford/vassar.tagger_2.0.0.xml"/>
<tool file='lapps_stanford/brandeis.postagger.xml' />
<tool file="lapps_gate/gate.tagger_2.0.0.xml"/>
<tool file='lapps_opennlp/opennlp.postagger.xml' />
</section>
<section id="splitters" name="Sentence Splitters">
<tool file="lapps_stanford/vassar.splitter_2.0.0.xml"/>
<tool file='lapps_stanford/brandeis.splitter.xml' />
<tool file="lapps_gate/gate.splitter_2.0.0.xml"/>
<tool file='lapps_opennlp/opennlp.splitter.xml' />
</section>
<section id="ner" name="Named Entity Recognizers">
<tool file="lapps_stanford/vassar.ner_2.0.0.xml"/>
<tool file='lapps_stanford/brandeis.namedentityrecognizer.xml' />
<tool file="lapps_gate/gate.ner_2.0.0.xml"/>
<tool file='lapps_opennlp/opennlp.namedentityrecognizer.xml' />
<tool file="lapps_common/nerfix.xml"/>
</section>
<section id="parsers" name="Parsers">
<tool file='lapps_stanford/brandeis.parser.xml' />
<tool file='lapps_stanford/brandeis.dependencyparser.xml' />
<tool file='lapps_opennlp/opennlp.parser.xml' />
</section>
<section id="chunkers" name="Chunkers">
<tool file="lapps_gate/gate.npchunker_2.0.0.xml"/>
<tool file="lapps_gate/gate.vpchunker_2.0.0.xml"/>
</section>
<!--
<section id="coref" name="Coreference">
<tool file="lapps_gate/gate.coref_2.0.0.xml"/>
</section>
-->
<section id="stanford" name="Stanford NLP">
<tool file="lapps_stanford/vassar.tokenizer_2.0.0.xml"/>
<tool file="lapps_stanford/vassar.splitter_2.0.0.xml"/>
<tool file="lapps_stanford/vassar.tagger_2.0.0.xml"/>
<tool file="lapps_stanford/vassar.ner_2.0.0.xml"/>
<tool file='lapps_stanford/brandeis.tokenizer.xml' />
<tool file='lapps_stanford/brandeis.splitter.xml' />
<tool file='lapps_stanford/brandeis.postagger.xml' />
<tool file='lapps_stanford/brandeis.namedentityrecognizer.xml' />
<tool file='lapps_stanford/brandeis.parser.xml' />
<tool file='lapps_stanford/brandeis.dependencyparser.xml' />
</section>
<section id="gate" name="GATE">
<tool file="lapps_gate/gate.tokenizer_2.0.0.xml"/>
<tool file="lapps_gate/gate.splitter_2.0.0.xml"/>
<tool file="lapps_gate/gate.tagger_2.0.0.xml"/>
<tool file="lapps_gate/gate.ner_2.0.0.xml"/>
<tool file="lapps_gate/gate.npchunker_2.0.0.xml"/>
<tool file="lapps_gate/gate.vpchunker_2.0.0.xml"/>
<!-- <tool file="lapps_gate/gate.coref_2.0.0.xml"/> -->
<tool file="lapps_gate/gate.gazetteer_2.0.0.xml"/>
<!-- <tool file="lapps_gate/gate.ortho_2.0.0.xml"/> -->
<tool file="lapps_converters/convert.gate2json_2.0.0.xml"/>
<tool file="lapps_converters/convert.json2gate_2.0.0.xml"/>
</section>
<section id='opennlp.tools' name='Apache OpenNLP'>
<tool file='lapps_opennlp/opennlp.tokenizer.xml' />
<tool file='lapps_opennlp/opennlp.splitter.xml' />
<tool file='lapps_opennlp/opennlp.postagger.xml' />
<tool file='lapps_opennlp/opennlp.namedentityrecognizer.xml' />
<tool file='lapps_opennlp/opennlp.parser.xml' />
</section>
<!--
<section id="kyoto.grid" name="Kyoto Node">
<tool file='lapps_kyoto/opennlp_postagger.xml'/>
</section>
-->
<section id="lapps.evaluation" name="Evaluation">
<tool file="lapps_common/pretty_print.xml"/>
<tool file="lapps_common/word_count.xml"/>
<tool file="lapps_oaqa/oaqa_evaluation.xml"/>
<!--
<tool file="lapps_common/evaluation.xml"/>
<tool file="lapps_common/compare_annotations.xml"/>
-->
</section>
<!--
<section id="converters" name="Datatype Converters">
<tool file="lapps_converters/convert.gate2json_2.0.0.xml"/>
<tool file="lapps_converters/convert.json2gate_2.0.0.xml"/>
<tool file="lapps_converters/gigaword2lif.xml"/>
</section>
-->
<section id="local.converters" name="Manual Conversion">
<tool file="lapps_converters/convert.gate2json_2.0.0.xml"/>
<tool file="lapps_converters/convert.json2gate_2.0.0.xml"/>
<tool file="lapps_converters/gigaword2lif.xml"/>
</section>
<section id="misc" name="Miscellaneous">
<tool file="lapps_common/pretty_print.xml"/>
<tool file="lapps_common/nerfix.xml"/>
<tool file="lapps_common/rename.xml"/>
<tool file="lapps_common/rename_features.xml"/>
<tool file="lapps_common/filter.xml"/>
</section>
<section id="plots" name="Graph/Display Data">
<tool file="lapps_common/pretty_print.xml"/>
<tool file="plotting/bar_chart.xml" />
<tool file="plotting/boxplot.xml" />
</section>
</toolbox>