diff options
-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, ...) |