jncraton / computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer

Star Trek LCARS Interface

This package implements the basic structure for a natural language intent parser. It is currently missing the implementation for an intent to calculate the effective bandwidth of a piece of storage media transported from one location to another. This should be implemented.

This software expects a Unix-like environment with Python 3 and make available, but other environments should work as well.

Tests for this program can be executed as:

make test or simply make

The program can be invoked from the command line as follows:

> ./computer what is 2 plus 2?
4

About


Languages

Language:Python 95.9%Language:Makefile 4.1%