Skip to content

C++ | ML | Text classification library for C++

Notifications You must be signed in to change notification settings

rvcgeeks/TextClassifierLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Classification with CountVectorizer

Project Goals

  1. To creatively implement a general-purpose text classifier
  2. To write code with sound object-oriented design
  3. To learn TDD

Project Overview:

Getting Started

Dependencies: cmake

To run on Linux/Mac:

  1. Clone the repo
  2. 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

About

C++ | ML | Text classification library for C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.5%
  • CMake 0.5%