0.3.3-beta • Published 5 years ago

intentalyzer-tokenflow-integration v0.3.3-beta

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Intentalyzer

Overview

This goal of this project is to provide a set of abstract building blocks, in the form of a pipeline, which applications can use to perform Natural Language Processing (NLP) of text utterances.

Fundamentally, the core API takes a simple text utterance as input and produces a output that includes an intent and a set of entities which can then be consumed by downstream logic. Thus, a consuming application need only invoke a simple function and is kept completely agnostic of the complexity of the pipeline from which those details were producedgit.

Repository Contents

This is a monorepo that utilizes Lerna to produce several packages which contain various add-on units of functionality built around the core package.

More details for each individual package are to be provided in their specific READMEs.

Getting Started

Clone the repo and then perform the following steps in the shell to prepare to develop locally:

> npm install
> npm run build
> npm run test