Metadata-Version: 2.4
Name: kbow
Version: 0.1.0
Summary: Minimal fuss Kmer bag of words model.
Author: pommevoid
License: MIT
Project-URL: Homepage, https://github.com/pommevoid/kbow
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Dynamic: license-file

# kbow
Minimal fuss Python implementation of a Kmer bag of words model.

Strictly this does not do anything Scikit-Learn's CountVectorizer could also do. However, the purpose of this implementation is to be explicit, and to aid pedagogically in the construct of these models.
