e

eidos_2.11

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
Files download
File Operation
eidos_2.11-1.7.0.jar download
eidos_2.11-1.7.0.pom download
eidos_2.11-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.clulab</groupId>
  <artifactId>eidos_2.11</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'org.clulab:eidos_2.11:1.7.0'
Gradle Kotlin
implementation("org.clulab:eidos_2.11:1.7.0")
Scala SBT
libraryDependencies += "org.clulab" % "eidos_2.11" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='org.clulab', module='eidos_2.11', version='1.7.0')
)
Apache Ivy
<dependency org="org.clulab" name="eidos_2.11" rev="1.7.0" />
Leiningen
[org.clulab/eidos_2.11 "1.7.0"]
Apache Buildr
'org.clulab:eidos_2.11:jar:1.7.0'