- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 116字
- 2021-08-13 16:01:37
Phrases and words
Phrases are a group of consecutive words within a sentence that can convey a specific meaning. For example, in the sentence Tomorrow is going to be a rainy day the part going to be a rainy day expresses a specific thought. Some of the NLP tasks extract key phrases from sentences for search and retrieval applications. The next smallest unit of text is the word. The common tokenizers split sentences into text based on punctuations like spaces and comma. One of the problems with NLP is ambiguity in the meaning of same words used in different context. We will later see how this is handled well when we discuss word embeddings.
推薦閱讀
- 觸·心:DT時代的大數據精準營銷
- Visual Basic程序設計(第3版):學習指導與練習
- Data Analysis with Stata
- Python完全自學教程
- Getting Started with Hazelcast(Second Edition)
- Android傳感器開發與智能設備案例實戰
- HTML5開發精要與實例詳解
- Python 3 數據分析與機器學習實戰
- 工業機器人離線編程
- Deep Learning for Natural Language Processing
- Laravel Design Patterns and Best Practices
- Mastering OpenStack
- Swift High Performance
- C語言王者歸來
- 嵌入式Linux與物聯網軟件開發:C語言內核深度解析