e

eidos_2.12

Eidos is an open-domain machine reading system designed by the Computational Language Understanding (CLU) Lab at the University of Arizona for the World Modelers DARPA program. It uses a cascade of Odin grammars to extract events from free text.
https://github.com/clulab/eidos
Apache License, Version 2.0
Computational Language Understanding (CLU) Lab
Mihai Surdeanu
文件下载
文件名 操作
eidos_2.12-1.7.0.jar 下载
eidos_2.12-1.7.0.pom 下载
eidos_2.12-1.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.clulab</groupId>
  <artifactId>eidos_2.12</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.clulab:eidos_2.12:1.7.0'
Gradle Kotlin
implementation("org.clulab:eidos_2.12:1.7.0")
Scala SBT
libraryDependencies += "org.clulab" % "eidos_2.12" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.clulab', module='eidos_2.12', version='1.7.0')
)
Apache Ivy
<dependency org="org.clulab" name="eidos_2.12" rev="1.7.0" />
Leiningen
[org.clulab/eidos_2.12 "1.7.0"]
Apache Buildr
'org.clulab:eidos_2.12:jar:1.7.0'