Documentation
  • Coverage
  • 100%
    26 out of 26 items documented7 out of 10 items with examples
  • Size
  • Source code size: 118.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Freyskeyd/nlp
    44 4 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Freyskeyd

nlp

Build Status Coverage Status

Rust-nlp

Implemented algorithm

Distance

Phonetics

Development workflow

Use multirust with nightly.

$ cd to/project
$ multirust override nightly
$ rustc -V
rustc 1.X.X-nightly
$ cargo test --features "dev"
$ multirust remove-override
$ rustc -V
rustc 1.X.X
$ cargo test

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.