l

languagetool-core

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.
http://www.languagetool.org
GNU Lesser General Public License
Daniel Naber Marcin Miłkowski
文件下载
文件名 操作
languagetool-core-3.4.jar 下载
languagetool-core-3.4.pom 下载
languagetool-core-3.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.languagetool</groupId>
  <artifactId>languagetool-core</artifactId>
  <version>3.4</version>
</dependency>
Gradle Groovy
implementation 'org.languagetool:languagetool-core:3.4'
Gradle Kotlin
implementation("org.languagetool:languagetool-core:3.4")
Scala SBT
libraryDependencies += "org.languagetool" % "languagetool-core" % "3.4"
Groovy Grape
@Grapes(
  @Grab(group='org.languagetool', module='languagetool-core', version='3.4')
)
Apache Ivy
<dependency org="org.languagetool" name="languagetool-core" rev="3.4" />
Leiningen
[org.languagetool/languagetool-core "3.4"]
Apache Buildr
'org.languagetool:languagetool-core:jar:3.4'