module Reckon

Implementation of cosine similarity using TF-IDF for vectorization.

In information retrieval, tf–idf, short for term frequency–inverse document frequency, is a numerical statistic that is intended to reflect how important a word is to a document in a collection or corpus

Cosine Similarity a measurement to determine how similar 2 documents are to each other.

These weights and measures are used to suggest which account a transaction should be assigned to.

coding: utf-8

Constants

LOGGER
VERSION