diff options
Diffstat (limited to 'static/approach.dot')
-rw-r--r-- | static/approach.dot | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/static/approach.dot b/static/approach.dot deleted file mode 100644 index 0bf3cbb..0000000 --- a/static/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"; -} |