Questions tagged [jspell]

HTML Spell Checker and Java Spell Checker, compatible with JavaScript, open source software, Ajax, ASP .NET, JSP, CGI, Java Applets and Servlets.

What is JSpell

JSpell is a spell checker software API. The Page Scholar implementation of JSpell enables spell checking in the user interfaces of software such as web pages (HTML, ASP, JSP, CGI, etc.), Java applets and applications. There are various JSpell components, some of which allow spell checking in HTML Form and Text Input Fields and some, which allow spell checking inside Java Applets and Applications. Most of our software is designed for developers and systems administrators of web sites.

The same core spell checking engine is the basis for all of our products. This means that all of our products have gone through a rigorous testing and quality assurance process to make sure that no matter what front end you use, the spell checker will work, all the time. Our spell checker core engine is Java based, which means it is platform neutral. We have customers using JSpell with Microsoft IIS ASP.NET, Classic ASP, Perl, JSP, Lotus Domino, Oracle Forms, SilverStream, WebLogic, WebSphere, JBoss, CGI and of course standalone Java.

How does it work

JSpell takes a block of text from either a GUI component or another source (an HTML Form, for example) and extracts individual words. JSpell then validates these words against a small in memory dictionary and then checks any words that were not found against either a disk based or network based dictionary (depending upon which version of the software you are using).

JSpell HTML, JSpell IFrame and JSpell Evolution use JavaScript on the client (browser). If you are using Microsoft IIS then the spell check request is sent to an ASP page (Classic ASP or ASP.NET) that runs on your server to do the spell checking. If you are using a Java based server then the spell check request is sent to a Java JSP page running on your server.

In either case, your server performs the spell check of the submitted text and return the results to the browser. The corrections to the text are made directly in the original text area.

Language support

These languages are available for FREE when purchasing the JSpell Spell Checker:

  • American English
  • Australian English
  • British English
  • Canadian English
  • French (France)
  • German (Germany)
  • Italian (Italy)
  • Spanish (Spain)
  • The US English Medical Dictionary is an additional charge.

In addition to these languages you can create dictionaries for other languages using open-source word lists and the JSpell Console utility (available to registered purchasers of the software).

4 questions
4
votes
2 answers

Google Spell check URI not working

http://www.google.com/tbproxy/spell?lang=en can any one help me finding google spell check API Url
Bharat Reddy
  • 43
  • 1
  • 4
3
votes
1 answer

Access static property or method in JSP via EL 3.0 (JEE7; Tomcat 8)

I'm using tomcat 8.0.9 (servlet 3.1, jsp 2.3, el 3.0) and trying to access a static property from a jsp page like so: ${Boolean.TRUE} There is no error, but no output appears in the rendered result. What am I doing wrong? EDIT The answer to this…
Brice Roncace
  • 10,110
  • 9
  • 60
  • 69
2
votes
1 answer

Integrating tinyMCE with Jspell for Spell Checks?

i am using jspell in my legacy project for spelling checks. I am not sure which version/module it is.Earlier it was used for simple text area where user could write only plain text. Now i am using tinyMCE editor(attached with text area) . Now…
emilly
  • 10,060
  • 33
  • 97
  • 172
0
votes
1 answer

Spell Check API

I have implemented the Jazzy spell-check API in my project to find misspelled words and provide suggestions for these words. I've downloaded a ".dic" file to be used with it. However, the dictionary file doesn't contain words in alphabetic order.…
pkn1230
  • 103
  • 1
  • 3
  • 15