struct Memo::Vocab::Result

Overview

Vocab search result

Defined in:

memo/vocab.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(word : String, score : Float64, frequency : Int32) #

[View source]

Instance Method Detail

def frequency : Int32 #

[View source]
def score : Float64 #

[View source]
def word : String #

[View source]