- 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
推薦閱讀
- C及C++程序設(shè)計(jì)(第4版)
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(cè)(R+Python)
- Learning LibGDX Game Development(Second Edition)
- OpenShift開發(fā)指南(原書第2版)
- Python爬蟲開發(fā):從入門到實(shí)戰(zhàn)(微課版)
- Mastering Ubuntu Server
- Koa開發(fā):入門、進(jìn)階與實(shí)戰(zhàn)
- 基于Swift語言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- Hands-On Reinforcement Learning with Python
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)(第2版)
- HTML5+CSS3 Web前端開發(fā)技術(shù)(第2版)
- Scrapy網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動(dòng)端開發(fā)
- Getting Started with Windows Server Security
- ASP.NET Core 2 High Performance(Second Edition)