clj-spellchecker:Clojure 中的拼写检查器

时间:2024-07-24 06:40:25
【文件属性】:

文件名称:clj-spellchecker:Clojure 中的拼写检查器

文件大小:14KB

文件格式:ZIP

更新时间:2024-07-24 06:40:25

Clojure

节日快乐 :Santa_Claus: Clojure 中 Peter Norvig 的! 这个节日,我决定给自己一份学习 lisp 的礼物——Clojure! 这个小项目是将 Python 代码迁移到 Clojure 并体验与该语言如此密切相关的快乐的快速实验。 由于我不想在Git中提交一个大文件,所以项目包含一个小文件。 如果您希望拼写检查器提供更好的结果, ! 跑步 $ git clone https://github.com/prakhar1989/spellchecker $ cd spellchecker #optional step $mv ~/mybigfile.txt resources/words-file.txt $ lein repl (correct "speling" nwords) > spelling 去测试 $ lein test


【文件预览】:
clj-spellchecker-master
----.gitignore(92B)
----src()
--------spellchecker()
----resources()
--------small.txt(7KB)
--------words-file.txt(892B)
--------verysmall.txt(892B)
----LICENSE(11KB)
----doc()
--------intro.md(130B)
----README.md(769B)
----test()
--------spellchecker()
----project.clj(397B)

网友评论