³ò
4ÒÇIc           @   s   d  e  f d „  ƒ  YZ d S(   t   StemmerIc           B   s   e  Z d  Z d „  Z RS(   s   
    A processing interface for removing morphological affixes from
    words.  This process is known as X{stemming}.
    
    c         C   s   t  ƒ  ‚ d S(   s˜   
        Strip affixes from the token and return the stem.

        @param token: The token that should be stemmed.
        @type token: C{str}
        N(   t   NotImplementedError(   t   selft   token(    (    s#   /p/zhu/06/nlp/nltk/nltk/stem/api.pyt   stem   s    (   t   __name__t
   __module__t   __doc__R   (    (    (    s#   /p/zhu/06/nlp/nltk/nltk/stem/api.pyR    
   s   N(   t   objectR    (    (    (    s#   /p/zhu/06/nlp/nltk/nltk/stem/api.pys   <module>
   s    