diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-25 01:46:29 +0100 | 
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-25 01:46:29 +0100 | 
| commit | 0ff1663e4396e93b019c0cbfbe744585f763c8d7 (patch) | |
| tree | 0f951617786cdbc685ba63d4fde80800bca85a13 /fuzzycat | |
| parent | f8b32179368d5bd68422fe439f2aa572136168c8 (diff) | |
| download | fuzzycat-0ff1663e4396e93b019c0cbfbe744585f763c8d7.tar.gz fuzzycat-0ff1663e4396e93b019c0cbfbe744585f763c8d7.zip | |
update docs
Diffstat (limited to 'fuzzycat')
| -rw-r--r-- | fuzzycat/cluster.py | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/fuzzycat/cluster.py b/fuzzycat/cluster.py index c23180f..bff80f9 100644 --- a/fuzzycat/cluster.py +++ b/fuzzycat/cluster.py @@ -2,15 +2,15 @@  """  Clustering stage. -* [ ] verify needs whole document +* [x] verify needs whole document  * [ ] parallelization misses groups  * [ ] cached match key store (tsv, sqlite3), something ~/.cache/... -* [ ] reproducibly run tests -* [ ] place for put md record tests +* [x] reproducibly run tests +* [x] place for put md/tsv record tests  ---- -* [ ] hadoop -> py (bn) +* [x] hadoop -> py (bn)  * [ ] gnu parallel, share command line -- note (bn)  ---- | 
