mirror of
https://github.com/adulau/DomainClassifier.git
synced 2024-12-04 15:57:13 +00:00
domain() to potentialdomain() method name updated
This commit is contained in:
parent
c954da666c
commit
b32ff4a776
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
digraph g{
|
digraph g{
|
||||||
z [label="raw text including probable hostnames"];
|
z [label="raw text including probable hostnames"];
|
||||||
a -> b;
|
a -> b;
|
||||||
a [label=".domain()",shape=box,fillcolor="palegreen",style="filled"];
|
a [label=".potentialdomain()",shape=box,fillcolor="palegreen",style="filled"];
|
||||||
z -> a [label=" extracting"];
|
z -> a [label=" extracting"];
|
||||||
b [label=".validdomain(extended=True)",shape=box,fillcolor="palegreen",style="filled"];
|
b [label=".validdomain(extended=True)",shape=box,fillcolor="palegreen",style="filled"];
|
||||||
c [label=".localizedomain(cc='country code')",shape=box,fillcolor="palegreen",style="filled"];
|
c [label=".localizedomain(cc='country code')",shape=box,fillcolor="palegreen",style="filled"];
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 43 KiB |
Loading…
Reference in a new issue