Techblog For Learner

Semantics and speech

This is the 2nd and Last post of blog post series ‘Understanding Natural Language Processing’.

About Semantics

GQL Checking (site: pixebay).

In tech terms it is the task of ensuring that the declarations and statements of a program are semantically correct, i.e, that their meaning is clear and consistent with the way in which control structures and data types are supposed to be used.

Associated Major Tasks

Sentiment analysis extract subjective information usually from a set of documents, often using online reviews to determine “polarity” about specific objects. It is especially useful for identifying trends of public opinion in the social media, for the purpose of marketing.

Topic segmentation and recognition given a chunk of text, separate it into segments each of which is devoted to a topic, and identify the topic of the segment.

Natural language generation convert information _from computer databases or semantic intents_into readable human language.

Question answering given a human-language question, determine its answer. Typical questions have a specific right answer (such as “What is the capital of Canada?”), but sometimes open-ended questions are also considered (such as “What is the meaning of life?”).

Relationship extraction given a chunk of text, identify the relationships among named entities (e.g. who is married to whom).

Named entity recognition (NER) given a stream of text, determine which items in the_text map to proper names, such as people or places,_ and what the type of each such name is (e.g. person, location, organization).

About Speech

GQL Different voices (site: pixebay).

the expression of or the ability to express thoughts and feelings by articulate sounds. or a formal address or discourse delivered to an audience.

Associated Tasks

Speech recognition given a sound clip of a person or people speaking, determine the textual representation of the speech. This is the opposite of text to speech and is one of the extremely difficult problems colloquially termed “AI-complete”. In natural speech there are hardly any pauses between successive words, and thus speech segmentation is a necessary subtask of speech recognition (see below). Note also that in most spoken languages, the sounds representing successive letters blend into each other in a process termed coarticulation.

Speech segmentation given a sound clip of a person or people speaking, s_eparate it into words_. A subtask of speech recognition and typically grouped with it.

Text-to-speech given a text, transform those units and produce a spoken representation. Text-to-speech can be used to aid the visually impaired.

Thank you for reading my post.. Keep Scrolling

***

Blogs by Kunal is maintained by Kunal Sharma.
Designed and Developed by Kunal in with and 💻 .