From 1af8bc46ced97cf6f55b0e04d1a9ed24680287fd Mon Sep 17 00:00:00 2001 From: aidankmcl Date: Fri, 26 Sep 2014 15:16:43 -0400 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12869f1..9b063c2 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,24 @@ Examples ``` +Local +-------- +When using a local version of the api you must remember to import '.local', otherwise it functions the exact same as the remote api documented above. + +``` +>>> from indicoio.local import sentiment + +>>> sentiment("I absolutely love this tool!") + +{u'Sentiment': 0.9547717584012009} + +``` + + Installation ------------ ``` pip install indicoio ``` -Announcement: Indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started. \ No newline at end of file +Announcement: Indico has partnered with Experfy, a data science consulting marketplace based in the Harvard Innovation Lab. Through Experfy, we are helping our data science community members find lucrative projects and advance their skills. Please signup for Experfy at https://www.experfy.com/ to get started.