Package pylilac :: Module WordFilter :: Class WordCategoryFilter
[frames | no frames]

Class WordCategoryFilter

  Word --+    
         |    
WordFilter --+
             |
            WordCategoryFilter


Regarded parameters: form, headword.language, headword.p_o_s, headword.attributes, word.attributes
Method Summary
  __init__(self, language, p_o_s, hwattributes, attributes)
  __repr__(self)
Give a verbose representation for a word.
  __str__(self)
Give a concise representation for a word.
  testheadword(self, headword)
    Inherited from WordFilter
  match(self, word)
  recognize(self, word)
  testattr(self, fattributes, attributes)

Method Details

__repr__(self)
(Representation operator)

Give a verbose representation for a word.
Overrides:
pylilac.Word.Word.__repr__ (inherited documentation)

__str__(self)
(Informal representation operator)

Give a concise representation for a word.
Overrides:
pylilac.Word.Word.__str__ (inherited documentation)

Generated by Epydoc 2.1 on Sat Aug 26 09:33:46 2006 http://epydoc.sf.net