Python自然语言处理 影印版
作者:Jalaj Thanaki
出版时间: 2018年版
内容简介
解释了为什么Python是构建基于NLP的专家系统的佳选之一。通过本书你将知道如何为自然语言处理应用程序选择数据集,并找到正确的NLP技术来处理数据集中的句子并理解它们的结构。你还将学习如何标记句子的不同部分以及分析它们的方法。你将探索文本的语义和句法分析,还将了解如何处理人类语言中的各种歧义,并在各种场景中执行文本分析。
目录
Preface
Chapter 1:Introduction
Understanding natural language processing
Understanding basic applications
Understanding advanced applications
Advantages of togetherness—N LP and Python
Environment setup for NLTK
Tips for readers
Summary
Chapter 2:Practical Understanding of a Corpus and Datase
What is a corpus?
Why do we need a corpus?
UnderStanding corpus analysis
Exercise
Understanding types of data attributes
Categorical or qualitative data attributes
Numeric or quantitative data attributes
Exploring different file formats for corpora
Resources for accessing free corpora
Preparing a dataset for NLP applications
Selecting data
Preprocessing the dataset
Formatting
Cleaning
Sampling
Transforming data
Web scraping
Summary
Chapter 3:Understanding the Structure of a Sentences
Understanding components of NLP
Natural language understanding
Natural language generation
Differences between NLU and NLG
Branches nf NLP
Defining context-free grammar
Exercise
Morphological analysis
What is morphology?
What are morphemes?
What is a stem?
What is morphological analysis?
What iS a word?
Classification of morphemes
Free morphemes
Bound morphemes
Derivational morphemes
Inflectional morphemes
What is the difference between a stem and a root?
Exercise
Lexical analysis
Whal is a token?
What are part of speech tags?
Process of deriving tokens
Difference between stemming and lemmatization
Applications
Syntactic analysis
What is syntactic analysis?
Semantic analysis
What is semantic analysis?
Lexical semantics
Hyponymy and hyponyms
Homonymy
Polysemy
What is the difference between polysemy and homonymy?
Application of semantic analysis
Handling ambiguity
Lexical ambiguity
Syntactic ambiguity
Approach to handle syntactic ambiguity
Semantic ambiguity
Pragmatic ambiguity
Discourse integration
Applications
Pragmatic analysis
Summary
Chapter 4: PreproceSSing
Chapter 5: Feature Engineering and NLP Alclorithms
Chapter 6:Advanced Feature Engineering and NLP Algorithms
Chapter 7: Rule-Based System for NLP
Chapter 8: Machine Learning for NLP Problems
Chapter 9: Deep Learnincl for NLU and NLG Problems
Chapter 10: Advanced Tools
Chapter 11 : How to Improve Your NLP Skills
Chapter 12: Installation Guide
Index