Module: Reckon

Defined in:
lib/reckon/cosine_similarity.rb,
lib/reckon/app.rb,
lib/reckon/money.rb,
lib/reckon/logger.rb,
lib/reckon/options.rb,
lib/reckon/version.rb,
lib/reckon/csv_parser.rb,
lib/reckon/date_column.rb,
lib/reckon/ledger_parser.rb

Overview

Implementation of consine similarity using TF-IDF for vectorization. Used to suggest which account a transaction should be assigned to

Defined Under Namespace

Classes: App, CSVParser, CosineSimilarity, DateColumn, LedgerParser, Money, MoneyColumn, Options

Constant Summary collapse

LOGGER =
Logger.new(STDERR)
VERSION =
"0.7.1"