Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|
|||
NOUN = 'noun'
|
|||
VERB = 'verb'
|
|||
ADJECTIVE = 'adj'
|
|||
ADVERB = 'adv'
|
|||
pos_abbrs = {NOUN: 'n.', VERB: 'v.', ADJECTIVE: 'adj.', ADVERB
|
|||
_POSNormalizationTable = {}
|
|
Return the standard form of the supplied part of speech.
|
|
pos_abbrs
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed May 16 22:47:20 2007 | http://epydoc.sourceforge.net |