语音asr是什么意思_ASR的完整形式是什么?

语音asr是什么意思

ASR:自动语音识别 (ASR: Automated Speech Recognition)

ASR stands for Automated Speech Recognition. With the help of this technology, spoken words can be easily converted to written text. What actually it does? It gives access to the computers to recognize the words spoken and process it out in a microphone or an input device which is connected to the computer.

ASR代表自动语音识别 。 借助这项技术,可以轻松将口语转换为书面文字。 实际上是什么呢? 它可以访问计算机以识别说出的单词,并在连接到计算机的麦克风或输入设备中对其进行处理。

ASR full form


Image source: http://www.techsoupforlibraries.org/blog/106-fascinating-voice-search-facts

图片来源:http://www.techsoupforlibraries.org/blog/106-fascinating-voice-search-facts

ASR的类型 (Types of ASR)

To convert the spoken language into readable text, ASR can be taken into use. It is designed to perform such task. ASR is an independent software used for transcription.

要将口语转换为可读文本,可以使用ASR。 它旨在执行此类任务。 ASR是用于转录的独立软件。

ASR is mainly of two types as given below,

ASR主要分为以下两种类型:

  1. Natural Language Conversation:

    自然语言对话

    In ASR, Natural Language Conversation is a more advanced version as well as a sophisticated one. When a user speaks something or gives someone written content to the computer, it reverts to the user depending on how it understood the provided content. With the help of Natural Language Conversation, one can easily interact with the computer with their common or natural language.

    在ASR中,自然语言会话既是高级版本,也是复杂版本。 当用户说出某些内容或向某人提供书面内容给计算机时,它会根据其对所提供内容的理解程度恢复为该用户。 借助自然语言对话,人们可以轻松地以其普通或自然语言与计算机进行交互。

  2. Direct Dialogue Conversations:

    直接对话对话

    In ASR, Direct Dialogue Conversations is the basic version. The machine acts as an interface between the user and the computer in this version. The machine contains some information of which word you need to speak to the computer to get the computer understands your words. It tells you to choose the word according to your suitability and speak to the computer with that word. Similarly, the machine answers whatever you have asked for to the computer. This technology is used in Automated Telephone Banking. With the help of this technology, they give the customers suitability to interact over the telephone for the wide-ranging financial transactions.

    在ASR中,直接对话对话是基本版本。 在此版本中,计算机充当用户与计算机之间的接口。 机器包含一些信息,您需要与计算机说出哪个单词才能使计算机理解您的单词。 它告诉您根据您的适合性选择单词,然后使用该单词与计算机对话。 同样,机器会向您的计算机回答您的要求。 自动电话银行中使用了此技术。 借助这项技术,他们使客户适合通过电话进行互动以进行广泛的金融交易。

ASR如何运作? (How does ASR works?)

Here are the stepwise details of how ASR works,

以下是ASR工作原理的逐步细节,

  1. With the help of microphones, the user inputs the word into the software.

    在麦克风的帮助下,用户将单词输入软件。

  2. A wave file is created according to the input word with the help of the input device. Noises are removed from the background as well as the normalization of the volume of wave file is done.

    在输入设备的帮助下,根据输入的单词创建一个wave文件。 从背景中去除了噪音,并且完成了波形文件体积的标准化。

  3. These wave file after cleaning are broken into the phonemes. Phonemes are the smallest units of the sound. In the English language, there is a total of 44 phonemes.

    这些清洗后的波形文件会分解为音素。 音素是声音的最小单位。 在英语中,总共有44个音素。

  4. Beginning from the first, these phonemes are analyzed by the ASR software one by one. In order to make the complete sentence, it first analyzes whole words with the help of statistical probability analysis.

    从第一个开始,这些音素将由ASR软件逐一分析。 为了制作完整的句子,它首先借助统计概率分析来分析整个单词。

  5. In the end, ASR responds most efficiently with the proper understanding of the words.

    最后,ASR通过正确理解单词来最有效地响应。

ASR的优势 (Advantages of ASR)

  • It is faster than other technology

    它比其他技术更快

  • More accurate

    更准确

  • Focused and flexible

    专注而灵活

  • Spell check doesn't require

    不需要拼写检查

翻译自: https://www.includehelp.com/dictionary/asr-full-form.aspx

语音asr是什么意思

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/543868.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

数据库缓冲池_块缓冲| 数据库管理系统

数据库缓冲池When several blocks need to be transferred from disk to main memory and all the block addresses are known, several buffers can be reserved in main memory to speed up the transfer. 当需要将几个块从磁盘传输到主存储器并且所有块地址已知时&#xff0…

递归如何书写?

目录 第一步:首先你分析问题,要有递归的思路,知道要递归什么来解决问题。 第二步:先按照思路(第一层)写出函数的定义与函数体 第三步:根据函数的定义与函数体进一步确定需要的参数 第四步&a…

python 散点图 分类_Python | 分类图

python 散点图 分类Visualizing different variables is also a part of basic plotting. Such variables can have different classes, for example, numerical or a category. Matplotlib has an important feature of Categorical Plotting. We can plot multiple categoric…

二叉树祖先节点_二叉树的祖先

二叉树祖先节点Problem statement: 问题陈述: Given a Binary Tree and a target key, write a function that prints all the ancestors of the key in the given binary tree. 给定二叉树和目标键,编写一个函数,以打印给定二叉树中键的所有…

CALayer精讲

CALayer精讲 CALayer包含在QuartzCore框架中,这是一个跨平台的框架,既可以用在iOS中又可以用在Mac OS X中。后面要学Core Animation就应该先学好Layer(层)。 我们看一下UIView与Layer之间的关系图(图片来源于网络&…

rofl用什么播放_ROFL的完整形式是什么?

rofl用什么播放ROFL:笑在地板上滚动 (ROFL: Rolling On Floor Laughing) ROFL is an abbreviation of Rolling on Floor Laughing. ROFL is a very trendy internet slang between youngsters and used in text messaging, instant messaging, chatting, and social…

gif 格式 完整 检查_GIF的完整格式是什么?

gif 格式 完整 检查GIF:图形交换格式 (GIF: Graphics Interchange Format) GIF is an abbreviation of Graphics Interchange Format. It is extensively used for animations and still images on the World Wide Web. The image is set out is bitmap image and i…

Java基础_05

2019独角兽企业重金招聘Python工程师标准>>> 1:boolean运算符号 || 与 | && 与 &的区别。 Equals与innstanceof 1:java中的方法。方法的定义,参数、返回值、调用方式。 2:方法调用与参数传递、Static方…

Android Studio 之下载安装

2019独角兽企业重金招聘Python工程师标准>>> 目录[-] 背景Android Studio VS Eclipse下载创建HelloWorld项目背景 相信大家对Android Studio已经不陌生了,Android Studio是Google于2013 I/O大会针对Android开发推出的新的开发工具,目前很多开…

模拟UIWebView

2019独角兽企业重金招聘Python工程师标准>>> // // ViewController.m // 模拟UIWebView // // Created by dc0061 on 15/12/10. // Copyright © 2015年 dc0061. All rights reserved. //#import "ViewController.h"interface ViewController ()&…

4g 中bis代表什么_BIS的完整形式是什么?

4g 中bis代表什么BIS:印度标准局 (BIS: Bureau of Indian Standards) BIS is an abbreviation of the Bureau of Indian Standards. It is the National Standard Body of India which is operating in the groundwork and execution of the standards, certificati…

Feature selection

原文:http://scikit-learn.org/stable/modules/feature_selection.html The classes in the sklearn.feature_selection module can be used for feature selection/dimensionality reduction on sample sets, either to improve estimators’ accuracy scores or to boost the…

ronald aai_AAI的完整形式是什么?

ronald aaiAAI:印度机场管理局 (AAI: Airport Authority of India) AAI is an abbreviation of the Airport Authority of India. It operates under the Ministry of Civil Aviation. It is in charge of creating, crafting, maintaining and enhancing the civil…

使用Eclipse-Maven-git做Java开发(13)--导入git仓库的代码到eclipse

2019独角兽企业重金招聘Python工程师标准>>> 前面讲到了怎么使用osc的git服务进行代码托管。至此,我们已经可以使用git进行文件的版本管理了,甚至可以进行不需要IDE的编程了,但是我们绝大多数时候还是需要IDE的,接下来…

python 三维图直方图_Python | 阶梯直方图

python 三维图直方图A histogram is a graphical technique or a type of data representation using bars of different heights such that each bar groups numbers into ranges (bins or buckets). Taller the bar higher the data falls in that bin. A Histogram is one o…

ExtJS4.2学习(21)动态菜单与表格数据展示操作总结篇2

运行效果&#xff1a; 此文介绍了根据操作左侧菜单在右面板展示相应内容。 一、主页 先看一下跳转主页的方式&#xff1a;由在webapp根目录下的index.jsp跳转至demo的index.jsp 下面是demo的index.jsp的代码 <% page language"java" contentType"text/html; …

jQuery之call()方法的使用

最近在做项目时候&#xff0c;写了几行关于DOM操作的代码&#xff0c;在方法中使用了this&#xff0c;在后期重构的时候&#xff0c;想将这段分离出来做成一个方法。 最开始想的很简单&#xff0c;就直接分离出来使用方法名称调用即可。 但是实际操作的时候没有效果&#xff0c…

github的使用

GitHub操作总结 : 总结看不明白就看下面的详细讲解. GitHub操作流程 : 第一次提交 : 方案一 : 本地创建项目根目录, 然后与远程GitHub关联, 之后的操作一样; -- 初始化git仓库 :git init ; -- 提交改变到缓存 :git commit -m description ; -- 本地git仓库关联GitHub仓库 : g…

sql更改完整模式报错_SQL的完整形式是什么?

sql更改完整模式报错SQL&#xff1a;结构化查询语言 (SQL: Structured Query Language) SQL is an abbreviation of Structured Query Language. It is a programming language developed and designed for handling structured data in Relational Database Management System…

基于微服务架构,改造企业核心系统之实践

2019独角兽企业重金招聘Python工程师标准>>> 1. 背景与挑战 随着公司国际化战略的推行以及本土业务的高速发展&#xff0c;后台支撑系统已经不堪重负。在吞吐量、稳定性以及可扩展性上都无法满足日益增长的业务需求。对于每10万元额度的合同&#xff0c;从销售团队…