Number translation into Spanish, Russian, German, English, and Finnish
NumberTranslation is an example of Windows application for number translation web service access. You can use it in your language translation software.
CRFSharp is a .NET(C#) implementation of Conditional Random Field
CRFSharp(aka CRF#) is a .NET(C#) implementation of Conditional Random Fields, an machine learning algorithm for learning from labeled sequences of examples. It is widely used in Natural Language Process (NLP) tasks, for example: word breaker, postagging, named entity recognized, query chunking and so on.
CRF#'s mainly algorithm is the same as CRF++ written by Taku Kudo.