diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-08 16:44:50 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-08 16:44:50 +0200 |
commit | 1d84fec0927a98e576a6525911252d334f0da48a (patch) | |
tree | cdcc85e6f1da38761a66fd66a67c316eb50df294 | |
parent | 0d5535742786fe78f6509b6606ca381912ed8bc7 (diff) | |
download | fuzzycat-1d84fec0927a98e576a6525911252d334f0da48a.tar.gz fuzzycat-1d84fec0927a98e576a6525911252d334f0da48a.zip |
cleanup notes
-rw-r--r-- | notes/approach.dot | 13 | ||||
-rw-r--r-- | notes/approach.png | bin | 40516 -> 0 bytes |
2 files changed, 0 insertions, 13 deletions
diff --git a/notes/approach.dot b/notes/approach.dot deleted file mode 100644 index 0bf3cbb..0000000 --- a/notes/approach.dot +++ /dev/null @@ -1,13 +0,0 @@ -digraph f { - "matching" -> "strings"; - "matching" -> "entities"; - - "strings" -> "lookups"; - "strings" -> "normalization"; - "strings" -> "fuzzy"; - - "entities" -> "identifiers"; - "entities" -> "field subsets"; - - "field subsets" -> "strings"; -} diff --git a/notes/approach.png b/notes/approach.png Binary files differdeleted file mode 100644 index cce18d7..0000000 --- a/notes/approach.png +++ /dev/null |