Spell Corrector
I wrote a language agnostic spell corrector that uses Bayes’ Algorithm and BK tree. The application is a C# class library in 142 lines of code. The application uses DB4O as a database. I hope you find the application and the source code useful. Application’s page. Documentation. Executable and source code.
Reddit and Filtering by Design
Reddit is a social news website, where a user posts links to pages on the internet, and then other users up vote or down vote this link. The links are organized Based on the votes and the time since the link was posted. I have been a user for Reddit for more than a year [...]