Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 347 Bytes

Cognates

Our work on related words and language similarity. The main topics addressed by this project are the automatic identification and production of related words.

Requirements

  • Java 8+
  • Maven 3.1+

Building the project

  • Complete

      mvn clean install
    
  • Without running the tests

      mvn clean install -DskipTests