Project description
This project is implementation of bayesian filter used for e-mail filtering and is based on Paul Graham's description from "Hackers & painters" book (great book by the way). Bayesian filtering is a statistical approach to decide whether e-mail is spam or not.
The project currently uses CSV files as data source and output is simply printed to console.
Note
Please consider this project a code example. I had some free time and I just wanted to learn F# and I was reading the book Hackers & painters at the same time. Implementing bayesian filter seemed like good idea.
All e-mail contents, names, e-mail addresses etc. located in CSV files either are fake, are products of the author’s imagination or are used fictitiously.
Since I'm just learning F# and I have almost no feedback. Comments about what could be better will be highly appreciated
Thank you