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 $ . 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/WordNet-2.0
, Windows default is C:\Program Files\WordNet\2.0 .
- WNSEARCHDIR
- Directory
in which the WordNet database has been installed. Unix default is WNHOME/dict
, Windows 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)
, wnintro(7WN)
.
Table of Contents