License |
License |
---|---|
GroupId | GroupIdorg.languagetool |
ArtifactId | ArtifactIdlanguagetool |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLanguageTool Style and Grammar Checker
LanguageTool is an Open Source proofreading software for English, French, German, Polish, Romanian, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect like mixing up there/their and it detects some grammar problems.
|
Project URL |
Project URL |
Filename | Size |
---|---|
languagetool-2.0.1.pom | |
languagetool-2.0.1.jar | 45 MB |
languagetool-2.0.1-sources.jar | 45 MB |
languagetool-2.0.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.languagetool/languagetool/ -->
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.languagetool/languagetool/
implementation 'org.languagetool:languagetool:2.0.1'
// https://jarcasting.com/artifacts/org.languagetool/languagetool/
implementation ("org.languagetool:languagetool:2.0.1")
'org.languagetool:languagetool:jar:2.0.1'
<dependency org="org.languagetool" name="languagetool" rev="2.0.1">
<artifact name="languagetool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.languagetool', module='languagetool', version='2.0.1')
)
libraryDependencies += "org.languagetool" % "languagetool" % "2.0.1"
[org.languagetool/languagetool "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code : cjftransform | jar | 1.0.1 |
commons-lang : commons-lang | jar | 2.4 |
commons-logging : commons-logging | jar | 1.1.1 |
commons-validator : commons-validator | jar | 1.3.1 |
com.googlecode.ictclas4j : ictclas4j | jar | 1.0.1 |
net.java.dev.jna : jna | jar | 3.4.0 |
de.abelssoft : jwordsplitter | jar | 3.4 |
org.carrot2 : morfologik-fsa | jar | 1.5.4 |
org.carrot2 : morfologik-speller | jar | 1.5.4 |
org.carrot2 : morfologik-stemming | jar | 1.5.4 |
net.sourceforge.segment : segment | jar | 1.4.1 |
org.apache.tika : tika-core | jar | 0.9 |
com.google.code : lucene-gosen-ipadic | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |