Closed jcarbaugh closed 10 years ago
Found an instance where metaphone will return different results based on case. My quick research indicates that metaphone should be case-insensitive.
>>> import jellyfish >>> jellyfish.metaphone('kentucky') 'KNTK' >>> jellyfish.metaphone('KENTUCKY') 'KNTKK'
JELLYFISH IS UNUSABLE!!!!!!
weird. looking into it
ok fixed in 0.2.1
You are a true gem, @jamesturk.
Found an instance where metaphone will return different results based on case. My quick research indicates that metaphone should be case-insensitive.
JELLYFISH IS UNUSABLE!!!!!!