essence v0.1.0 Essence.Vocabulary
This module exports helpful methods around Vocabularies.
Summary
Functions
The freq_dist method calculates the frequency distribution
of tokens in the given text
The lexical_richness method computes the lexical richness of a given
text
The vocabulary method computes the vocabulary of a given
Essence.Document. The vocabulary is the unique set of dictionary words in
that text
Functions
The freq_dist method calculates the frequency distribution
of tokens in the given text.
Specs
vocabulary(Essence.Document.t) :: List.t
The vocabulary method computes the vocabulary of a given
Essence.Document. The vocabulary is the unique set of dictionary words in
that text.