- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 64字
- 2021-08-13 16:01:37
Paragraph
A paragraph is the largest unit of text handled by an NLP task. Paragraph level boundaries by itself may not be much use unless broken down into sentences. Though sometimes the paragraph may be considered as context boundaries. Tokenizers that can split a document into paragraphs are available in some of the Python libraries. We will look at such tokenizers in later chapters.
推薦閱讀
- UML和模式應用(原書第3版)
- C++ Builder 6.0下OpenGL編程技術
- 劍指JVM:虛擬機實踐與性能調優
- Vue.js 2 and Bootstrap 4 Web Development
- 跟小海龜學Python
- 算法精粹:經典計算機科學問題的Python實現
- Getting Started with Greenplum for Big Data Analytics
- Integrating Facebook iOS SDK with Your Application
- 微信小程序全棧開發技術與實戰(微課版)
- C#程序設計(項目教學版)
- Getting Started with React VR
- UML軟件建模
- Neo4j 3.x入門經典
- SAS編程演義
- Kotlin語言實例精解