Docs.rs
wordmarkov-0.1.4
wordmarkov 0.1.4
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
wallabra
Dependencies
rand ^0.8.5
normal
Versions
70%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate wordmarkov
wordmarkov
0.1.4
All Items
Crate Items
Modules
Crate
wordmarkov
Copy item path
Source
Expand description
The Markov chain code.
Primarily used by cnmc; can be reused by other projects.
Modules
ยง
chain
Code where the actual Markov chain structure is implemented; the graph, as well as selectors.
prelude
Useful wordmarkov imports, used both inside and outside wordmarkov.
sentence
Code to assist with the storage and recomposition of sentences split by punctuation and spacing.