aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-07-08 16:44:50 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-07-08 16:44:50 +0200
commit1d84fec0927a98e576a6525911252d334f0da48a (patch)
treecdcc85e6f1da38761a66fd66a67c316eb50df294
parent0d5535742786fe78f6509b6606ca381912ed8bc7 (diff)
downloadfuzzycat-1d84fec0927a98e576a6525911252d334f0da48a.tar.gz
fuzzycat-1d84fec0927a98e576a6525911252d334f0da48a.zip
cleanup notes
-rw-r--r--notes/approach.dot13
-rw-r--r--notes/approach.pngbin40516 -> 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
deleted file mode 100644
index cce18d7..0000000
--- a/notes/approach.png
+++ /dev/null
Binary files differ