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
[[bench]]
harness = false
name = "benchmarks"
[dependencies.clap]
version = "2.33.0"

[dependencies.num-bigint]
version = "0.4.0"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.rayon]
version = "1.5.0"

[dependencies.sesdiff]
version = "0.3.0"
[dev-dependencies.criterion]
version = "0.3.4"

[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"
documentation = "https://docs.rs/analiticcl"
edition = "2018"
homepage = "https://github.com/proycon/analiticcl"
keywords = ["nlp", "text-processing", "spelling-correction", "linguistics", "spellcheck"]
license = "GPL-3.0+"
name = "analiticcl"
readme = "README.md"
repository = "https://github.com/proycon/analiticcl"
version = "0.1.1"