Community discussion forum

Spell Checker

This is a comment thread discussing Spell Checker
  • 9 years ago

    This thread is for discussions of Spell Checker.

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 6 years ago

    Can anyone tell me how to use this in an ASP page, this is one mother of a script. Thanks.

  • 6 years ago

    Well... you should be able to register the component on the server, and then use
    objSpell = Server.CreateObject("vbwSpellCheck.clsSpell")


    and then do the same as in the example program.....

  • 6 years ago

    Many thanks James for your prompt reply, this is one magic application, I have regsvr32 on the server. Could you give me an example of calling a wrong spelling from a textarea in an asp page, I`m just a beginner. Many thanks.

  • 6 years ago

    lupaz.... looking back at the control, you're going to have to make some quite significant modifications to the source code of the DLL ....... as it expects a TextBox control, and you can't provide that in ASP. Unfortunately, I'm afraid I don't have time to rewrite the code for you at the moment.....



    anyone else out there willing to help?



    (you might also want to try posting in our main ASP forum)

  • 6 years ago

    Many thanks for your reply James..

  • 6 years ago

    This looks good but can anyone give an example of how to call the dll from my app and what functions to use?


    Rgds
    Liam

  • 6 years ago

    When I run the program, I receive the following error:


    Run-Time error '457':


    This key is already associated with an element of this collection


    Which occurs in the clsWordTree.Add sub.  What I have been able to find out is that is when you are loading the dictionary into the root collection.  Is starts at advark (A631 soundex code) and continues with many word after that.


    Also in the frmCheck.getNextWordDivider Function the lLastVal - 1 statement fails, beccause when you get to this part lLastVal = 0, which was set from the Static command, but never assigned a value.  I really like what the app appears to do, and I would also like to help you port this to an internet base app.

  • 6 years ago

    i have a txt file with 172823 words in it

  • 6 years ago

    Could I get a copy of that txt file?


    Thanks

  • 6 years ago

    Whats your email?

  • 6 years ago

    Joelfelix21, could i also get a copy of that txt file.


    thanks

  • 6 years ago

    My email is mark.mitchell@icnfull.com.


    Thanks Joelfelix21

  • 6 years ago

    Hi i am college student working on spell checker component as my smester project i appriciate if you help me by sending text file that you have. my mail address is g_rajaneesh@hotmail.com


    thanks
    Rajaneesh

  • 6 years ago

    hi could i also have a copy of any dictionary file anyone has: rob@error911.com


    thanx!

  • 6 years ago

    hi..
    plz could i have a copy of the dictionary file


    thanks!!
    my email is: sari_az@hotmail.com

  • 6 years ago

    JoeFelix21,


    If it's possible could I get a copy of your dictionary too?


    Thanks,


    John

  • 6 years ago

    JoeFelix21,


    Like a complete idiot I forgot to put down my e-mail address.....I guess it's been a long day.




    jmohr@nypd.org


    Thanks,


    John

  • 6 years ago

    ehhhh since this is free can i grab a copy too?


    developerfusion@wsoftware.biz


    Thanks!

  • 6 years ago

    Hey ppl,


    Because so many ppl want a copy of this dictionary please give me the reason you want a copy and if its "valid" then i'll send it


    JoelFelix21

  • 6 years ago

    hehehehheh...


    okay lets see..


    1) Eye cunt spell four krap
    2) I'm 2 tyred to right won myself
    3) Cause your such a nice guy for posting that your giving it away and your not going to dissappoint any of us..
    4) I'm a moderator... moahahahahahah
    5) I'm a nice guy (arent I?)


    hows that?



  • 6 years ago

    dont forget to compress it with something like WinRAR - http://www.rarlabs.com - before sending an insanly large file... the compression on this baby ROCKS my butt!

  • 6 years ago

    Well I have nothing to worry bout now


    if you already have it (or ive already sent you it) then you dont have to justify yourself


    C ya


    JoelFelix21

  • 6 years ago

    we'll from all of us thank-you.

  • 6 years ago

    right seeing as so many people want one. i have found a half cutdown version of a very large dictionary.txt this can be located at:


    click here


    If you would be interested ink cartridges then please go to http://www.error911.com/  and click on the banner to help witht he costs of bandwidth.


    Thanks


    if anyone is interested in the full version of the txt file which is about 3+ megs then let me know


    rob@error911.com


    cheers

  • 6 years ago

    Hi guys


    any body have dictionary other languages ???



    Thanks,
    Rajaneesh

  • 6 years ago

    what languages do you need and i will stick em on my server for u to download

  • 6 years ago

    french greman arabic  japnies thai etc

  • 6 years ago

    First, thanks for posting what may be the only Microsoft Word-Free VB Spell Checker.


    I have been having some issues with the control, specifically in clsSpell, which may require a significant re-writing of the code if not for an answer here. Specifically, clsSpell is created, some properties are set, and then it's SpellCheck method is called, which in turn asks frmSpellCheck to run it's spellcheck function, which calls cmdCancel_Click. cmdCancel exits the function when it corrects a mispelled word, which passes execution back to clsSpell.Spellcheck, which then exits.


    This doesn't make any sense, although apparently it works in the demo project included with the code. Has anybody experienced the same issue, where the Spell checker form simply exits or am I missing something?


    -Thanks in advance!

  • 6 years ago

    that is because frmSpellCheck is actually part of the DLL rather than the demo project. With my years of experience (!!) since I wrote that, there is no way I would have implemented it like that now..... but c'est la vie.


    if you don't want to use frmSpellCheck, then yes, you're probably going to have to rewrite a portion of the code... sorry!


  • 6 years ago

    Joelfelix21



    i am making a simple word processor for an exemption from my software fundamentals course in colege. I need a proper dictionary file to make the spell check worthhile. If i could get a copy of thyou dictionary file it would be greatly appreciated.


    Thanks
    Jeff


    jnewhook@cogeco.ca

  • 6 years ago

    Joelfelix21



    i am making a simple word processor for an exemption from my software fundamentals course in colege. I need a proper dictionary file to make the spell check worthhile. If i could get a copy of thyou dictionary file it would be greatly appreciated.


    Thanks
    Jeff


    jnewhook@cogeco.ca

  • 5 years ago

    Isn't it ironic that a college person needs help from a 15 year old


    I'll send the dictionary


    C yaz


    Joelfelix21

  • 5 years ago

    I see you have a lot of requests for this file.  Could I get a copy?  Thanks...    sztp0m@yahoo.com

  • 5 years ago

    I'll send it

  • 5 years ago

    Joelfelix21 can I get a copy of that text file please?


    Thanks ahead of time!


    Mike


    shadym@shenhgts.net

  • 5 years ago

    I would like a copy of your dictionary if possible, it would be greatly appreciated. I am intrested in trying to make my own spell checking classes but don't know how to make or get a copy of a decent dictionary.
    Thanks scott. Email: Scottprogman@Hotmail.com

  • 5 years ago

    hi there everyone
    i'm new...so can anyone please tell me where i can get information
    on the Visual Basic Helpfiles...Please
    Or if you have any send it to
    s20119552@student.petech.ac.za
    Thanx[2]Visual Basic Help Files[/2] hi there

  • 5 years ago

    This will be perfect for my new template software designer.  This is truly a show of a good developer.  There should be more developers like the one who posted this software.

  • 5 years ago

    Can you email me a copy of the file and any helpful hints in using this spell checker?

  • 5 years ago

    Your email address might help (by the way ppl only i can send ppl the dictionary!)

  • 5 years ago

    Hi,


    Could you send me a copy of the dictionary file, I'd like to add a dictionary feature to our website so that when people send text messages they can spell check them... which I think would be pretty cool :-)


    E-mail: chouston@mobilemessagecentre.com


    The sites I want to add it too are:


    http://www.mobilemessagecentre.com and http://www.fabmobile.com


    Cheers,


    Chris

  • 5 years ago

    I have posted a copy of the dictionary on my web site so people can stop emailing it arround and having to ask for it.


    http://www.lapcrew.com/dictionary/


    If anyone has other dictionarys they would like to post there just email them to me.


    - Mark

  • 5 years ago

    thanks for the checker!


    suggestion for add'l code in frmCheck:


    Private Sub lstSuggestionsDblClick()
       txtChangeTo.Text = lstSuggestions.Text
       cmdChange
    Click
    End Sub

  • 5 years ago

    Hi there,


    I have to tell you that this is a goooooooooooooooooooooooood spell checker i have came accross. i've donwloaded and amazed and decided to add it to my project for my in-house developement but since i am using MDI for my notepad program I have problem to call spell checker for activeform/activecontrol document... had error (err. 438 )while accessing DLL and only gives me error msgbox "Please wait until the dictionary loads"...


    can someone help me how to do it because i have no idea just how to do it...


    thanks

  • 4 years ago

    Unfortunately,  there seems to be some degree of duplication of words in the dictionary.txt file, make the total of know words more like 5000 or so.  Just a guess, and it's really not a big deal.

  • 4 years ago

    What are the components of VB and ASP? Pls help me

  • 4 years ago

    Could you please e-mail me a copy of your dictionary text file?  The link to your website is no longer working.  My e-mail address is apojile@yahoo.com.


    Thanks a great deal.


    APO

  • 4 years ago

    hello please i would like you send me your dictionary please, email lijandra@hotmail.com thanks best  Regards

  • 3 years ago

    Good job! This is probably the best spell checker I've seen so far! Two thumbs up!


    I really need this since I'm working with a spell checker too but in a different language and it's really hard.

  • 2 years ago

    I propose to use vbwSpellCheck.dll with SciTE editor.

    May some body show me a sample using rundll32.exe

    I shall be very thankful

    futurecom











Post a reply

Enter your message below

Sign in or Join us (it's free).