forked from COPCSE-NTNU/master-theses-NTNU
-
Notifications
You must be signed in to change notification settings - Fork 0
/
abbreviations.tex
94 lines (92 loc) · 1.71 KB
/
abbreviations.tex
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
\acsetup{first-style=short}
% class `abbrev': abbreviations:
\DeclareAcronym{ned}{
short = NED ,
long = Named Entity Disambiguation ,
class = abbrev
}
\DeclareAcronym{gwap}{
short = GWAP ,
long = Games With A Purpose ,
class = abbrev
}
\DeclareAcronym{lod}{
short = LOD ,
long = Linked Open Data ,
class = abbrev
}
\DeclareAcronym{kb}{
short = KB ,
long = Knowledge Base ,
class = abbrev
}
\DeclareAcronym{nlp}{
short = NLP ,
long = Natural Language Processing ,
class = abbrev
}
\DeclareAcronym{ml}{
short = ML ,
long = Machine Learning ,
class = abbrev
}
\DeclareAcronym{ai}{
short = AI ,
long = Artificial Intelligence ,
class = abbrev
}
\DeclareAcronym{sdt}{
short = SDT ,
long = Self-Determination Theory ,
class = abbrev
}
\DeclareAcronym{cet}{
short = CET ,
long = Cognitive Evaluation Theory ,
class = abbrev
}
\DeclareAcronym{el}{
short = EL ,
long = Entity Linking ,
class = abbrev
}
\DeclareAcronym{wsd}{
short = WSD ,
long = Word Sense Disambiguation ,
class = abbrev
}
\DeclareAcronym{omcs}{
short = OMCS ,
long = Open Mind Common Sense ,
class = abbrev
}
\DeclareAcronym{crc}{
short = CRC ,
long = Collaborative Resource Creation ,
class = abbrev
}
\DeclareAcronym{rdf}{
short = RDF ,
long = Resource Description Framework ,
class = abbrev
}
\DeclareAcronym{np}{
short = NP ,
long = Nondeterministic Polynomial Time ,
class = abbrev
}
\DeclareAcronym{ner}{
short = NER ,
long = Named Entity Recognizer ,
class = abbrev
}
\DeclareAcronym{rest}{
short = REST ,
long = Representational State Transfer ,
class = abbrev
}
\DeclareAcronym{amqp}{
short = AMQP ,
long = Advanced Message Queuing Protocol ,
class = abbrev
}