aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-16 22:17:56 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-16 22:17:56 +0100
commit34c8934b5d5204241dae38995781c932dd5eacf1 (patch)
tree3eb50482c25c6191e3801b71fdbb7955fee3b0a7 /notes
parent0ffbc3f99a9aa77bbe000d88b01c59903ce8c8bd (diff)
downloadfuzzycat-34c8934b5d5204241dae38995781c932dd5eacf1.tar.gz
fuzzycat-34c8934b5d5204241dae38995781c932dd5eacf1.zip
focus on notes, first
Diffstat (limited to 'notes')
-rw-r--r--notes/Makefile6
-rw-r--r--notes/approach.dot13
-rw-r--r--notes/approach.pngbin0 -> 40516 bytes
3 files changed, 19 insertions, 0 deletions
diff --git a/notes/Makefile b/notes/Makefile
new file mode 100644
index 0000000..9b84114
--- /dev/null
+++ b/notes/Makefile
@@ -0,0 +1,6 @@
+approach.png: approach.dot
+ dot -Tpng $^ > $@
+
+.PHONY: clean
+clean:
+ rm -rf approach.png
diff --git a/notes/approach.dot b/notes/approach.dot
new file mode 100644
index 0000000..0bf3cbb
--- /dev/null
+++ b/notes/approach.dot
@@ -0,0 +1,13 @@
+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
new file mode 100644
index 0000000..cce18d7
--- /dev/null
+++ b/notes/approach.png
Binary files differ