- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 56字
- 2021-08-13 16:01:37
N-grams
A sequence of characters or words forms an N-gram. For example, character unigram consists of a single character, a bigram consists of a sequence of two characters and so on. Similarly word N-grams consists of a sequence of n words. In NLP, N-grams are used as features for tasks like text classification.
推薦閱讀
- Beginning C++ Game Programming
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- iOS 9 Game Development Essentials
- HTML5 移動Web開發從入門到精通(微課精編版)
- Java 9 Programming Blueprints
- Python機器學習經典實例
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Spring Boot進階:原理、實戰與面試題分析
- Nginx Lua開發實戰
- Mastering React
- 新一代SDN:VMware NSX 網絡原理與實踐
- Python 3.7從入門到精通(視頻教學版)
- 機器學習微積分一本通(Python版)
- Visual C++程序設計與項目實踐
- Mastering OpenStack