diff options
Diffstat (limited to 'notes/approach.dot')
-rw-r--r-- | notes/approach.dot | 13 |
1 files changed, 13 insertions, 0 deletions
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"; +} |