From c83fe1535a54a54c366235afc3619dd827f2a716 Mon Sep 17 00:00:00 2001 From: Keith Weaver Date: Tue, 21 Feb 2017 22:09:00 -0500 Subject: [PATCH] Began documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fd23f15..c38fe64 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ composer require kweaver00/watson_php dev-master [Natural Language Classifier](https://github.com/kweaver00/unofficial-ibm-watson-php-sdk#natural-language-classifier) +[Retrieve and Rank](https://github.com/kweaver00/unofficial-ibm-watson-php-sdk#retrieve-and-rank) + [Document Conversion](https://github.com/kweaver00/unofficial-ibm-watson-php-sdk#document-conversion) @@ -61,6 +63,11 @@ $response = $naturalLangObj->create($localFilePathForTrainingData,$localFilePath +## Retrieve and Rank + + + + ## Document Conversion ### Creating A New Object