This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
Fix and feat related to the backoff smoothing references in the Optional Work #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I do suggest one fix and one feat to the back off smoothing references in Step4.
Fix
Updating the chapter references in step 4
The Chapters references mentioned (4,9,10) refer to the second edition of the Speech and Language Processing textbook, while the provided link, refers to the current edition, the 3rd edition, which have been restructured.
In the third edition, as of December 30, 2020 draft release, the following changes have been amended by the authors:
Feature
Backoff smoothing Stanford video lecture
There is a video lecture by Dan Jurafsky and Chris Manning, about Backoff smoothing and Interpolation, published in their Natural Language Processing 2012 lectures playlist on Youtube; referenced in their personal pages.
Dan Jurafsky is a co-author of the mentioned book, Speech and Language Processing.
Lecture: NLP 2012 Dan Jurafsky and Chris Manning (3.6) Interpolation