From 52505bba8a8ec02cf495cd1efe74af050bfa6b32 Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Sun, 14 Sep 2014 09:03:10 -0700 Subject: [PATCH] Update README.rst Clarified that some signature extraction methods require initializing the lib first. --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 9e6182c..2b5966f 100644 --- a/README.rst +++ b/README.rst @@ -71,6 +71,11 @@ the power of machine learning algorithms: .. code:: python + import talon + # don't forget to init the library first + # it loads machine learning classifiers + talon.init() + from talon import signature