|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectuvi.WordNet.WordNetSense
private static class WordNet.WordNetSense
Represents a WordNet sense by holding both the sense key and the sense number of a given sense.
| Field Summary | |
|---|---|
(package private) String |
files
A comma-delimited list of all the files that use this key. |
(package private) String |
key
The sense key of this sense. |
(package private) String |
num
The sense number of this sense. |
| Constructor Summary | |
|---|---|
WordNet.WordNetSense(String k,
String f)
Constructs a WordNetSense object with the given sense key. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String key
WordNet.preScan(File[]),
WordNet.loadSenseNumbers(File),
WordNet.getSenseNumber(String)String num
WordNet.loadSenseNumbers(File),
WordNet.getSenseNumber(String)String files
WordNet.preScan(File[]),
WordNet.loadSenseNumbers(File)| Constructor Detail |
|---|
WordNet.WordNetSense(String k,
String f)
WordNet.loadSenseNumbers(File)
if it exists in the index.sense (wordnet.s) file.
k - the sense keyf - the file that the key is from
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||