ó
ed›]c           @   s   d  e  f d „  ƒ  YZ d S(   t   Amongc           B   s   e  Z d d  „ Z RS(   c         C   s(   | |  _  | |  _ | |  _ | |  _ d S(   s¾   
        @ivar s search string
        @ivar substring index to longest matching substring
        @ivar result of the lookup
        @ivar method method to use if substring matches
        N(   t   st   substring_it   resultt   method(   t   selfR   R   R   R   (    (    s4   lib/python2.7/site-packages/snowballstemmer/among.pyt   __init__   s    			N(   t   __name__t
   __module__t   NoneR   (    (    (    s4   lib/python2.7/site-packages/snowballstemmer/among.pyR       s   N(   t   objectR    (    (    (    s4   lib/python2.7/site-packages/snowballstemmer/among.pyt   <module>   t    