An open API service indexing awesome lists of open source software.

https://github.com/mause/tf-idf

Simple TF-IDF implementation
https://github.com/mause/tf-idf

Last synced: 9 months ago
JSON representation

Simple TF-IDF implementation

Awesome Lists containing this project

README

          

tf-idf
======

Simple TF-IDF implementation

Based on a swapin ideology, so that you can swap in and out different inputs and outputs, otherwise known as Sources and Sinks.

Sinks;
* `DatabaseSink`
* `JSON_Sink`

Sources;
* `DirectorySource`
* `WebsiteSource` (planned)