Skip to content

Commit e11e7af

Browse files
committed
Fixes #85, Fixes #70 added Alchemy Language and Visual Recognition to the config editor, updated readme to remove variable instructions, updated changelog
1 parent f5a91a0 commit e11e7af

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@ Change Log
44

55
_2016-06-24_
66

7-
* New: Added Alchemy Language v1 abstraction
8-
* New: Added Personality Insights v2 abstraction
9-
* Fix: Added Tone Analyzer to the Configuration Editor
10-
* Fix: Added Tradeoff Analytics to the Configuration Editor
11-
* Fix: Added Conversation to the Configuration Editor
12-
* Fix: Added Personality Insights to the Configuration Editor
7+
* New: Added `Alchemy Language` abstraction
8+
* New: Added `Personality Insights` abstraction
9+
* Fix: Added `Tone Analyzer` to the Configuration Editor
10+
* Fix: Added `Tradeoff Analytics` to the Configuration Editor
11+
* Fix: Added `Conversation` to the Configuration Editor
12+
* Fix: Added `Personality Insights` to the Configuration Editor
13+
* Fix: Added `Alchemy Language` to the Configuration Editor
14+
* Fix: Added `Visual Recognition` to the Configuration Editor
1315

1416
## Version 0.4.0
1517

1618
_2016-06-09_
1719

18-
* New: Added Tone Analyzer v3 abstraction
19-
* New: Added Tradeoff Analytics abstraction
20-
* New: Added Conversation abstraction
21-
* New: Added Visual Recognition v3 abstraction
20+
* New: Added `Tone Analyzer v3` abstraction
21+
* New: Added `Tradeoff Analytics` abstraction
22+
* New: Added `Conversation` abstraction
23+
* New: Added `Visual Recognition v3` abstraction
2224
* Fix: Creating test project dynamically for Travis CL integration
2325
* Fix: Refactored Language Translation to Language Translator
2426
* Fix: Widget examples sprite references were disconnected

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ void OnMessage (DataModels.MessageResponse resp)
354354

355355

356356
### Visual Recognition
357-
Use the [Visual Recognition][visual_recognition] service to classify an image against a default or custom trained classifier. In addition, the service can detect faces and text in an image. Instead of credentials, the Visual Recognition key `VISUAL_RECOGNITION_API_KEY` must be set as a variable in the Advanced Mode of the Config Editor (**Watson -> Configuration Editor**). The ServiceID `VisualRecognitionV3` and endpoint URL `https://gateway-a.watsonplatform.net/visual-recognition/api` must also be added manually.
358-
359-
![visual-recognition0](http://g.recordit.co/Qke2gKfaKJ.gif)
357+
Use the [Visual Recognition][visual_recognition] service to classify an image against a default or custom trained classifier. In addition, the service can detect faces and text in an image.
360358

361359
#### Managing Classifiers
362360
You can train and delete classifiers by directly accessing low level Visual Recognition methods.
@@ -780,9 +778,7 @@ private void LogTraitTree(DataModels.TraitTreeNode traitTreeNode)
780778

781779

782780
### Alchemy Language
783-
Use the [Alchemy Language][alchemy_language] service to extract semantic meta-data from content such as information on people, places, companies, topics, facts, relationships, authors and languages. Instead of credentials, the Alchemy API Key `ALCHEMY_API_KEY` must be set as a variable in the Advanced Mode of the Config Editor (**Watson -> Configuration Editor**). The ServiceID `AlchemyLanguageV1` and endpoint URL `https://gateway-a.watsonplatform.net` must also be added manually.
784-
785-
![alchemy-language0](http://g.recordit.co/xkGArdMVbC.gif)
781+
Use the [Alchemy Language][alchemy_language] service to extract semantic meta-data from content such as information on people, places, companies, topics, facts, relationships, authors and languages.
786782

787783
#### Getting Authors
788784
You can extract Authors from a URL or HTML source.

0 commit comments

Comments
 (0)