I wonder if a javasok spell checker exists somewhere in open source? It would be great to have a plug in as a Maven plugin, but a standalone binary distribution will also work. There is actually at least one library that does this:
Use of plain Java:
javadoc ^ -doclet spellcheck.SpellCheckDoclet ^ -classpath "c: \ Javasoft \ j2sdk1.5.0_06 \ lib \ tools.jar," ^ -sourcepath "c: \ work \ dev" ^ -docletpath ".; C: \ tools \ jazzy-0.5.2 \ jazzy-core.jar" ^ -subpackages "jpdf" ^ ^ -echo on ^ -checkHtmlFiles ^ - Dictionary "/ Tools / Jazzzy -0.5.2 / dict / english.0" ^ -dictionary "/ Tools / Jazzzy -0.5.2 / scowl_dict / american-words.10" ^ -dictionary "/ Tools / jazzy-0.5.2 /scowl_dict/american-words.20 "^ -dictionary" / tools / jazzy-0.5.2 / scowl_dict / american-words.35 "^ -dictionary" ./files/dictionary_java.txt "^ -dictionary" ./files/ Dictionary_jpdf.txt "^ -Eig Ner Containing "_" ^ - Igniter Containing "." ^ - Choo of ^ -Infile "./files/ignoreWords_html.txt" ^ -Infile "./files/ignoreWords_gui.txt" Now you just
Comments
Post a Comment