spellcheck 0.1.2

A spell-checker based on the statistical algorithm described by Peter Norvig in http://norvig.com/spell-correct.html
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.travis-ci]
repository = "past/spellcheck"

[dependencies.regex]
version = "1"

[package]
authors = ["Panagiotis Astithas <pastith@gmail.com>"]
description = """
A spell-checker based on the statistical algorithm described by Peter Norvig
in http://norvig.com/spell-correct.html
"""
documentation = "https://docs.rs/spellcheck/"
license = "MIT"
name = "spellcheck"
readme = "README.md"
repository = "https://github.com/past/spellcheck"
version = "0.1.2"