tokenmap

package
v1.0.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2020 License: Apache-2.0 Imports: 3 Imported by: 73

Documentation

Overview

package token_map implements a generic TokenMap, often used in conjunction with filters to remove or process specific tokens.

Its constructor takes the following arguments:

"filename" (string): the path of a file listing the tokens. Each line may contain one or more whitespace separated tokens, followed by an optional comment starting with a "#" or "|" character.

"tokens" ([]interface{}): if "filename" is not specified, tokens can be passed directly as a sequence of strings wrapped in a []interface{}.

Index

Constants

View Source
const Name = "custom"

Variables

This section is empty.

Functions

func GenericTokenMapConstructor

func GenericTokenMapConstructor(config map[string]interface{}, cache *registry.Cache) (analysis.TokenMap, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL