struct Similarity::RelatedPost

Overview

Related post with similarity score

Defined in:

similarity.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(link : String, title : String, score : Float64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(link _link = @link, title _title = @title, score _score = @score) #

[View source]
def link : String #

def score : Float64 #

def title : String #

def to_h : Hash(String, String | Float64) #

[View source]