From 34c8934b5d5204241dae38995781c932dd5eacf1 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 16 Dec 2020 22:17:56 +0100 Subject: focus on notes, first --- docs/Makefile | 6 ------ docs/approach.dot | 13 ------------- docs/approach.png | Bin 40516 -> 0 bytes 3 files changed, 19 deletions(-) delete mode 100644 docs/Makefile delete mode 100644 docs/approach.dot delete mode 100644 docs/approach.png (limited to 'docs') diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 9b84114..0000000 --- a/docs/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -approach.png: approach.dot - dot -Tpng $^ > $@ - -.PHONY: clean -clean: - rm -rf approach.png diff --git a/docs/approach.dot b/docs/approach.dot deleted file mode 100644 index 0bf3cbb..0000000 --- a/docs/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/docs/approach.png b/docs/approach.png deleted file mode 100644 index cce18d7..0000000 Binary files a/docs/approach.png and /dev/null differ -- cgit v1.2.3