aboutsummaryrefslogtreecommitdiffstats
path: root/static/approach.dot
diff options
context:
space:
mode:
Diffstat (limited to 'static/approach.dot')
-rw-r--r--static/approach.dot11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/approach.dot b/static/approach.dot
new file mode 100644
index 0000000..9360ffe
--- /dev/null
+++ b/static/approach.dot
@@ -0,0 +1,11 @@
+digraph f {
+ "matching" -> "strings";
+ "matching" -> "entities";
+
+ "strings" -> "lookups";
+ "strings" -> "normalization";
+ "strings" -> "fuzzy";
+
+ "entities" -> "identifiers";
+ "entities" -> "string subsets";
+}