Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > RadSpell operation
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered RadSpell operation

Feed from this thread
  • Posted on Oct 28, 2010 (permalink)

    Hi,

    I wonder if anyone can shed some light on how RadSpell operates? One of our customers has noticed that when they input the word "chaged", RadSpell suggested "shagged" but not "charged", which was the word she was looking for. From looking at the dictionary file it looks like RadSpell uses patterns, and for "charged" this seems to require the 'R' as the crucial part of the word. Is this how it works?

    We're using the en-GB dictionary available from the Telerik community.

    Thanks.

  • Rumen Rumen admin's avatar

    Posted on Oct 28, 2010 (permalink)

    Hello Alastair,

    My suggestion is to try the Custom Google spellcheck provider of RadSpell.

    Another approach is to enable "EditDistanceProvider" with EditDistance="2" as discussed in this help article: Improper Spelling Suggestions, e.g.

    <telerik:RadSpell SpellCheckProvider="EditDistanceProvider" EditDistance="2"  .../>

    We are also working on the OpenOffice spellchecker provider that will use NHunSpell.


    Greetings,
    Rumen
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Spell > RadSpell operation