Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

WARNING: WORK IN PROGRESS - THIS IS ONLY A TEMPLATE FOR THE DOCUMENTATION.
RELEASE DOCS ARE ON THE PROJECT WEBSITE

This release allows to convert Princeton Wordnet 3.1 to LMF XML. With some minor tweak in the code, in theory you could convert to LMF also other databases in Princeton Wordnet format.

Getting started

With Maven: If you use Maven as build system, put this in the dependencies section of your pom.xml:

    <dependency>
        <groupId>eu.kidf</groupId>
        <artifactId>divmaker</artifactId>
        <version>${project.version}</version>
    </dependency>

Without Maven: you can download DivMaker jar and its dependencies from here, then copy the jars to your project classpath.

In case updates are available, version numbers follow semantic versioning rules.

Create Wordnet 3.1

Worked on opendata server to create dumps/diversicon/div-wn31.xml issuing:

MAVEN_OPTS="-Xms1g -Xmx3g -XX:-UseGCOverheadLimit" mvn clean install -U  exec:java

Testing

To execute a single test:

MAVEN_OPTS="-Xmx1024M -Xss128M -XX:MaxPermSize=124M -XX:+CMSClassUnloadingEnabled" mvn  -Dtest=DivUtilsIT#test