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
- Host: GitHub
- URL: https://github.com/mause/tf-idf
- Owner: Mause
- Created: 2013-04-30T12:51:41.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T03:16:54.000Z (about 4 years ago)
- Last Synced: 2025-09-09T06:05:43.254Z (10 months ago)
- Language: Python
- Size: 3.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)