Compilation
Install dependencies (minimum version):
- GCC (5)
- cmake (3)
- boost (1.58)
Initialize git submodules:
$ git submodule init
$ git submodule updateBuild using CMake:
$ mkdir build
$ cd build
$ cmake ..
$ make -j `grep -c ^processor /proc/cpuinfo`Add the resulting executable nname to your path:
export PATH=$PATH:`pwd`/build/src/clior move nname to a location already on the path. Check you can
run it:
nname --helpExample Usage
See train_conll_model.sh and evaluate_conll_model.sh and the
scripts in scripts/ for example usage.