- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 70字
- 2021-08-13 16:01:43
Text preprocessing and exploratory analysis
First, we will provide a hands-on overview of NLTK by working on some basic NLP tasks, such as text preprocessing and exploratory analysis. The text preprocessing step involves tasks such as tokenization, stemming, and stop word removal. An exploratory analysis of prepared text data can be performed to understand its main characteristics, such as the main topic of the text and word frequency distributions.
推薦閱讀
- 現(xiàn)代C++編程:從入門(mén)到實(shí)踐
- HTML5+CSS3+JavaScript從入門(mén)到精通:上冊(cè)(微課精編版·第2版)
- 基于粒計(jì)算模型的圖像處理
- 移動(dòng)UI設(shè)計(jì)(微課版)
- 單片機(jī)應(yīng)用技術(shù)
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門(mén)指南
- Mastering Ext JS
- ASP.NET開(kāi)發(fā)與應(yīng)用教程
- RESTful Java Web Services(Second Edition)
- Webpack實(shí)戰(zhàn):入門(mén)、進(jìn)階與調(diào)優(yōu)(第2版)
- SQL Server 2008中文版項(xiàng)目教程(第3版)
- Delphi開(kāi)發(fā)典型模塊大全(修訂版)
- Unity Android Game Development by Example Beginner's Guide
- 從零開(kāi)始:C語(yǔ)言快速入門(mén)教程
- Node.js 6.x Blueprints