- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 77字
- 2021-08-13 16:01:37
Sentences
Sentences are the next level of lexical unit of language data. A sentence encapsulates a complete meaning or thought and context. It is usually extracted from a paragraph based on boundaries determined by punctuations like period. The sentence may also convey opinion or sentiment expressed in it. In general, sentences consists of parts of speech (POS) entities like nouns, verbs, adjectives, and so on. There are tokenizers available to split paragraphs to sentences based on punctuations.
推薦閱讀
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 數據結構習題精解(C語言實現+微課視頻)
- concrete5 Cookbook
- Node.js Design Patterns
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Access 2010數據庫應用技術(第2版)
- UVM實戰
- Python深度學習:模型、方法與實現
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- 計算機應用基礎(第二版)
- AngularJS by Example
- LiveCode Mobile Development Hotshot
- TensorFlow 2.0深度學習應用實踐
- Building Web Applications with Flask