Jazzy

A set of APIs that allow you to add spell checking functionality to Java Applications easily. Jazzy is based on most of the algorithms that aspell has; so the suggestions they come up with are very similar.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.jazzy
ArtifactId

ArtifactId

jazzy-core
Last Version

Last Version

0.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

Jazzy
A set of APIs that allow you to add spell checking functionality to Java Applications easily. Jazzy is based on most of the algorithms that aspell has; so the suggestions they come up with are very similar.
Project URL

Project URL

http://jazzy.sourceforge.net/
Source Code Management

Source Code Management

http://sourceforge.net/projects/jazzy/

Download jazzy-core

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.jazzy/jazzy-core/ -->
<dependency>
    <groupId>net.sf.jazzy</groupId>
    <artifactId>jazzy-core</artifactId>
    <version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jazzy/jazzy-core/
implementation 'net.sf.jazzy:jazzy-core:0.5.2'
// https://jarcasting.com/artifacts/net.sf.jazzy/jazzy-core/
implementation ("net.sf.jazzy:jazzy-core:0.5.2")
'net.sf.jazzy:jazzy-core:jar:0.5.2'
<dependency org="net.sf.jazzy" name="jazzy-core" rev="0.5.2">
  <artifact name="jazzy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jazzy', module='jazzy-core', version='0.5.2')
)
libraryDependencies += "net.sf.jazzy" % "jazzy-core" % "0.5.2"
[net.sf.jazzy/jazzy-core "0.5.2"]

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
0.5.2