osc/research/ms-acs/README.md
2025-05-28 19:16:17 +08:00

20 lines
997 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Microsoft Azure Cognitive Search 测试工程
> 部署参考文档:
> https://learn.microsoft.com/en-us/python/api/overview/azure/search-documents-readme?view=azure-python
> API 参考文档:
> 实体识别https://learn.microsoft.com/en-us/azure/search/cognitive-search-skill-entity-recognition
> 实体识别https://learn.microsoft.com/en-us/azure/search/cognitive-search-skill-entity-recognition-v3
> 实体识别https://learn.microsoft.com/en-us/python/api/overview/azure/ai-textanalytics-readme?view=azure-python-preview&preserve-view=true
> 翻译https://learn.microsoft.com/zh-cn/azure/cognitive-services/translator/quickstart-translator?tabs=python
本工程计划提供识别文本中实体,并提供其 Wikipedia 页面信息的功能。
容器暂时部署在搬瓦工-11 服务器,创建完镜像后容器构建语句为
```
docker run -itd --name ms-acs \
-p 5110:5110 \
-v /usr/local/dockerbuild/ms-acs:/usr/local/ms-acs \
ms-acs:test
```