文件名称:spellcheck:使用Redis尝试的命令行拼写检查器
文件大小:108KB
文件格式:ZIP
更新时间:2024-06-03 20:05:06
C
CS220-拼写检查 1.简介 拼写检查是一种工具,在给定文本的情况下,它将搜索拼写错误的单词并提出其他拼写建议。 2.编译信息 设置 有关API的设置,请参阅。 汇编 要构建拼写检查,请在根目录中运行make 。 测验 已经使用测试框架和进行了测试。 3.用法 1.交互模式说明 如果在没有文件的情况下运行拼写检查,则会将用户定向到以下屏幕: Please load a file to begin. Additionally, select an output mode and/or choose dictionary before running the program. [f] [/path/file.txt] : Input text file [d] [/path/dictionary.txt] : Input custom dictionary file [m] [
【文件预览】:
spellcheck-master
----.gitignore(121B)
----main.c(7KB)
----README.md(4KB)
----.gitmodules(165B)
----tests()
--------main.c(485B)
--------0.txt(207B)
--------sample_dict.txt(110B)
--------cli_batch.test(906B)
--------dict_test0.txt(55B)
--------test_main_functions_home.c(853B)
--------test_short.txt(51B)
--------test_main1.txt(54B)
--------test_main_functions_interactive.c(7KB)
--------test_main0.txt(105B)
--------1.txt(402B)
--------test_main_functions_save.c(1KB)
--------test_word.c(6KB)
--------test_parser.c(3KB)
--------test_parser2.txt(11KB)
--------cli_interactive.test(5KB)
--------test_dictionary.c(8KB)
--------test_punct.txt(67B)
--------test_main_functions_batch.c(2KB)
--------test_parser.txt(473B)
--------Makefile(1017B)
--------2.txt(334B)
----docs()
--------Doxyfile(105KB)
----include()
--------dictionary.h(4KB)
--------main_functions_batch.h(1KB)
--------main_functions_save.h(1KB)
--------parser.h(1KB)
--------main_functions_edit.h(2KB)
--------word.h(2KB)
--------main_functions_home.h(2KB)
--------main_functions_interactive.h(2KB)
--------shellstrings.h(5KB)
----api()
----src()
--------dictionary.c(3KB)
--------parser.c(3KB)
--------main_functions_batch.c(4KB)
--------main_functions_home.c(5KB)
--------shellstrings.c(10KB)
--------word.c(5KB)
--------main_functions_edit.c(5KB)
--------main_functions_interactive.c(8KB)
--------main_functions_save.c(4KB)
----AUTHORS.md(87B)
----.travis.yml(1KB)
----Makefile(743B)
----lib()
--------log.c()
----dictionary.txt(73KB)