Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neilgupta/soundexfilter

A Soundex algorithm implementation for Lucene
https://github.com/neilgupta/soundexfilter

Last synced: 19 days ago
JSON representation

A Soundex algorithm implementation for Lucene

Awesome Lists containing this project

README

        

SoundexFilter
=============

A Soundex algorithm implementation for Lucene, tested with Lucene 3.0.3.

SoundexFilter converts English tokens into Soundex tokens, while SoundexAnalyzer is identical to Lucene's StandardAnalyzer, except it also runs tokens through my SoundexFilter.

This filter was created for a larger assignment for my CS 429 Information Retrieval class.