[][src]Struct polystem::Porter

pub struct Porter { /* fields omitted */ }

Trait Implementations

impl Stemmer for Porter[src]

fn stem(word: &str) -> String[src]

Porter stemming algorithm.

This version was derived from the C version published at tartarus.org/martin/PorterStemmer

Porter, 1980, An algorithm for suffix stripping, Program, Vol. 14, No. 3, pp 130-137

Auto Trait Implementations

impl Send for Porter

impl Unpin for Porter

impl Sync for Porter

impl UnwindSafe for Porter

impl RefUnwindSafe for Porter

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]