Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 597 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 597 Bytes

YAWIEL

Build Status

Yet Another WIkifier and Entity Linker. This is a collocation extractor library for the YAWIEL project.

Build

Dependencies:

  • CMake >= 3.5
  • Boost >= 1.67
    • unit_test_framework
    • serialization
    • container
  • OpenMP (optional)

How to build?

Linux

$ cd yawiel
$ mkdir build
$ cd build
$ cmake ../
$ make

This results in a library stored in build/lib/ and (if activated) tests stored in build/bin/yawiel_test.