Docs.rs
  • ohnomore-0.5.0
    • ohnomore 0.5.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • danieldk
    • Dependencies
      • caseless ^0.2 normal
      • fst ^0.4 normal
      • lazy_static ^1 normal
      • maplit ^1 normal
      • seqalign ^0.2 normal
      • thiserror ^1 normal
      • udgraph ^0.8 normal
      • unicode-normalization ^0.1 normal
      • petgraph ^0.6 dev
    • Versions
    • 46.51% 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ohnomore0.5.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • transform::Transforms
  • transform::delemmatization::RemoveAlternatives
  • transform::delemmatization::RemoveReflexiveTag
  • transform::delemmatization::RemoveSepVerbPrefix
  • transform::delemmatization::RemoveTruncMarker
  • transform::lemmatization::AddReflexiveTag
  • transform::lemmatization::AddSeparatedVerbPrefix
  • transform::lemmatization::FormAsLemma
  • transform::lemmatization::MarkVerbPrefix
  • transform::lemmatization::RestoreCase
  • transform::misc::SimplifyArticleLemma
  • transform::misc::SimplifyPIAT
  • transform::misc::SimplifyPIDAT
  • transform::misc::SimplifyPIS
  • transform::misc::SimplifyPersonalPronounLemma
  • transform::misc::SimplifyPossesivePronounLemma

Enums

  • LemmatizationError

Traits

  • transform::DependencyGraph
  • transform::Token
  • transform::TokenMut
  • transform::Transform