Wordlist Providers

Overview

Providers that are table to a take a text and deliver a list of words from it. In the simplest case this is a Tokenizer, in the more complex case stop words are filtered and other words are normalized.

Reference

class munin.provider.wordlist.WordlistProvider(compress=False)[source]

Split the input value using the standard split function.

Takes: Either a list of length one, or a single str.

Create a new Provider with the following attributes:

Parameters:compress – Deduplicate data?

Table Of Contents

Related Topics

This Page

Useful links:

Package:

Github: