Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 884 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 884 Bytes

ISLE2CLARIN

Convert ISLE Metadata (IMDI) records into CLARIN Component Metadata (CMDI) records.

Compile

MAVEN_OPTS=-Xss10M mvn install

Run

java -jar target/isle2clarin.jar <DIR with IMDI files>

For more command line options see:

java -jar target/isle2clarin.jar -?

Docker

docker build -t isle2clarin https://raw.githubusercontent.com/TheLanguageArchive/ISLE2CLARIN/master/Dockerfile
docker run isle2clarin -?

example IMDI conversion

docker run -v $HOME/imdis:/tmp/imdis isle2clarin -- /tmp/imdis

Dependencies