t

text_understanding

Analyzing natural-language text, in particular predicate-argument structure.
https://github.com/asher-stern/text-understanding
MIT License
Asher Stern
文件下载
文件名 操作
text_understanding-1.0.1.jar 下载
text_understanding-1.0.1.pom 下载
text_understanding-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.asher-stern</groupId>
  <artifactId>text_understanding</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.asher-stern:text_understanding:1.0.1'
Gradle Kotlin
implementation("com.github.asher-stern:text_understanding:1.0.1")
Scala SBT
libraryDependencies += "com.github.asher-stern" % "text_understanding" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.asher-stern', module='text_understanding', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.asher-stern" name="text_understanding" rev="1.0.1" />
Leiningen
[com.github.asher-stern/text_understanding "1.0.1"]
Apache Buildr
'com.github.asher-stern:text_understanding:jar:1.0.1'