Skip to content

noa/bayesner

Repository files navigation

Compilation

Install dependencies (minimum version):

  1. GCC (5)
  2. cmake (3)
  3. boost (1.58)

Initialize git submodules:

$ git submodule init
$ git submodule update

Build 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/cli

or move nname to a location already on the path. Check you can run it:

nname --help

Example Usage

See train_conll_model.sh and evaluate_conll_model.sh and the scripts in scripts/ for example usage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published