Handles natural language inputs and outputs on cognitive robots
Project description
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.17186.svg)](http://dx.doi.org/10.5281/zenodo.17186)
LAAS-CNRS 2010-2013, EPFL 2013-2015
This module, licensed under the permissive BSD 3-clause, reads on stdin user input in natural language, parse it, call resolution routines when ambiguous concepts are used, and finally generate RDF statements that are an interpretation of the input.
It includes as well a verbalization module that conversely turns RDF statements into a sentence in natural language.
![Overview of the Dialogs pipeline](doc/dialogs_module_simple_small.png)
While not strictly required, it is strongly recommanded to use dialogs with a knowledge base that follows the ‘’KB API’’ like [minimalKB](https://github.com/severin-lemaignan/minimalkb/) or [oro-server](http://oro.openrobots.org).
You are welcome to reuse this software for your research. Please refer to the CITATION file for proper attribution in scientific works.
Installation
Simply run:
` > pip install dialogs `
You can also grab the source code of the latest release [here](https://github.com/severin-lemaignan/dialogs/releases/latest).
Usage
You can start to use dialogs immediately. For instance, try:
` > dialogs -d -p"What are you doing?" > dialogs -d -p"I'm playing with you" `
The -d flags activates the debug mode, and gives you a complete picture of the different steps: pre-processing, parsing, semantic resolution of the atoms of the sentence, interpretation and verbalization ([read the paper](http://academia.skadge.org/publis/lemaignan2011grounding.pdf) to know more about these steps).
Lines displayed in cyan log the interactions of the dialogue module with the knowledge base (queries and knowledge revisions). If no knowledge base is running, most of the semantic resolution attempts will fail, so when asked “what are you doing?”, the system answers “I don’t know”.
If you start dialogs with no options, it will simply read on stdin.
Check dialogs --help for other options.
Common invokation is:
` > dialogs -d NAME_OF_THE_SPEAKER `
The main test-suite can be started with:
` > dialogs_test `
Demo
A live demo of the parser alone (not the semantic grounding part) is [available online](https://chili-research.epfl.ch/dialogs/).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Dialogs-1.0.tar.gz
.
File metadata
- Download URL: Dialogs-1.0.tar.gz
- Upload date:
- Size: 439.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.45.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 580119e7cd02eaf15b976f724b6a1daeef6fbf6ac9398e36f7c1478a52f1ed76 |
|
MD5 | 3a64ee147f121f1fbf558d7dcb1f77c0 |
|
BLAKE2b-256 | c6b3f39ac8419eb70ec5da48dc829f9b15e75c67f020533b6e40a872ebc447cc |