Skip to content

Garnut consists of a number of classes that use the base NLP library to provide basic utilities.

Notifications You must be signed in to change notification settings

JangYoungWhan/garnut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

garnut

Build Status

Garnut is a C++ library that consists of a number of classes that use the base NLP library to provide basic utilities.

Prerequisites

  • GCC version 4.8 or greater.
  • MSVC version VC110(2012) or greater.
  • CMake version 3.0 or greater.

Getting Started

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

Contact

stdjangyoungwhan@gmail.com

About

Garnut consists of a number of classes that use the base NLP library to provide basic utilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published