Spell checking with F#
Some months ago I have written an introductory article on F# for the “IoProgrammo” magazine (sorry, Italian only!) and now I have published a second article on the latest issue of the same magazine.
This new article covers more advanced topics and is focused on writing a basic spell checker that mixes together the functional and object-oriented programming paradigms.
The spell checking algorithm is implemented in functional F# and is based on the Jaro-Winkler similarity distance while the UI is WPF-based and written with OO code.
I hope you will appreciate the article and I’ll be very happy to get any feedback from the readers.




