struct Cadmium::Token

Defined in:

cadmium/lemmatizer/token.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.is_base_form? : Bool #

[View source]

Instance Method Detail

def initialize #

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

[View source]
def morphology=(morphology : Hash(String, String)) #

[View source]
def univ_pos : String #

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

[View source]
def verbatim : String #

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

[View source]