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-2.6.jar 下载
languagetool-core-2.6.pom 下载
languagetool-core-2.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.languagetool</groupId>
  <artifactId>languagetool-core</artifactId>
  <version>2.6</version>
</dependency>
Gradle Groovy
implementation 'org.languagetool:languagetool-core:2.6'
Gradle Kotlin
implementation("org.languagetool:languagetool-core:2.6")
Scala SBT
libraryDependencies += "org.languagetool" % "languagetool-core" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.languagetool', module='languagetool-core', version='2.6')
)
Apache Ivy
<dependency org="org.languagetool" name="languagetool-core" rev="2.6" />
Leiningen
[org.languagetool/languagetool-core "2.6"]
Apache Buildr
'org.languagetool:languagetool-core:jar:2.6'