Speech and Language Processing ed3
boywaiter
这个作者很懒,什么都没留下…
展开
-
Chapter 4 Naive Bayes and Sentiment Classification
Chapter 4 Naive Bayes and Sentiment ClassificationSpeech and Language Processing ed3 读书笔记Text categorization, the task of assigning a label or category to an entire text or document.We focus on one...原创 2019-05-02 10:51:43 · 782 阅读 · 0 评论 -
CHAPTER 23 Question Answering
CHAPTER 23 Question AnsweringSpeech and Language Processing ed3 读书笔记Two major paradigms of question answering—information retrieval-based and knowledge-based.Most question answering systems focus o...转载 2019-07-21 22:26:35 · 742 阅读 · 0 评论 -
CHAPTER 24 Dialog Systems and Chatbots
CHAPTER 24 Dialog Systems and ChatbotsSpeech and Language Processing ed3 读书笔记Language is the mark conversation of humanity and sentience, and conversation or dialog is the most fundamental and speci...转载 2019-07-23 18:19:53 · 395 阅读 · 0 评论 -
CHAPTER 19 Lexicons for Sentiment, Affect, and Connotation
CHAPTER 19 Lexicons for Sentiment, Affect, and ConnotationSpeech and Language Processing ed3 读书笔记[外链图片转存失败(img-UAOqdFAS-1563455821316)(19.1.png)]We can design extractors for each of these kinds of ...转载 2019-07-18 21:17:31 · 1129 阅读 · 0 评论 -
CHAPTER 18 Semantic Role Labeling
CHAPTER 18 Semantic Role LabelingSpeech and Language Processing ed3 读书笔记The task of understanding participants and their relationship to events—being able to answer the question “Who did what to who...转载 2019-07-07 13:42:59 · 1453 阅读 · 0 评论 -
CHAPTER 17 Information Extraction
CHAPTER 17 Information ExtractionSpeech and Language Processing ed3 读书笔记This chapter presents techniques for extracting limited kinds of semantic content from text. This process of information extra...转载 2019-07-04 21:38:13 · 1633 阅读 · 0 评论 -
CHAPTER 14 The Representation of Sentence Meaning
CHAPTER 14 The Representation of Sentence MeaningSpeech and Language Processing ed3 读书笔记The meaning of linguistic expressions can be captured in formal structures called meaning representations. Cor...转载 2019-06-23 12:58:01 · 798 阅读 · 0 评论 -
CHAPTER 13 Dependency Parsing
CHAPTER 13 Dependency ParsingSpeech and Language Processing ed3 读书笔记dependency grammars: the syntactic structure of a sentence is described solely in terms of the words (or lemmas) in a sentence an...转载 2019-06-21 23:05:36 · 1426 阅读 · 0 评论 -
CHAPTER 12 Statistical Parsing
CHAPTER 12 Statistical ParsingSpeech and Language Processing ed3 读书笔记It is possible to build probabilistic models of syntactic knowledge and use some of this probabilistic knowledge tobuild efficie...转载 2019-06-17 16:26:58 · 811 阅读 · 1 评论 -
CHAPTER 11 Syntactic Parsing
CHAPTER 11 Syntactic ParsingSpeech and Language Processing ed3 读书笔记Syntactic parsing is the task of recognizing a sentence and assigning a syntactic structure to it. Parse trees are directly useful...原创 2019-05-30 19:44:30 · 954 阅读 · 0 评论 -
Chapter 8 Part-of-Speech Tagging
Chapter 8 Part-of-Speech TaggingSpeech and Language Processing ed3 读书笔记parts-of-speech: noun, verb, pronoun, preposition, adverb, conjunction, participle, and article.Parts-of-speech (also known as...原创 2019-05-17 16:16:16 · 3326 阅读 · 0 评论 -
Chapter 7 Neural Networks and Neural Language Models
Chapter 7 Neural Networks and Neural Language ModelsSpeech and Language Processing ed3 读书笔记McCulloch-Pitts neuron (McCulloch and Pitts, 1943)feed-forward network: the computation proceeds iterative...原创 2019-05-13 06:29:50 · 485 阅读 · 0 评论 -
CHAPTER 10 Formal Grammars of English
CHAPTER 10 Formal Grammars of EnglishSpeech and Language Processing ed3 读书笔记This chapter is hard to be condensed. Just read through it.The word syntax comes from the Greek syˊntaxiss\acute{y}ntaxis...原创 2019-05-25 22:19:00 · 1170 阅读 · 0 评论 -
Chapter 6 Vector Semantics
Chapter 6 Vector SemanticsSpeech and Language Processing ed3 读书笔记Words that occur in similar contexts tend to have similar meanings. This link between similarity in how words are distributed and sim...原创 2019-05-10 22:12:56 · 1538 阅读 · 0 评论 -
CHAPTER 9 Sequence Processing with Recurrent Networks
CHAPTER 9 Sequence Processing with Recurrent NetworksSpeech and Language Processing ed3 读书笔记The weakness of sliding window approach. Distant information are not accessible. Single constituent may ge...原创 2019-05-19 20:21:06 · 413 阅读 · 0 评论 -
chapter 5 Logistic Regression
chapter 5 Logistic RegressionSpeech and Language Processing ed3 读书笔记Generative and Discriminative Classifiers: The most important difference between naive Bayes and logistic regression is that logis...原创 2019-05-06 14:23:52 · 534 阅读 · 0 评论 -
Chapter 2 Regular Expressions, Text Normalization, Edit Distance
Chapter 2 Regular Expressions, Text Normalization, Edit DistanceSpeech and Language Processing ed3读书笔记text normalization: converting text to a more convenient, standard form.tokenization: separate...原创 2019-04-24 11:24:31 · 1199 阅读 · 0 评论 -
Chapter 3 N-gram Language Models
Chapter 3 N-gram Language ModelsSpeech and Language Processing ed3 读书笔记Probabilities are essential inany task in which we have to identify words in noisy, ambiguous input, like speech recognition ...原创 2019-04-28 13:34:27 · 821 阅读 · 0 评论 -
CHAPTER 25 Advanced Dialog Systems
CHAPTER 25 Advanced Dialog SystemsSpeech and Language Processing ed3 读书笔记In this chapter we describe the dialog-state architecture, also called the belief-state or information-state architecture. Li...转载 2019-08-19 11:45:25 · 368 阅读 · 0 评论