Home | Trees | Indices | Help |
|
---|
|
|
|||
Word | |||
WordSense A single word-sense pairing, indicated by in WordNet by a sense key of the form: |
|||
Synset A set of synonyms. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_RELATION_TABLE =
|
|||
abbreviations =
|
|||
pos =
|
|||
token =
|
|||
tokens =
|
|
Return the index of key within sequence, using testfn for comparison and transforming items of sequence by keyfn first. >>> _index('e', 'hello') 1 >>> _index('E', 'hello', testfn=_equalsIgnoreCase) 1 >>> _index('x', 'hello') |
Partition sequence into Return |
Return -1, 0, or 1 according to a comparison first by type, then by class, and finally by each of fields. Used when comparing two Wordnet objects (Synsets, Words, or Senses) to each other. |
Return true iff a and b have the same lowercase representation. >>> _equalsIgnoreCase('dog', 'Dog') True >>> _equalsIgnoreCase('dOg', 'DOG') True |
|
_RELATION_TABLE
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:51 2008 | http://epydoc.sourceforge.net |