diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-08-15 17:43:24 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-08-15 17:43:24 +0200 |
commit | 15b4c403141e9477fb9c6c89f6ad4d27c6207a43 (patch) | |
tree | 26f868a550cc322b17aa03036d3f40de3f9ab8e3 /static | |
parent | 8f063f9547ebcbef1e7ece25295a5754be4c33e1 (diff) | |
download | fuzzycat-15b4c403141e9477fb9c6c89f6ad4d27c6207a43.tar.gz fuzzycat-15b4c403141e9477fb9c6c89f6ad4d27c6207a43.zip |
update static files
Diffstat (limited to 'static')
-rw-r--r-- | static/approach.dot | 4 | ||||
-rw-r--r-- | static/approach.png | bin | 35562 -> 40516 bytes |
2 files changed, 3 insertions, 1 deletions
diff --git a/static/approach.dot b/static/approach.dot index 9360ffe..0bf3cbb 100644 --- a/static/approach.dot +++ b/static/approach.dot @@ -7,5 +7,7 @@ digraph f { "strings" -> "fuzzy"; "entities" -> "identifiers"; - "entities" -> "string subsets"; + "entities" -> "field subsets"; + + "field subsets" -> "strings"; } diff --git a/static/approach.png b/static/approach.png Binary files differindex d4ea579..cce18d7 100644 --- a/static/approach.png +++ b/static/approach.png |