Results 1 to 22 of 22

Thread: Any goog ideas for dictionary?

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    36

    Any goog ideas for dictionary?

    Hi,
    i want to make an english-greek dictionary. Is there any good way besides using an mdb database?.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Any goog ideas for dictionary?

    Well, there is always SQL Server or Oracle.

    I'm not being funny. If you are going to make a dictionary, then you are going to need some place to store a massive amount of words. That more than requires the use of a database...this kind of storage demands it.

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    36

    Re: Any goog ideas for dictionary?

    So you suggest that i don't use ms access?
    It needs to be a software with file install, not just an exe and a database file. And that software should run on any pc, without needing for the user to install sql or whatever.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Any goog ideas for dictionary?

    The answer to your question depends on:

    How many words to you believe you will be storing (i.e., how many records do you think will be in this database?)

    How many concurrent users do you feel will be using this database at anyone time?

    Bear in mind that MS Access does not play well in a multi-user environment if you have a whole bunch of concurrent users, and it tends to get dodgy when the number of records get into the hundreds of thousands.

    A dictionary application, that is a true dictionary, will have all the words currently available in both languages, and that is going to be a whole heck of a lot of words and therefore, a whole heck of a lot records.

    Is this something you are planning on selling/marketing once you have completed it?

  5. #5

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    36

    Re: Any goog ideas for dictionary?

    firstly i don't think it's gonna be a multi user programm (not online). the starting amount of words will be about 2000 or more words, but the user will have the option to add entries. It's an english-greek dict. of linguistic terminology, so why not be published...?

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Any goog ideas for dictionary?

    Quote Originally Posted by lemmyz
    firstly i don't think it's gonna be a multi user programm (not online). the starting amount of words will be about 2000 or more words, but the user will have the option to add entries. It's an english-greek dict. of linguistic terminology, so why not be published...?
    Ok. If it isn't multiuser and you feel that the number of records will be small (2000 is certainly small...practically minute), then I would say Access would be a very viable solution for you.

    As the user(s) will have the option of adding new entries, thus creating new records, I would keep an eye on the database, but initially, you shouldn't have any problems with Access.

  7. #7

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    36

    Re: Any goog ideas for dictionary?

    that was the first thought but i' d like to do something more sophisticated...Thanks anyway

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Any goog ideas for dictionary?

    Quote Originally Posted by lemmyz
    that was the first thought but i' d like to do something more sophisticated...Thanks anyway
    Are you planning on making this a desktop application or a web application?

  9. #9
    Fanatic Member
    Join Date
    Aug 2005
    Location
    South Africa
    Posts
    760

    Re: Any goog ideas for dictionary?

    Why not just create an app to get data from an online eng-greek dict?
    You could use something like the Dictionary/Thesaurus/Rhyme-Generator that Paralinx and I created. You can get the link in my sig
    If I helped you out, please consider adding to my reputation!

    -- "The faulty interface lies between the chair and the keyboard" --

    VB6 Programs By Me:
    ** Dictionary, Thesaurus & Rhyme-Generator In One ** WMP Recent Files List Editor ** Pretty Impressive Clock ** Extract Firefox History **

  10. #10

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    36

    Re: Any goog ideas for dictionary?

    Quote Originally Posted by shirazamod
    Why not just create an app to get data from an online eng-greek dict?
    You could use something like the Dictionary/Thesaurus/Rhyme-Generator that Paralinx and I created. You can get the link in my sig
    It'll be adesktop programm. Afterall there isn't any eng-gre lingustic dictionary online where i could get the definitions from...

  11. #11
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Any goog ideas for dictionary?

    2000 records does not require a database.

    It requires a "searchable" binary string of alphabetized words.

    That's a simple linked-list. That can be stored in a simple text file.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  12. #12
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Any goog ideas for dictionary?

    Well, I would almost agree with szlamany about the usage of a text file but I also think that database might provide better functionality for searching say some common expressions which I think must be part of any dictionary.

  13. #13
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Any goog ideas for dictionary?

    Did I hear my name?

    Here is a dictionary that you can download. I've parsed the file to remove duplicates, and stripped them of the definitions, but it's still too big to upload.
    Also, might not be allowed.

    http://www.translatum.gr/dictionarie...ad-english.htm

  14. #14
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Any goog ideas for dictionary?

    I think he was refering to someone in the thread Dave

    Why not just go through shirazamod's code.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  15. #15
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Any goog ideas for dictionary?

    1) Who?
    2) Who?

  16. #16
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Any goog ideas for dictionary?

    #1. Szlamany
    #2. Post #9, code in his signature.

    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  17. #17
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Any goog ideas for dictionary?

    1) Never knew that. Thanks.
    2) Checked out the Rhyme Generator, didn't know it was a dictionary.

    I thought the poster wanted to develop his own E/G dictionary, so just thought I'd offer a head start.

  18. #18
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Any goog ideas for dictionary?

    I didnt either. There was a recent update I suppose because it used to be just a rhyme generator.

    Oh, #1, Szlamany's first name is not David.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  19. #19

  20. #20
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Any goog ideas for dictionary?

    Ya and were gonna start hounding you now.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  21. #21

  22. #22
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Any goog ideas for dictionary?

    Quote Originally Posted by RobDog888
    Oh, #1, Szlamany's first name is not David.
    s = Stephen - translation => CROWN

    I like the irony of the spelling error in the title of this thread - goog => not spelled right

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

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