- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 196字
- 2021-08-13 16:01:42
Other applications
There are several other applications of NLP; the following is a list of some of them:
- Detecting spam: The emails that we receive can be classified as spam or not spam.
- News classification: It can be useful to classify a news item based on several categories.
- Identifying the speakers, gender, or age: From a piece of text, the writer's gender and age can be detected. Similar attributes can be marked with voice data.
- Discovering topics: The topics of an article can be identified.
- Generating text: Text generated by machines has a lot of interesting applications.
- Finding duplicates: Skype has launched a live translation feature that involves speech to text, machine translation, and text-to-speech.
- Summarizing text: The summarization task takes a text as input and outputs a summary of that text. The summary is usually much shorter than the original text. For example, after a meeting, the transcript text can be summarized and sent to everyone.
- Comprehending paragraphs: Paragraph comprehension is the high school task of answering questions, with respect to a given piece of prose.
- Constituency parsing: Constituency parsing predicts a tree composition of a sentence into its constituents http://demo.allennlp.org/constituency-parsing.
推薦閱讀
- Mastering Zabbix(Second Edition)
- MongoDB for Java Developers
- 數據結構簡明教程(第2版)微課版
- Windows Forensics Cookbook
- HTML5+CSS3網站設計基礎教程
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- IoT Projects with Bluetooth Low Energy
- Java EE 7 with GlassFish 4 Application Server
- INSTANT JQuery Flot Visual Data Analysis
- Zend Framework 2 Cookbook
- PyTorch生成對抗網絡編程
- Splunk Developer's Guide(Second Edition)
- Java與Android移動應用開發:技術、方法與實踐
- C++教程
- C語言程序設計教程