Package pywurfl :: Module algorithms
[hide private]
[frames] | no frames]

Module algorithms

source code

pywurfl search algorithms

Classes [hide private]
  Algorithm
Base class for all pywurfl search algorithms
  JaroWinkler
Jaro-Winkler Search Algorithm
  LevenshteinDistance
Levenshtein distance Search Algorithm
  Tokenizer
Tokenizer Search Algorithm

Variables [hide private]
  __doc__ = """ pywurfl search algorithms """
  __author__ = 'Armand Lynch <lyncha@users.sourceforge.net>'
  __copyright__ = 'Copyright 2006, Armand Lynch'
  __license__ = 'LGPL'
  __url__ = 'http://wurfl.sourceforge.net/python/'
  __version__ = '1.0.0a'

Variables Details [hide private]

__doc__

None
Value:
"""
pywurfl search algorithms
"""                                                                    
      

__author__

None
Value:
'Armand Lynch <lyncha@users.sourceforge.net>'                          
      

__copyright__

None
Value:
'Copyright 2006, Armand Lynch'                                         
      

__license__

None
Value:
'LGPL'                                                                 
      

__url__

None
Value:
'http://wurfl.sourceforge.net/python/'                                 
      

__version__

None
Value:
'1.0.0a'