简体   繁体   English

作为 Google NLP 中的人的一部分,我如何训练说泰米尔人姓名(泰米尔人种族)

[英]How do I train say Tamil names (Tamil ethnicity) as part of Person in Google NLP

How do I train say Tamil names (Tamil ethnicity) as part of Person in Google NLP作为 Google NLP 中的人的一部分,我如何训练说泰米尔人姓名(泰米尔人种族)

Names like像这样的名字

  1. Pazhanivel帕扎尼维尔

  2. Kuzhanthaivel库赞泰维尔

Refer the attached screenshot from NLP-demo请参阅 NLP-demo 的附加屏幕截图在此处输入图像描述

In your description you show a demo run of the Natural Language API.在您的描述中,您展示了自然语言 API 的演示运行。 This demo has in its backend a Natural Language model trained with a huge amount of labelled data and you are choosing an entity extraction task.此演示在其后端有一个自然语言 model 训练有大量标记数据,您正在选择一个实体提取任务。

To use the Natural Language API to perform an entity task you have two options, which you can see if you scroll down a little bit in [1]: Entity Analysis and Custom Entity Extraction.要使用自然语言 API 执行实体任务,您有两个选项,如果您在 [1] 中向下滚动一点可以看到:实体分析和自定义实体提取。

The first option is what you see in the demo, it takes an entity analysis model and performs the task with the input text.第一个选项是您在演示中看到的,它进行实体分析 model 并使用输入文本执行任务。 The labels learned by the model cannot be changed so it's not able to recognize the names Pazhanivel and Kuzhanthaivel. model 学习的标签无法更改,因此无法识别名称 Pazhanivel 和 Kuzhanthaivel。

The second option is what you are looking for, a custom entity extraction.第二个选项是您正在寻找的,自定义实体提取。 To perform a training with this you can check the quickstart [2].要使用它进行培训,您可以查看快速入门 [2]。 This implies training a custom entity recognition model which is not a simple task, however with Google Cloud Platform you can launch a model training using only the UI and so it becomes manageable.这意味着训练自定义实体识别 model 这不是一项简单的任务,但是使用 Google Cloud Platform,您可以仅使用 UI 启动 model 训练,因此它变得易于管理。 Also in the Google Cloud documentation you have explanations about all the steps to prepare the data [3], training models [4] and so on.此外,在 Google Cloud 文档中,您还对准备数据 [3]、训练模型 [4] 等的所有步骤进行了解释。

Do not hesitate to ask if you have any question.如果您有任何问题,请不要犹豫。

[1] https://cloud.google.com/natural-language/#section-5 [1] https://cloud.google.com/natural-language/#section-5

[2] https://cloud.google.com/natural-language/automl/docs/quickstart [2] https://cloud.google.com/natural-language/automl/docs/quickstart

[3] https://cloud.google.com/natural-language/automl/docs/prepare?_ga=2.66840366.-1201206137.1584215642 [3] https://cloud.google.com/natural-language/automl/docs/prepare?_ga=2.66840366.-1201206137.1584215642

[4] https://cloud.google.com/natural-language/automl/docs/models [4] https://cloud.google.com/natural-language/automl/docs/models

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何训练以查找 NLP 中出现的 US state? - How do I train to find the occurrence of a US state in NLP? 如何以编程方式训练我的 Google Cloud AutoML 自定义模型? - How do I programmatically train my Google Cloud AutoML Custom Model? 如何将随机输入值作为 Google Actions NLP(谷歌助手)控制台中的插槽变量? - How can I take a random input value as a slot variable in Google Actions NLP (google assistant) Console? 如何让wireguard解析谷歌计算引擎上的内部dns名称 - How do I get wireguard to resolve internal dns names on google compute engine 如何让 Google Log Viewer (Logs Explorer) 显示 GCE VM 实例名称 - How do I get Google Log Viewer (Logs Explorer) to show me GCE VM instance names 如何从 Google Chrome 扩展程序调用 Google NLP Api - How to call Google NLP Api from a Google Chrome extension 您如何自动发送 email on Google 表单提交,来自提交表单的人而不是 Google 表单所有者? - How do you automatically send an email on Google form submit, from the person who submitted the form and not the Google form owner? 如何安全地将我的 Google 应用程序凭据提供给他人? - How can I safely give my google application credentials to another person? Google NLP身份验证/通话问题 - Google NLP authentication/call issue Google Cloud NLP-未返回任何实体 - Google Cloud NLP - No Entities Returned
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM