diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-08-14 16:55:32 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-08-14 16:55:32 +0200 |
commit | 370c4ad75694f3e4346660038fe91ef732652b70 (patch) | |
tree | 9d5f28c48910c82987771247c2ca1b3fcb59ff88 | |
parent | 63a0e47b5a3ab0c7a125b5255526d68548a4077f (diff) | |
download | fuzzycat-370c4ad75694f3e4346660038fe91ef732652b70.tar.gz fuzzycat-370c4ad75694f3e4346660038fe91ef732652b70.zip |
update plan
-rw-r--r-- | notes/plan.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/notes/plan.md b/notes/plan.md index 0e319ae..94c1297 100644 --- a/notes/plan.md +++ b/notes/plan.md @@ -9,6 +9,10 @@ * [ ] create notebook on duplicates * [ ] static mapping, that is efficient to store, maybe via: https://github.com/pytries/marisa-trie +If matching only by name, we need to lookup a (exact) name. + +* need a mapping from "name" and "name variants" to journal "issnl" + ## Bulk * [ ] download export @@ -16,3 +20,4 @@ ## Performance * provide some fast path + |