thomasw04 / SpellChecker

Simple SpellChecker in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpellChecker

Simple SpellChecker

Prerequisites

  • CMake 3.12 or later

Add new dictionaries

  • Add the *.dic file in the resources folder

Use dictionaries

  • Command line: Use -name=MyDict.dic to use a dictionary from the resources folder
  • Command line: Use -custom=Path/To/File.dic to use a dictionary from a custom location

About

Simple SpellChecker in C++

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 76.9%Language:CMake 23.1%