phanxuanphucnd / onenet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Natural Language Understanding

In a pipeline task-oriented dialog framework, the NLU module takes as input raw user utterance, and converts it into a dialog act format.

This directory contains the interface definition of natural language understanding module and some implementations.

Interface

The interface of NLU is defined in nlu.NLU, including:

  • parse takes as input a natural langauge utterance, and outputs its dialog act.

About

License:MIT License


Languages

Language:Python 95.6%Language:Jsonnet 4.4%