class Agid::Word

Defined in:

agid.cr

Constant Summary

POSES = {"N" => :N, "A" => :A, "V" => :V}

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(line) #

[View source]

Class Method Detail

def self.import(line) #

[View source]

Instance Method Detail

def plural : String #

[View source]
def pos : Symbol #

[View source]
def spell : String #

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

[View source]