MVN

fr.erias : IAMsystem

Maven & Gradle

Mar 31, 2023
14 stars

IAMsystem · A fast dictionary-based approach for semantic annotation / entity linking. IAMsystem is efficient at annotating documents with large dictionaries and approximate string matching algorithms. 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"

<dependency>
    <groupId>fr.erias</groupId>
    <artifactId>IAMsystem</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.erias : IAMsystem to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of fr.erias : IAMsystem to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
IAMsystem-2.2.0
2.1.x
IAMsystem-2.1.0
2.0.x
IAMsystem-2.0.0
1.3.x
IAMsystem-1.3.1
IAMsystem-1.3.0
1.2.x
IAMsystem-1.2.0
1.1.x
IAMsystem-1.1.0
1.0.x
IAMsystem-1.0.1
IAMsystem-1.0.0
0.1.x
IAMsystem-0.1.1
IAMsystem-0.1.0
0.0.x
IAMsystem-0.0.1

How to add a dependency to Maven

Add the following fr.erias : IAMsystem maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.erias</groupId>
    <artifactId>IAMsystem</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.erias : IAMsystem gradle dependency to your build.gradle file:

implementation 'fr.erias:IAMsystem:2.2.0'

Gradle Kotlin DSL: Add the following fr.erias : IAMsystem gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.erias:IAMsystem:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.erias : IAMsystem sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.erias" % "IAMsystem" % "2.2.0"