-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiv-upper.xml
62 lines (44 loc) · 1.87 KB
/
div-upper.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Complex example of an LMF file, containing all possible tags -->
<LexicalResource
name="div-upper"
prefix="div"
xmlns:div="https://github.com/diversicon-kb/diversicon-model/blob/master/src/main/resources/div-upper.xml"
xmlns:wn31="https://github.com/diversicon-kb/diversicon-wordnet-3.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://diversicon-kb.eu/schema/1.0/diversicon.xsd">
<GlobalInformation label="Diversicon Upper Lexical Resource"></GlobalInformation>
<MetaData id="div_md"
creationDate="2017-01-02"
creationTool="text editor"
version="1.0"
creationProcess="by hand"
automatic="false"
/>
<Lexicon id="div_lex_eng"
languageIdentifier="eng"
name="Diversicon Upper English Lexicon">
<LexicalEntry id="div_le_n_domain" partOfSpeech="noun">
<Lemma>
<FormRepresentation languageIdentifier="eng"
writtenForm="domain"/>
</Lemma>
<Sense id="div_s_domain-1" index="1" synset="div_ss_n_domain">
<SemanticLabel label="domain" type="domain"/>
</Sense>
</LexicalEntry>
<Synset id="div_ss_n_domain">
<Definition>
<TextRepresentation languageIdentifier="eng"
writtenText="the content of a particular field of knowledge"/>
</Definition>
</Synset>
</Lexicon>
<SenseAxis id="div_sa_ss_domain_wn31_ss_domain"
senseAxisType="monolingualSenseAlignment"
synsetOne="div_ss_n_domain"
synsetTwo="wn31_ss_n6008444"
lexiconOne="div_lex_eng"
lexiconTwo="wn31_lex_eng">
</SenseAxis>
</LexicalResource>