Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neilgupta/soundexfilter
- Owner: neilgupta
- Created: 2011-04-25T21:33:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-05T12:14:22.000Z (over 13 years ago)
- Last Synced: 2023-03-14T18:10:27.686Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 93.8 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.