package
Version:
v0.9.2
Opens a new window with list of versions in this module.
Published: Mar 14, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Lower converts a string to lowercase
Pipeline performs steps to convert a string into a CLF input
RemoveSymbols removes symbols from string
Tokenize splits the text into tokens
type Config struct {
RemoveSymbols bool `mapstructure:"remove_symbols"`
Lower bool `mapstructure:"lower"`
Threshold float64 `mapstructure:"threshold"`
}
Config defines a Pipeline configuration
Source Files
¶
Click to show internal directories.
Click to hide internal directories.