A vocabulary that can automatically evaluate a list of Stop-Words.
An entry 'w' is relevant for the speaker if its probability is less than a threshold:
| P(w) <= 1 / (alpha * V)
where 'alpha' is an empirical coefficient and 'V' is the vocabulary size of the speaker.