|
RiTa index |
|
| Name | getSenseCount() |
| Class | RiWordnet |
| Description | Return the # of senses (polysemy) for a given word/pos.
A 'sense' refers to a specific Wordnet meaning and maps 1-1
to the concept of synsets. Each 'sense' of a word exists
in a different synset. For more info, see: {@link http://wordnet.princeton.edu/gloss} |
| Syntax | getSenseCount(word, pos); |
| Returns | int - # of senses or -1 if not found |
| Usage | Web & Application |
| Related | |