T9 dictionary in c#
-
I would guess that you would need to have a dictionary made up of words and their associated numeric values. Then, you would scan the numeric values to see what words matched. Beyond this, you could use it to predict words by pulling all the words that start with the predictive value based on the key sequence so far. Beyond this, of course, you will need a dictionary of words. I've given you an indication of what you would need to do code wise - it's up to you to get the dictionary.
Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
-
Didn't you ask this yesterday, and then not respond when people asked questions designed to move you in the right direction ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I hadn't seen your posts asking the same question over the last few days. May I suggest that you read the following article? http://www.codeproject.com/scrapbook/ForumGuidelines.asp[^]
Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
-
So, how many times are you going to ask this question, then ignore the answers and questions that you get in reply?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
So, how many times are you going to ask this question, then ignore the answers and questions that you get in reply?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007As many times as it takes to get the answer he wants :-D
only two letters away from being an asset
-
So, how many times are you going to ask this question, then ignore the answers and questions that you get in reply?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007until one of three things happen. Some sucker gives him the code on a silver platter. The partial credit date for his homework assignment is passed. He's fired for not being able to do his job.
-- You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer