Nasty.Language.English.ClassificationConfig (Nasty v0.3.0)

View Source

English-specific configuration for text classification.

Provides stop words for feature extraction.

Summary

Functions

Returns the complete configuration map for classification.

Returns the set of stop words for English.

Functions

config()

@spec config() :: map()

Returns the complete configuration map for classification.

stop_words()

@spec stop_words() :: MapSet.t()

Returns the set of stop words for English.