veekun_pokedex/pokedex
Eevee cce9c26125 Removed the need for a spelling column in the lookup index. #15
Whoosh's spelling module unfortunately ignores any "words" that don't
look like words, even though the algorithm words fine with arbitrary
input.

I had to clone some code from whoosh.spelling, but avoiding the
isalpha() check solved a bunch of problems.  Now the index happily
compares against anything I feed into it.
2009-07-26 00:37:37 -07:00
..
data/csv Reordered pokemon_items.csv in correct primary key order. #10 2009-07-25 20:30:22 -07:00
db Very simple items table and wild held item data. #10 2009-07-17 23:33:36 -07:00
__init__.py Added command_ prefix to CLI commands to fix import problems. 2009-07-25 02:43:30 -07:00
formulae.py Added a function for the EXP formula. 2009-03-27 19:49:20 -04:00
lookup.py Removed the need for a spelling column in the lookup index. #15 2009-07-26 00:37:37 -07:00
roomaji.py Migrated a roomaji library over from spline-pokedex. 2009-07-25 17:21:53 -07:00