Table of Contents
wngroups - discussion of WordNet search code to group similar verb
senses
Some similar senses of verbs have been grouped by
the lexicographers. This grouping is done statically in the lexicographer
source files using the semantic pointer_symbol $ . As with the noun senses,
transitivity is used to combine groups of overlapping senses into the
largest sense groups possible.
Coverage of verb groups is incomplete.
- WNHOME
- Base directory for WordNet. Unix default
is /usr/local/wordnet1.7 , PC default is C:\wn17 .
- WNSEARCHDIR
- Directory
in which the WordNet database has been installed. Unix default is WNHOME/dict
, PC default is WNHOME\dict .
All files are in directory WNSEARCHDIR
:
- sentidx.vrb
- verb sense keys and sentence frame numbers
- sents.vrb
- example
sentence frames
wn(1WN)
, wnb(1WN)
, senseidx(5WN)
, wnsearch(3WN)
,
wndb(5WN)
.
Table of Contents