- To creatively implement a general-purpose text classifier
- To write code with sound object-oriented design
- To learn TDD
Dependencies: cmake
To run on Linux/Mac:
- Clone the repo
- In the project directory,
mkdir build && cd build
cmake ..
cmake --build . --config Release
Generate Docs: windows Mingw64:
pacman -S doxygen mingw-w64-x86_64-graphviz
doxygen
Linux
sudo apt-get install doxygen graphviz
doxygen