Introduction
This document describes information for using CRFsuite from external programs. CRFsuite provides two APIs:
- C API : low-level and complete interface, which is used by the official frontend program.
- C++/SWIG API : high-level and easy-to-use interface for a number of programming languages (e.g, C++ and Python), which is a wrapper for the C API.