Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 814 Bytes

readme.md

File metadata and controls

25 lines (19 loc) · 814 Bytes

Intent Recognizer

Proof of concept

  • It matches certain words to certain categories to guess your intent.
  • It can detect most spelling mistakes by not requring a 100% character match, but a specifiable amount, given as a default parameter here.

The tests tell the limitations and extent of functionality, check them out

To run the tests:

bash test_run_after_build.sh

Running the cin >> cout wrapper of the intent recognizer

bash main_run_after_build.sh

Requirements of the project

Link to markdown.