barzerman / barzer

barzer engine code
MIT License
2 stars 0 forks source link

add normalization to beni #512

Closed barzerman closed 11 years ago

barzerman commented 11 years ago

normalization: all characters divide into classes digits, alpha, punctuation and space

When indexing we must also add a name without any spaces/punctuations When searching in beni we must try the same (de-punctuate/de-space the input) and add it to results

example RL-50 RRCSW

when someone is looking for RL50RRCSW or RL 50R R CSW they mean to find it.

barzerman commented 11 years ago

working on it

barzerman commented 11 years ago

done