What is the best way to create a dictionary apllication
-
In the last few days I decided to create a new dictionary application, I searched the internet for how to implement database files and search algorithms but I found nothing If you have any idea about how dictionaries are created and how a its database files are structured, please help !! Note: I don't want to use DMS (data base management system) like MS SQL server or MySql, I just want to use text files or custom format file
-
In the last few days I decided to create a new dictionary application, I searched the internet for how to implement database files and search algorithms but I found nothing If you have any idea about how dictionaries are created and how a its database files are structured, please help !! Note: I don't want to use DMS (data base management system) like MS SQL server or MySql, I just want to use text files or custom format file
A regular dictionary with words and meanings? Or a spell-check dictionary (no meanings)? Back in college (late 80s), one of the assignments was to implement a spell-check dictionary. For that, the words were stored in a text file, but read into a special structure. I suppose it could be extended to include a meaning too. Either way, today I'd just stick with a database. In fact a few years back I wrote a simple Scrabble word checker application -- currently it uses an Access database.
-
In the last few days I decided to create a new dictionary application, I searched the internet for how to implement database files and search algorithms but I found nothing If you have any idea about how dictionaries are created and how a its database files are structured, please help !! Note: I don't want to use DMS (data base management system) like MS SQL server or MySql, I just want to use text files or custom format file
Check out the following links: http://www.dotnetperls.com/dictionary http://www.dotnetperls.com/word-search
-
Check out the following links: http://www.dotnetperls.com/dictionary http://www.dotnetperls.com/word-search
Please make your links into clickable links.
Unrequited desire is character building. OriginalGriff
-
In the last few days I decided to create a new dictionary application, I searched the internet for how to implement database files and search algorithms but I found nothing If you have any idea about how dictionaries are created and how a its database files are structured, please help !! Note: I don't want to use DMS (data base management system) like MS SQL server or MySql, I just want to use text files or custom format file
You already posted this in Q&A; please post in one location only.
Unrequited desire is character building. OriginalGriff
-
Check out the following links: http://www.dotnetperls.com/dictionary http://www.dotnetperls.com/word-search
Thanks it helped :)
-
You already posted this in Q&A; please post in one location only.
Unrequited desire is character building. OriginalGriff
thank you, but can you help?