A file, cntlist , is provided with each semantic concordance for informational and statistical purposes only. The files are not used by any software provided with the WordNet or semantic concordance packages. A cntlist file is generated by counting the number of sent_num,word_num pairs in all location_list s for each sense_key in a taglist(5WN) file. The data is sorted in descending numerical order, and the resulting file ranks the senses from most to least frequently tagged in the semantic concordance.
The cntlist.rev file is used at run-time by the WordNet library code and browser interfaces to print in the output display the number of times each sense has been tagged.
Each line in cntlist is of the form:
tag_cnt sense_key sense_numbertag_cnt sense_key sense_numberwhere tag_cnt is the decimal number of times the sense is tagged in the corresponding semantic concordance. sense_key is a WordNet sense encoding and sense_number is a WordNet sense number as described in
The cntlist.rev file contains the same fields described above, in the following order:
sense_key sense_number tag_cntsense_key sense_number tag_cntsenseidx(5WN) .
ENVIRONMENT VARIABLES
- 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 .
FILES
In directory WNSEARCHDIR :
- cntlist cntlist.rev
- file of combined semantic concordance cntlist files. Used to assign sense numbers in WordNet database
SEE ALSO
grind(1WN) , senseidx(5WN) .