Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. T9 dictionary in c#

T9 dictionary in c#

Scheduled Pinned Locked Moved C#
csharptutorialquestion
7 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    seeng
    wrote on last edited by
    #1

    i want to make T9 dictionary in c#.how to start?????????

    P C D 4 Replies Last reply
    0
    • S seeng

      i want to make T9 dictionary in c#.how to start?????????

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • S seeng

        i want to make T9 dictionary in c#.how to start?????????

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        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 )

        1 Reply Last reply
        0
        • S seeng

          i want to make T9 dictionary in c#.how to start?????????

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          • S seeng

            i want to make T9 dictionary in c#.how to start?????????

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            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

            N D 2 Replies Last reply
            0
            • D Dave Kreskowiak

              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

              N Offline
              N Offline
              Not Active
              wrote on last edited by
              #6

              As many times as it takes to get the answer he wants :-D


              only two letters away from being an asset

              1 Reply Last reply
              0
              • D Dave Kreskowiak

                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

                D Offline
                D Offline
                Dan Neely
                wrote on last edited by
                #7

                until 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

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups