- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 107字
- 2021-08-13 16:01:37
Bag-of-words
Bag-of-words in contrast to N-grams does not consider word order or sequence. It captures the word occurrence frequencies in the text corpus. Bag-of-words is also used as features in tasks like sentiment analysis and topic identification.
In the following sections, we will look at an overview of the following applications of NLP:
- Analyzing sentiment
- Recognizing named entities
- Linking entities
- Translating text
- Natural language interfaces
- Semantic Role Labeling
- Relation extraction
- SQL query generation, or semantic parsing
- Machine Comprehension
- Textual entailment
- Coreference resolution
- Searching
- Question answering and chatbots
- Converting text to voice
- Converting voice to text
- Speaker identification
- Spoken dialog systems
- Other applications
推薦閱讀
- JBoss Weld CDI for Java Platform
- Google Apps Script for Beginners
- 微信公眾平臺與小程序開發:從零搭建整套系統
- JavaScript:Functional Programming for JavaScript Developers
- Flux Architecture
- JavaScript 程序設計案例教程
- Mastering React
- Python深度學習原理、算法與案例
- 用戶體驗可視化指南
- C++編程兵書
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- OpenCV Android Programming By Example
- 嵌入式Linux C語言程序設計基礎教程
- 快樂編程:青少年思維訓練
- Python物理建模初學者指南(第2版)