From 5eca33529fb5335f35f0bbbdf4bbc749d050dfda Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 28 Apr 2013 16:12:46 +0300 Subject: [PATCH] Overview of the methods/flow in DomainClassifier Overview of the methods/flow in DomainClassifier --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e16bcc3..55e03d6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ DomainClassifier DomainClassifier is a simple Python library to extract and classify Internet domains from raw text files following their existence, localization or attributes. + +![An overview of the DomainClassifier methods](https://raw.github.com/adulau/DomainClassifier/master/doc/domainclassifier-flow.png) + How To Use It -------------