aboutsummaryrefslogtreecommitdiffstats
path: root/notes/approach.dot
diff options
context:
space:
mode:
Diffstat (limited to 'notes/approach.dot')
-rw-r--r--notes/approach.dot13
1 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";
-}