- 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.
推薦閱讀
- Node.js Design Patterns
- Python計算機視覺編程
- Mastering OpenCV 4
- Android底層接口與驅動開發技術詳解
- Java程序員面試筆試寶典(第2版)
- PrimeFaces Blueprints
- Elasticsearch Essentials
- 算法設計與分析:基于C++編程語言的描述
- 計算機程序的構造和解釋(JavaScript版)
- Perl 6 Deep Dive
- Effective Python:編寫高質量Python代碼的90個有效方法(原書第2版)
- 嵌入式Linux與物聯網軟件開發:C語言內核深度解析
- 你也能看得懂的Python算法書
- Mastering Assembly Programming
- C語言學習手冊