T9 dictionary using csharp
-
Simple: You read in an arbitrary (the more the better) number of text files (or other formats containing text) in a given language, then filter the words for frequency, letter order rules and other linguistic specialties, then store these in a self-contained relational database (like sqlite) or another file format (like ISAM-files). Yince you are talking about C#, ODBC drivers might help you a lot. No, this most probably is not what you wanted, but it is (both literally and metaphorically) what you were asking for!
Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton
-
Simple: You read in an arbitrary (the more the better) number of text files (or other formats containing text) in a given language, then filter the words for frequency, letter order rules and other linguistic specialties, then store these in a self-contained relational database (like sqlite) or another file format (like ISAM-files). Yince you are talking about C#, ODBC drivers might help you a lot. No, this most probably is not what you wanted, but it is (both literally and metaphorically) what you were asking for!
Cheers, Sebastian -- "If it was two men, the non-driver would have challenged the driver to simply crash through the gates. The macho image thing, you know." - Marc Clifton