-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.xml
82 lines (82 loc) · 2.49 KB
/
options.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
<?xml version="1.0" encoding="UTF-8"?>
<options>
<layer0>
<name>Base</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
<selected>true</selected>
</layer0>
<layer1>
<name>wordnet-basics</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer1>
<layer2>
<name>wordnet-synset</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer2>
<layer3>
<name>wordnet-similarity</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer3>
<layer4>
<name>wordnet-part-meronym</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer4>
<layer5>
<name>wordnet-member-meronym</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer5>
<layer6>
<name>wordnet-hyponym</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer6>
<layer7>
<name>wordnet-classified-by</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer7>
<layer8>
<name>wordnet-attribute</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer8>
<layer9>
<name>wordnet-causes</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer9>
<layer10>
<name>wordnet-entailment</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer10>
<layer11>
<name>wordnet-same-verb-group-as</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer11>
<layer12>
<name>wordnet-glossary</name>
<type>org.wandora.topicmap.memory.TopicMapImpl</type>
<visiblity>true</visiblity>
<readonly>false</readonly>
</layer12>
</options>