jortho

JOrtho (Java Orthography) is a Open Source spell-checker entirely written in Java. Its dictionaries are based on the free Wiktionary project and can therefore be updated for virtually any language. The library works with any JTextComponent from the Swing framework. This includes JTextPane, JEditorPane and JTextArea.

License

License

GPL
GroupId

GroupId

io.github.geniot
ArtifactId

ArtifactId

jortho
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

jortho
JOrtho (Java Orthography) is a Open Source spell-checker entirely written in Java. Its dictionaries are based on the free Wiktionary project and can therefore be updated for virtually any language. The library works with any JTextComponent from the Swing framework. This includes JTextPane, JEditorPane and JTextArea.
Project URL

Project URL

https://github.com/geniot/jortho
Source Code Management

Source Code Management

http://github.com/geniot/jortho/tree/master

Download jortho

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.geniot/jortho/ -->
<dependency>
    <groupId>io.github.geniot</groupId>
    <artifactId>jortho</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.geniot/jortho/
implementation 'io.github.geniot:jortho:1.1'
// https://jarcasting.com/artifacts/io.github.geniot/jortho/
implementation ("io.github.geniot:jortho:1.1")
'io.github.geniot:jortho:jar:1.1'
<dependency org="io.github.geniot" name="jortho" rev="1.1">
  <artifact name="jortho" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.geniot', module='jortho', version='1.1')
)
libraryDependencies += "io.github.geniot" % "jortho" % "1.1"
[io.github.geniot/jortho "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0