Skip to content
Benjamin De Boe edited this page Jun 17, 2020 · 7 revisions

Interfaces

This page offers an overview of the programmatic interfaces into the entities and context iKnow will identify in natural language text. We offer Core APIs for accessing the iKnow engine directly and tapping into the output in all of its glory, as well as a handful of other interfaces to easily pair up with other NLP and ML technology.

Core APIs

C++

The iKnow engine is written in C++ and therefore this is the primary interface into its functionality.

iKnowEngine::index()

See also the wiki section on our source code

Python

The C++ library is also exposed through Cython for easy access from Python. See here for more on getting started.

Integrations

SpaCy

WIP

UIMA

WIP