- The Natural Language Processing Workshop
- Rohan Chopra Aniruddha M. Godbole Nipun Sadvilkar Muzaffar Bashir Shah Sohom Ghosh Dwight Gunning
- 331字
- 2021-06-11 18:39:23
Introduction
Before we can get into NLP in any depth, we first need to understand what natural language is. To put it in simple terms, it is a means for us to express our thoughts and ideas. To define it more specifically, language is a mutually agreed upon set of protocols involving words/sounds that we use to communicate with each other.
In this era of digitization and computation, we are constantly interacting with machines around us through various means, such as voice commands and typing instructions in the form of words. Thus, it has become essential to develop mechanisms by which human language can be comprehended accurately by computers. NLP helps us do this. So, NLP can be defined as a field of computer science that is concerned with enabling computer algorithms to understand, analyze, and generate natural languages.
Let's look at an example. You have probably interacted with Siri or Alexa at some point. Ask Alexa for a cricket score, and it will reply with the current score. The technology behind this is NLP. Siri and Alexa use techniques such as Speech to Text with the help of a search engine to do this magic. As the name suggests, Speech to Text is an application of NLP in which computers are trained to understand verbally spoken words.
NLP works at different levels, which means that machines process and understand natural language at different levels. These levels are as follows:
- Morphological level: This level deals with understanding word structure and word information.
- Lexical level: This level deals with understanding the part of speech of the word.
- Syntactic level: This level deals with understanding the syntactic analysis of a sentence, or parsing a sentence.
- Semantic level: This level deals with understanding the actual meaning of a sentence.
- Discourse level: This level deals with understanding the meaning of a sentence beyond just the sentence level, that is, considering the context.
- Pragmatic level: This level deals with using real-world knowledge to understand the sentence.
- 算法競賽入門經典:習題與解答
- 云計算環境下的信息資源集成與服務
- 計算機信息技術基礎實驗與習題
- InfluxDB原理與實戰
- Libgdx Cross/platform Game Development Cookbook
- Neural Network Programming with TensorFlow
- WS-BPEL 2.0 Beginner's Guide
- Sybase數據庫在UNIX、Windows上的實施和管理
- 智能數據時代:企業大數據戰略與實戰
- Oracle數據庫管理、開發與實踐
- Doris實時數倉實戰
- Deep Learning with R for Beginners
- 從Lucene到Elasticsearch:全文檢索實戰
- Cognitive Computing with IBM Watson
- 大數據技術體系詳解:原理、架構與實踐