Jump to content

What kind of code do I need to know to program a pocket dictionary?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
mojobadshah

mojobadshah

    Newbie

  • Members
  • Pip
  • 3 posts
My plan is to craft a pocket dictionary of my own. What kind of code will I need to know in order to do the programming for it? Thanks.

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Are you developing for a PDA type device running Windows mobile or something? If so the easiest route would be to learn a .NET language (Visual Basic, C#, etc). They have a module in Visual Studio for this type of development.

Also, this was posted in the wrong section.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
* Moved to correct forum *

#4
GMailGuy

GMailGuy

    Learning Programmer

  • Members
  • PipPipPip
  • 60 posts
Besides that there are versions of VB and (C or something) that are solely for PDA use, and have even an emulator.. but they need their runtime environment files to be installed on the PDA.

#5
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
Don't you need some kind of word database to program a dictionary? Where would you get that? Or are you editing a current one for some reason?

#6
mojobadshah

mojobadshah

    Newbie

  • Members
  • Pip
  • 3 posts
Yes... what kind of code do I need to know to program a word/lexical database? No graphics. Ultimately, to be programmed into a handheld dictionary.

#7
monkey_instinct

monkey_instinct

    Learning Programmer

  • Members
  • PipPipPip
  • 88 posts
I know of a library that provides an English thesaurus: Aiksaurus. Probably there are some databases of word translators or something like that. Another thing you can do is take a current dictionary like 'aspell' and ported it to work on handheld devices.

#8
mojobadshah

mojobadshah

    Newbie

  • Members
  • Pip
  • 3 posts
...