twktheainur / llodumls

a LLOD (Lemon-Ontolex) converter for UMLS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llodumls

a LLOD (Lemon-Ontolex) converter for UMLS

Table of Contents

I. Requirements

  • An internet connection to retrive dependencies through maven
  • Java 1.8
  • Apache maven 3+
  • Redis (caching)

I.1. Installing Redis

The evaluation programme uses a Redis cache server to minimise redundent network activity and to allow resuming the annotation in case of network failure. You need to install redis on you machine:

II. Development

This is maven project. I recommend that we all use IntelliJ IDEA as an IDE, there is a free community edition (https://www.jetbrains.com/idea/download).

II.1. Building

$ mvn install 

II.2. Creating runnable jar

$ mvn assembly:assembly

III. Resources

About

a LLOD (Lemon-Ontolex) converter for UMLS

License:Apache License 2.0


Languages

Language:Java 100.0%