diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-14 23:47:03 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-19 20:29:17 +0200 |
commit | 5b5e96cffc6d1c904974b16dd1cfd51b28a31016 (patch) | |
tree | 67a77d9e6ee5328ba22680f4786931cbc6f5f35f | |
parent | 17edde0a28c4f17b24c53d47a0152ce92f4aaea2 (diff) | |
download | refcat-5b5e96cffc6d1c904974b16dd1cfd51b28a31016.tar.gz refcat-5b5e96cffc6d1c904974b16dd1cfd51b28a31016.zip |
v3 notes: unmatched
-rw-r--r-- | python/notes/version_3.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/notes/version_3.md b/python/notes/version_3.md index c65bc2a..53f8abc 100644 --- a/python/notes/version_3.md +++ b/python/notes/version_3.md @@ -2,6 +2,7 @@ V2 plus: +* [ ] unmatched * [ ] wikipedia * [ ] some unstrucutured refs * [ ] OL @@ -230,3 +231,14 @@ $ awk '{print $3}' cluster_verify_5m.txt | sort | uniq -c | sort -nr 3587478 StatusExact 120215 StatusAmbiguous ``` + +---- + +# Unmatched + +* We want the unmatched refs as well, e.g. to display. + +In order to do that offline, we would need to sort all matches by source and +the original refs file by source ident. + +The iterate over both files and fill in the unmatched targets (unstructured, csl, ...) |