Cadmium::WordNet::Lemma
Inherits Reference / Object
Constants
Constructors
Create a lemma from a line in an lexicon file. You should not be creating Lemmas by hand; instead, use the WordNet::Lemma.find and WordNet::Lemma.find_all methods to find the Lemma for a word.
Class methods
Find a lemma for a given word and pos. Valid parts of speech are: "adj", "adv", "noun", "verb". Additionally, you can use the shorthand forms of each of these ("a", "r", "n", "v")/
Instance methods
An array of valid pointer symbols for this lemma. The list of all valid pointer symbols is defined in pointers.cr.
The part of speech (noun, verb, adjective) of this lemma. One of "n", "v", "a" (adjective), or "r" (adverb)
The offset, in bytes, at which the synsets contained in this lemma are stored in WordNet's internal database.
Return a list of synsets for this Lemma. Each synset represents a different sense, or meaning, of the word.
The number of times the sense is tagged in various semantic concordance texts. A tagsense_count of 0 indicates that the sense has not been semantically tagged.
Returns a compact string representation of this lemma, e.g. "fall, v" for the verb form of the word "fall".