class Naive::Tokeniser

Defined in:

naive.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stop_words : Array(String) = [] of String, signs : Array(String) = ["?!#%&"]) #

[View source]

Instance Method Detail

def remove_punctuation(token : String) #

[View source]
def remove_stop_words(token : String) #

[View source]
def tokenise(text : String) #

[View source]