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
Log.Debug("ExampleDiscoveryV1", "resp is null, {0}", data);
2815
2816
}
2816
2817
```
2818
+
### Natural Language Understanding
2819
+
[Natural Language Understanding][natural_language_understanding] uses natural language processing to analyze semantic features of any text. Provide plain text, HTML, or a public URL, and Natural Language Understanding returns results for the features you specify. The service cleans HTML before analysis by default, which removes most advertisements and other unwanted content.
2820
+
2821
+
You can create [custom models][nlu_models] with Watson Knowledge Studio that can be used to detect custom [entities][nlu_entities] and [relations][nlu_relations] in Natural Language Understanding.
You can quickly develop a basic application that uses the Speech to Text service and the Natural Language Classifier service by using the prefabs that come with the SDK. Ensure that you prepare the test data before you complete the the following steps:
@@ -2876,6 +2965,10 @@ See [CONTRIBUTING.md](.github/CONTRIBUTING.md).
0 commit comments