Results 1 to 6 of 6

Thread: Predictive Text?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2003
    Posts
    183

    Predictive Text?

    Howdy dudes.

    Anyone seen code/component for doing predictive text in .NET like you can do on mobile phones?

    Would seem like a good idea to have that capability in our apps?

    Cheers.
    Look into the heart of infinity and find your truth

    Colonel Tom Edwards: This is the most fantastic story I've ever heard
    Jeff Trent: And every word of it's true, too
    Colonel Tom Edwards: That's the fantastic part of it

    ROFL

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Predictive Text?

    You mean entering words from the keypad? If so then you'll need to convert a wordlist into an encoded version based on the numerical entry from the user. You'll also need to take into account that telephone and keyboard numeric pads are not the same, the top row of a phone is 123, while on a keyboard its 789.
    I don't live here any more.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Feb 2003
    Posts
    183

    Re: Predictive Text?

    Lo Woss.

    Actually no, sorry for the confusion. No numbers, just the keyboard. If you have ever used a PDA and used the on-screen keyboard, you start to tap the word you want, and it gives suggestions on what you might mean (like a phone).

    Something like that
    Look into the heart of infinity and find your truth

    Colonel Tom Edwards: This is the most fantastic story I've ever heard
    Jeff Trent: And every word of it's true, too
    Colonel Tom Edwards: That's the fantastic part of it

    ROFL

  4. #4
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: Predictive Text?

    he means t9 mensage composing.
    "The dark side clouds everything. Impossible to see the future is."

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Feb 2003
    Posts
    183

    Re: Predictive Text?

    Yeah, T9 mensage composing. That's it!

    Sorry m8, couldn't resist
    Look into the heart of infinity and find your truth

    Colonel Tom Edwards: This is the most fantastic story I've ever heard
    Jeff Trent: And every word of it's true, too
    Colonel Tom Edwards: That's the fantastic part of it

    ROFL

  6. #6
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Predictive Text?

    t9 messaging is quite simple really. Its pretty much the same principle that gives you "type ahead" in combo boxes.

    There are many threads and pages around here about type ahead so it may be worth your while to browse here and google. You'd still need to get yourself a comprehensive word list, happily there are MANY of these on google with whole sites dedicated to custom dictionaries.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width