@azure/ai-language-text 1.0.0-alpha.20220808.2 → 1.0.0-alpha.20220816.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -5
- package/package.json +1 -1
package/README.md
CHANGED
@@ -27,10 +27,14 @@ Use the client library to:
|
|
27
27
|
Key links:
|
28
28
|
|
29
29
|
- [Source code](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/)
|
30
|
-
- Package (NPM)
|
31
|
-
- API reference documentation
|
30
|
+
- [Package (NPM)](https://www.npmjs.com/package/@azure/ai-language-text)
|
31
|
+
- [API reference documentation](https://aka.ms/ai-language-text-js-api)
|
32
32
|
- [Product documentation](https://docs.microsoft.com/azure/cognitive-services/language-service/)
|
33
|
-
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/samples
|
33
|
+
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/samples)
|
34
|
+
|
35
|
+
#### **_Migrating from @azure/ai-text-analytics advisory_ ⚠️**
|
36
|
+
|
37
|
+
Please see the [Migration Guide](https://github.com/azure/azure-sdk-for-js/blob/main/sdk/cognitivelanguage/ai-language-text/MIGRATION_ai_text_analytics.md) for detailed instructions on how to update application code from version 5.x of the AI Text Analytics client library to the new AI Language Text client library.
|
34
38
|
|
35
39
|
## Getting started
|
36
40
|
|
@@ -755,7 +759,7 @@ For more detailed instructions on how to enable logs, you can look at the [@azur
|
|
755
759
|
|
756
760
|
## Next steps
|
757
761
|
|
758
|
-
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/samples
|
762
|
+
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/samples) directory for detailed examples on how to use this library.
|
759
763
|
|
760
764
|
## Contributing
|
761
765
|
|
@@ -776,5 +780,5 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
776
780
|
[register_aad_app]: https://docs.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
|
777
781
|
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential
|
778
782
|
[data_limits]: https://docs.microsoft.com/azure/cognitive-services/language-service/concepts/data-limits
|
779
|
-
[analyze_sentiment_opinion_mining_sample]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/samples-
|
783
|
+
[analyze_sentiment_opinion_mining_sample]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/samples/v1-beta/javascript/opinionMining.js
|
780
784
|
[lang_studio]: https://docs.microsoft.com/azure/cognitive-services/language-service/language-studio
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"sdk-type": "client",
|
4
4
|
"author": "Microsoft Corporation",
|
5
5
|
"description": "An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.",
|
6
|
-
"version": "1.0.0-alpha.
|
6
|
+
"version": "1.0.0-alpha.20220816.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|