Skip to content

Commit a47b18f

Browse files
authored
Merge pull request #187 from watson-developer-cloud/rc-2.0.0
Rc 2.0.0
2 parents 2d10f9a + 475c3ec commit a47b18f

File tree

15 files changed

+89
-21
lines changed

15 files changed

+89
-21
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change Log
22
==========
3+
## Version 2.0.0
4+
_2018-03-09_
5+
* Breaking Change: Migrate to Visual Studio 2017.
6+
* Breaking Change: Regenerate all services using latest code generator & templates.
7+
* New: Revised integration tests.
8+
* New: Added documentation about publishing a release.
9+
* New: Generate Speech to Text service.
10+
* New: Generate Text to Speech service.
11+
* New: Generate Natural Language Classifier service.
12+
* New: Generate Visual Recognition service.
13+
314
## Version 1.3.1
15+
_2018-01-09_
416
* Fix: Change `Context` in `MessageRequest` to `dynamic`.
517

618
## Version 1.3.0

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Watson Developer Cloud .NET Standard SDK"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.3.1
41+
PROJECT_NUMBER = 2.0.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You can get the latest SDK packages through NuGet. Installation instructions can
2727
* [Discovery](/src/IBM.WatsonDeveloperCloud.Discovery.v1)
2828
* [Language Translator](/src/IBM.WatsonDeveloperCloud.LanguageTranslator.v2)
2929
* [Natural Language Understanding](/src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1)
30+
* [Natural Language Classifier](/src/IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1)
3031
* [Personality Insights](/src/IBM.WatsonDeveloperCloud.PersonalityInsights.v3)
3132
* [Speech to Text](/src/IBM.WatsonDeveloperCloud.SpeechToText.v1)
3233
* [Text to Speech](/src/IBM.WatsonDeveloperCloud.TextToSpeech.v1)

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@ artifacts:
121121
name: IBM.WatsonDeveloperCloud.Discovery.v1
122122
- path: '\src\IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1\bin\$(configuration)\*.nupkg'
123123
name: IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1
124+
- path: '\src\IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1\bin\$(configuration)\*.nupkg'
125+
name: IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1
124126
deploy:
125127
- provider: NuGet
126128
api_key:
127-
secure: 2W1iN8vudnfbSezg9ZE4bfBBacbBHjhVuseZqsKsd2nCIydYaLRnW3kordCyeI/O
129+
secure: jVMsvYb86JW+UMN2Gb2m1JazRkouGMzd58NHWxWVAY1BsQbehIU+YTxdsAeMo1qy
128130
on:
129131
branch: master
130132
APPVEYOR_REPO_TAG: true

src/IBM.WatsonDeveloperCloud.Conversation.v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.Conversation.v1/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v2.0.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.Conversation.v1/)
22

33
### Conversation
44

@@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.Conversation.v1
1515
```JSON
1616

1717
"dependencies": {
18-
"IBM.WatsonDeveloperCloud.Conversation.v1": "1.3.1"
18+
"IBM.WatsonDeveloperCloud.Conversation.v1": "2.0.0"
1919
}
2020

2121
```

src/IBM.WatsonDeveloperCloud.Discovery.v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.Discovery.v1/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v2.0.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.Discovery.v1/)
22

33
### Discovery
44
The IBM Watson™ [Discovery][discovery] service makes it possible to rapidly build cognitive, cloud-based exploration applications that unlock actionable insights hidden in unstructured data - including your own proprietary data, as well as public and third-party data.
@@ -14,7 +14,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.Discovery.v1
1414
```JSON
1515

1616
"dependencies": {
17-
"IBM.WatsonDeveloperCloud.Discovery.v1": "1.3.1"
17+
"IBM.WatsonDeveloperCloud.Discovery.v1": "2.0.0"
1818
}
1919

2020
```

src/IBM.WatsonDeveloperCloud.LanguageTranslator.v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.LanguageTranslator.v2/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v2.0.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.LanguageTranslator.v2/)
22

33
### Language Translator
44

@@ -15,7 +15,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.LanguageTranslator.v2
1515
```JSON
1616

1717
"dependencies": {
18-
"IBM.WatsonDeveloperCloud.LanguageTranslator.v2": "1.3.1"
18+
"IBM.WatsonDeveloperCloud.LanguageTranslator.v2": "2.0.0"
1919
}
2020

2121
```
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[![NuGet](https://img.shields.io/badge/nuget-v2.0.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1/)
2+
3+
### Natural Language Classifier
4+
IBM Watson™ [Natural Language Classifier][natural_language_classifier] uses machine learning algorithms to return the top matching predefined classes for short text input. You create and train a classifier to connect predefined classes to example texts so that the service can apply those classes to new inputs.
5+
6+
### Installation
7+
#### Nuget
8+
```
9+
10+
PM > Install-Package IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1
11+
12+
```
13+
#### Project.json
14+
```JSON
15+
16+
"dependencies": {
17+
"IBM.WatsonDeveloperCloud.NaturalLanguageClassifier.v1": "2.0.0"
18+
}
19+
20+
```
21+
### Usage
22+
IBM Watson™ Natural Language Classifier can help your application understand the language of short texts and make predictions about how to handle them. A classifier learns from your example data and then can return information for texts that it is not trained on.
23+
24+
You can create and train a classifier in less than 15 minutes.
25+
26+
#### Instantiating and authenticating the service
27+
Before you can send requests to the service it must be instantiated and credentials must be set.
28+
```cs
29+
// create a Natural Language Classifier Service instance
30+
NaturalLanguageClassifierService _naturalLanguageClassifierService = new NaturalLanguageClassifierService();
31+
32+
// set the credentials
33+
_naturalLanguageClassifierService.SetCredential("<username>", "<password>");
34+
```
35+
36+
#### Analyze
37+
Analyze features of natural language content.
38+
```cs
39+
ClassifyInput classifyInput = new ClassifyInput
40+
{
41+
Text = _textToClassify
42+
};
43+
44+
classifyResult = Classify(classifierId, classifyInput);
45+
```
46+
47+
#### List Models
48+
List available [custom models][custom_models].
49+
```cs
50+
var listClassifiersResult = ListClassifiers();
51+
```
52+
53+
[natural_language_classifier]: https://console.bluemix.net/docs/services/natural-language-classifier/getting-started.html

src/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v2.0.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1/)
22

33
### Natural Language Understanding
44
With [Natural Language Understanding][natural_language_understanding] developers can analyze semantic features of text input, including - categories, concepts, emotion, entities, keywords, metadata, relations, semantic roles, and sentiment.
@@ -14,7 +14,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1
1414
```JSON
1515

1616
"dependencies": {
17-
"IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1": "1.3.1"
17+
"IBM.WatsonDeveloperCloud.NaturalLanguageUnderstanding.v1": "2.0.0"
1818
}
1919

2020
```

src/IBM.WatsonDeveloperCloud.PersonalityInsights.v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NuGet](https://img.shields.io/badge/nuget-v1.3.1-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.PersonalityInsights.v3/)
1+
[![NuGet](https://img.shields.io/badge/nuget-v2.0.0-green.svg?style=flat)](https://www.nuget.org/packages/IBM.WatsonDeveloperCloud.PersonalityInsights.v3/)
22

33
### Personality Insights
44

@@ -19,7 +19,7 @@ PM > Install-Package IBM.WatsonDeveloperCloud.PersonalityInsights.v3
1919
```JSON
2020

2121
"dependencies": {
22-
"IBM.WatsonDeveloperCloud.PersonalityInsights.v3": "1.3.1"
22+
"IBM.WatsonDeveloperCloud.PersonalityInsights.v3": "2.0.0"
2323
}
2424

2525
```

0 commit comments

Comments
 (0)