analiticcl 0.1.1

Analiticcl is an approximate string matching or fuzzy-matching system that can be used to find variants for spelling correction or text normalisation
Documentation
[package]
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
description = "Analiticcl is an approximate string matching or fuzzy-matching system that can be used to find variants for spelling correction or text normalisation"
edition = "2018"
name = "analiticcl"
version = "0.1.1"
homepage = "https://github.com/proycon/analiticcl"
repository = "https://github.com/proycon/analiticcl"
documentation = "https://docs.rs/analiticcl"
keywords = ["nlp","text-processing","spelling-correction","linguistics","spellcheck"]
license = "GPL-3.0+"
readme = "README.md"

[[bench]]
harness = false
name = "benchmarks"

[dependencies]
clap = "2.33.0"
num-bigint = "0.4.0"
num-traits = "0.2.14"
rayon = "1.5.0"
sesdiff = "0.3.0"

[dev-dependencies]
criterion = "0.3.4"