n

nlp-common

The nlp-common tool for nlp dev.
The Apache Software License, Version 2.0
houbb
文件下载
文件名 操作
nlp-common-0.0.4.jar 下载
nlp-common-0.0.4.pom 下载
nlp-common-0.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>nlp-common</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:nlp-common:0.0.4'
Gradle Kotlin
implementation("com.github.houbb:nlp-common:0.0.4")
Scala SBT
libraryDependencies += "com.github.houbb" % "nlp-common" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='nlp-common', version='0.0.4')
)
Apache Ivy
<dependency org="com.github.houbb" name="nlp-common" rev="0.0.4" />
Leiningen
[com.github.houbb/nlp-common "0.0.4"]
Apache Buildr
'com.github.houbb:nlp-common:jar:0.0.4'