class Cadmium::Glove::Parser
- Cadmium::Glove::Parser
- Reference
- Object
Defined in:
glove/parser.crConstructors
Instance Method Summary
- #alphabetic(text)
- #downcase(text)
- #normalize(tokens)
- #split(text)
- #stem(tokens)
- #stop_words(tokens)
- #tokenize
- #tokens : Array(String)
Constructor Detail
def self.new(text : String, *, stem : Bool = true, alphabetic : Bool = true, normalize : Bool = true, stop_words : Array(String) = [] of String, min_length : Int32 = 3, max_length : Int32 = 25)
#