DOC

org.jitsi : jmyspell

Maven & Gradle

Nov 01, 2020
1 stars

jmyspell parent · JMySpell is a 100% pure-Java implementation of the MySpell spell checker, licensed under the LGPL. This allows us to use the old dictionaries from OpenOffice.org in Java applications, whether they're J2SE applications or J2EE web applications. Since at the moment there is only one 100% Java Open-Source spell checker (Jazzy), and the inclusion of dictionaries is difficult, the objective of this project is to fill this gap.

Table Of Contents

Latest Version

Download org.jitsi : jmyspell Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jitsi : jmyspell Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file jmyspell-1.0-jitsi-1-javadoc.jar to jmyspell-1.0-jitsi-1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jmyspell-1.0-jitsi-1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jmyspell-1.0-jitsi-1-sources.jar" -d "jmyspell-1.0-jitsi-1-javadoc" -subpackages 

Advertisement