A C++ software to receive sentences from std input and detect the input sentence intention based on some predefiend rules.
- cmake 3.16
- c++ 11
Just run these commands in terminal (in the project directory):
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./Simple_Intent_Detection
Testing project implemented by googletest framework and you can run it by following the instruction.
- cmake 3.16
- c++ 11
- pthread
- gtest
Just run these commands in terminal (in the test project directory):
$ mkdir build
$ cd build
$ cmake CMakeLists.txt
$ make
$ ./assessment-tests