Struct symspell::SymSpellBuilder [] [src]

pub struct SymSpellBuilder<T: StringStrategy> { /* fields omitted */ }

Builder for SymSpell.

Methods

impl<T: StringStrategy + Clone> SymSpellBuilder<T>
[src]

[src]

Maximum edit distance for doing lookups.

[src]

The length of word prefixes used for spell checking.

[src]

The minimum frequency count for dictionary words to be considered correct spellings.

[src]

[src]

Builds a new SymSpell.

Errors

If a required field has not been initialized.

Trait Implementations

impl<T: Default + StringStrategy> Default for SymSpellBuilder<T>
[src]

[src]

Returns the "default value" for a type. Read more

impl<T: Clone + StringStrategy> Clone for SymSpellBuilder<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for SymSpellBuilder<T> where
    T: Send

impl<T> Sync for SymSpellBuilder<T> where
    T: Sync