class Cadmium::Stemmer::Token

Defined in:

cadmium/stemmer/token.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(string : String) #

[View source]

Instance Method Detail

def has_suffix(suffix) #

[View source]
def has_suffix_in_region(suffix, region) #

[View source]
def has_vowel_at_index(index) #

[View source]
def mark_region(region, &) #

[View source]
def mark_region(region, index) #

[View source]
def next_consonant_index(start = 0) #

[View source]
def next_vowel_index(start = 0) #

[View source]
def orgiginal #

[View source]
def regions : Hash(String, Int32) #

[View source]
def replace_all(find, replace) #

[View source]
def replace_suffix_in_region(suffix, replace, region) #

[View source]
def string : String #

[View source]
def string=(string : String) #

[View source]
def using_vowels(vowels : Array(String)) #

[View source]
def vowels : Array(String) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]