Trait tfidf::Document [] [src]

pub trait Document {
    type Term;
}

A body of terms.

Associated Types

The type of term that the document consists of.

Implementors