galatea-associates / fuse-starter-java

Starter project for Galatea java projects
17 stars 73 forks source link

Write a Wit.ai natural language processor #189

Open paulo-reichert opened 6 years ago

paulo-reichert commented 6 years ago

Issue Description

We use wit.ai to process natural language commands. Create an interpreter that given a natural language command can submit it to the service and return the highest confidence response.

Example of interacting with wit.ai can be found in the Python HAL codebase.

Wit.ai HTTP API reference: https://wit.ai/docs/http/20160526

Design

[Description of the root cause for the issue and how to resolve it. Should be complete before Review is approved]

Test Evidence

[include relevant tests and output. Should be complete before Review is approved]

Validation in Develop -- [Proof issue is resolved in Develop. Should be complete before Issue is closed]

paulo-reichert commented 6 years ago

There is an outstanding branch for this that needs to be reviewed and completed.

GalateaEbbs commented 2 years ago

@paulo-reichert It looks like the outstanding branch from this PR https://github.com/galatea-associates/fuse-starter-java/pull/227 has been deleted, I'll create a new implementation.