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
*[Natural Language Classifier](#natural-language-classifier)
36
35
*[Natural Language Understanding](#natural-language-understanding)
37
36
*[Personality Insights](#personality-insights)
@@ -421,51 +420,6 @@ languageTranslator.identify(
421
420
);
422
421
```
423
422
424
-
### Language Translator v2
425
-
426
-
**Note:** Language Translator v3 is now available. The v2 Language Translator API will no longer be available after July 31, 2018. To take advantage of the latest service enhancements, migrate to the v3 API. View the [Migrating to Language Translator v3](https://console.bluemix.net/docs/services/language-translator/migrating.html) page for more information.
427
-
428
-
Translate text from one language to another or idenfity a language using the [Language Translator][language_translator] service.
429
-
430
-
```javascript
431
-
var LanguageTranslatorV2 =require('watson-developer-cloud/language-translator/v2');
'The language translator service takes text input and identifies the language used.'
457
-
},
458
-
function(err, language) {
459
-
if (err) {
460
-
console.log('error:', err);
461
-
} else {
462
-
console.log(JSON.stringify(language, null, 2));
463
-
}
464
-
}
465
-
);
466
-
```
467
-
468
-
469
423
### Natural Language Classifier
470
424
471
425
Use [Natural Language Classifier](https://console.bluemix.net/docs/services/natural-language-classifier/getting-started.html) service to create a classifier instance by providing a set of representative strings and a set of one or more correct classes for each as training. Then use the trained classifier to classify your new question for best matching answers or to retrieve next actions for your application.
0 commit comments