Registry / utility / ngrammatic

ngrammatic

JSON →
library0.7.0rscratesunverified

Character-oriented n-gram generator and fuzzy matching library for approximate string matching.

# Cargo.toml [dependencies] ngrammatic = "0.7.0"
INSTALL
IMPORT
SIG · NGRAMMATIC
N
ngrammatic
utilityrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ngram
use ngrammatic::Ngram;

Compute n-gram similarity between two strings.

use ngrammatic::Ngram; let ngram = Ngram::new("hello", 2); let similarity = ngram.similarity(&Ngram::new("hallo", 2));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ngrammatic — cargo add ngrammatic · libregistry