You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
0 commit comments