8000 GitHub - luojiahai/spelling-correction
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

luojiahai/spelling-correction

Repository files navigation

This implementation using C++11 Make sure you have installed the GCC complier that supports C++11

Complie: g++ -std=c++11 main.cpp levenshtein.cpp ngram.cpp analyser.cpp -o main

Usage: ./main {DICTIONARY_PATH} {MISSPELL_PATH} {CORRECT_PATH} {levenshtein | ngram}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0