cancel
Showing results for 
Search instead for 
Did you mean: 

spell check

Former Member
0 Kudos

hi all

how do we do a spell check for a text area? Pls let me know wat r the api s or jars to be used.

regards

vln

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello!

I recommend "JSPSpellCheck" which uses "Jazzy" or "JTextCheck".

JSP Spell Check:

http://sourceforge.net/project/showfiles.php?group_id=131661

Jazzy: http://jazzy.sourceforge.net/

JTextCheck: http://sourceforge.net/projects/jtextcheck/

best regards

Harald.

Former Member
0 Kudos

Hi, hgrn !

I'm using JTextCheck, but it's difficult to find a forum to discuss about. I want to configure the dictionary to portuguese. I don't have idea to do this. When I tried to run the sample in the JTextCheck's user guide, appear the follow error:

mt.org.linux.textcheck.NoSuchConfigurationException: No such configuration

at mt.org.linux.textcheck.EngineFactory.getDefaultConfiguration(EngineFactory.java:94)

at mt.org.linux.textcheck.EngineFactory.getSpellEngineConfiguration(EngineFactory.java:139)

at mt.org.linux.textcheck.EngineFactory.getSpellEngineConfiguration(EngineFactory.java:148)

at ACSS.testes.main(testes.java:42)

I know it's sound basic, but I need some guidelines to start!

I need to do something like the button "Spell Check" in this forum.

Can you help me? See you!

Luciana