I

IAMsystem

This is a general purpose annotation tool that uses a dictionary-based approach. The dictionary is stored in a tree datastructure. Description of the system can be found in the following paper : "Cossin S, Jouhet V, Mougin F, Diallo G and Thiessard F. IAM at CLEF eHealth 2018: Concept Annotation and Coding in French Death Certificates. CEUR-WS. September 2018"
https://github.com/scossin/IAMsystem
MIT License
Computer research applied to health ERIAS - Bordeaux Population Health - Research Center U1219
Sebastien Cossin
Files download
File Operation
IAMsystem-1.0.1.jar download
IAMsystem-1.0.1.pom download
IAMsystem-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>fr.erias</groupId>
  <artifactId>IAMsystem</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'fr.erias:IAMsystem:1.0.1'
Gradle Kotlin
implementation("fr.erias:IAMsystem:1.0.1")
Scala SBT
libraryDependencies += "fr.erias" % "IAMsystem" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='fr.erias', module='IAMsystem', version='1.0.1')
)
Apache Ivy
<dependency org="fr.erias" name="IAMsystem" rev="1.0.1" />
Leiningen
[fr.erias/IAMsystem "1.0.1"]
Apache Buildr
'fr.erias:IAMsystem:jar:1.0.1'