Garnut is a C++ library that consists of a number of classes that use the base NLP library to provide basic utilities.
- GCC version 4.8 or greater.
- MSVC version VC110(2012) or greater.
- CMake version 3.0 or greater.
The easiest way to get started is to clone the repository:
# Get the latest snapshot
git clone https://github.com/JangYoungWhan/garnut.git garnut
# Move to repos and create a workspace
cd garnut
mkdir build
cd build
# Configure and build
cmake ../
make