Docs.rs
  • rust2vec-0.5.2
    • rust2vec 0.5.2
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • danieldk
    • Dependencies
      • byteorder ^1 normal
      • failure ^0.1 normal
      • fnv ^1 normal
      • itertools ^0.8 normal
      • memmap ^0.7 normal
      • ndarray ^0.12 normal
      • ordered-float ^1 normal
      • rand ^0.6 normal
      • rand_xorshift ^0.1 normal
      • reductive ^0.2 normal
      • toml ^0.4 normal
      • lazy_static ^1 dev
      • maplit ^1 dev
    • Versions
    • 79.57% 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

rust2vec0.5.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • embeddings::Embeddings
  • embeddings::Iter
  • metadata::Metadata
  • similarity::WordSimilarity
  • storage::MmapArray
  • storage::NdArray
  • storage::QuantizedArray
  • vocab::SimpleVocab
  • vocab::SubwordVocab

Enums

  • storage::CowArray
  • storage::StorageViewWrap
  • storage::StorageWrap
  • vocab::VocabWrap
  • vocab::WordIndex

Traits

  • io::MmapEmbeddings
  • io::ReadEmbeddings
  • io::ReadMetadata
  • io::WriteEmbeddings
  • similarity::Analogy
  • similarity::AnalogyBy
  • similarity::Similarity
  • similarity::SimilarityBy
  • storage::Quantize
  • storage::Storage
  • storage::StorageView
  • text::ReadText
  • text::ReadTextDims
  • text::WriteText
  • text::WriteTextDims
  • vocab::Vocab
  • word2vec::ReadWord2Vec
  • word2vec::WriteWord2Vec

Type Aliases

  • storage::CowArray1