1LEXNAMES(5) WordNet™ File Formats LEXNAMES(5)
2
3
4
6 lexnames - List of WordNet lexicographer file names and numbers
7
9 During WordNet development synsets are organized into forty-five lexi‐
10 cographer files based on syntactic category and logical groupings.
11 grind(1) processes these files and produces a database suitable for use
12 with the WordNet library, interface code, and other applications. The
13 format of the lexicographer files is described in wninput(5).
14
15 A file number corresponds to each lexicographer file. File numbers are
16 encoded in several parts of the WordNet system as an efficient way to
17 indicate a lexicographer file name. The file lexnames lists the map‐
18 ping between file names and numbers, and can be used by programs or end
19 users to correlate the two.
20
21 File Format
22 Each line in lexnames contains 3 tab separated fields, and is termi‐
23 nated with a newline character. The first field is the two digit deci‐
24 mal integer file number. (The first file in the list is numbered 00.)
25 The second field is the name of the lexicographer file that is repre‐
26 sented by that number, and the third field is an integer that indicates
27 the syntactic category of the synsets contained in the file. This is
28 simply a shortcut for programs and scripts, since the syntactic cate‐
29 gory is also part of the lexicographer file's name.
30
31 Syntactic Category
32 The syntactic category field is encoded as follows:
33
34 1 NOUN
35 2 VERB
36 3 ADJECTIVE
37 4 ADVERB
38
39 Lexicographer Files
40 The names of the lexicographer files and their corresponding file num‐
41 bers are listed below along with a brief description each file's con‐
42 tents.
43
44
46────────────────────────────────────────────────────────────────────────────────────────────────
4700 adj.all all adjective clusters
4801 adj.pert relational adjectives (pertainyms)
4902 adv.all all adverbs
5003 noun.Tops unique beginner for nouns
5104 noun.act nouns denoting acts or actions
5205 noun.animal nouns denoting animals
5306 noun.artifact nouns denoting man-made objects
5407 noun.attribute nouns denoting attributes of people and objects
5508 noun.body nouns denoting body parts
5609 noun.cognition nouns denoting cognitive processes and contents
5710 noun.communication nouns denoting communicative processes and contents
5811 noun.event nouns denoting natural events
5912 noun.feeling nouns denoting feelings and emotions
6013 noun.food nouns denoting foods and drinks
6114 noun.group nouns denoting groupings of people or objects
6215 noun.location nouns denoting spatial position
6316 noun.motive nouns denoting goals
6417 noun.object nouns denoting natural objects (not man-made)
6518 noun.person nouns denoting people
66
6719 noun.phenomenon nouns denoting natural phenomena
6820 noun.plant nouns denoting plants
6921 noun.possession nouns denoting possession and transfer of possession
7022 noun.process nouns denoting natural processes
7123 noun.quantity nouns denoting quantities and units of measure
7224 noun.relation nouns denoting relations between people or things or ideas
7325 noun.shape nouns denoting two and three dimensional shapes
7426 noun.state nouns denoting stable states of affairs
7527 noun.substance nouns denoting substances
7628 noun.time nouns denoting time and temporal relations
7729 verb.body verbs of grooming, dressing and bodily care
7830 verb.change verbs of size, temperature change, intensifying, etc.
7931 verb.cognition verbs of thinking, judging, analyzing, doubting
8032 verb.communication verbs of telling, asking, ordering, singing
8133 verb.competition verbs of fighting, athletic activities
8234 verb.consumption verbs of eating and drinking
8335 verb.contact verbs of touching, hitting, tying, digging
8436 verb.creation verbs of sewing, baking, painting, performing
8537 verb.emotion verbs of feeling
8638 verb.motion verbs of walking, flying, swimming
8739 verb.perception verbs of seeing, hearing, feeling
8840 verb.possession verbs of buying, selling, owning
8941 verb.social verbs of political and social activities and events
9042 verb.stative verbs of being, having, spatial relations
9143 verb.weather verbs of raining, snowing, thawing, thundering
9244 adj.ppl participial adjectives
93
95 The lexicographer files are not included in the WordNet database pack‐
96 age.
97
99 WNHOME Base directory for WordNet. Default is
100 /usr/local/WordNet-3.0.
101
102 WNSEARCHDIR Directory in which the WordNet database has been
103 installed. Default is WNHOME/dict.
104
106 HKEY_LOCAL_MACHINE\SOFTWARE\WordNet\3.0\WNHome
107 Base directory for WordNet. Default is C:\Pro‐
108 gram Files\WordNet\3.0.
109
111 lexnames list of lexicographer file names and numbers
112
114 grind(1), wnintro(5), wndb(5), wninput(5).
115
116
117
118WordNet 3.0 Dec 2006 LEXNAMES(5)