aboutsummaryrefslogtreecommitdiffstats
path: root/static/approach.dot
blob: 0bf3cbbf963d19ebdc011ed500a52ad8740b6c97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
digraph f {
    "matching" -> "strings";
    "matching" -> "entities";

    "strings" -> "lookups";
    "strings" -> "normalization";
    "strings" -> "fuzzy";

    "entities" -> "identifiers";
    "entities" -> "field subsets";

    "field subsets" -> "strings";
}