From 2203c423ac380f1f6d3cbc48ef539a10a752547f Mon Sep 17 00:00:00 2001 From: Omar Younis <42100908+younik@users.noreply.github.com> Date: Fri, 17 Dec 2021 17:18:02 +0100 Subject: [PATCH] fix typo in advanced_tutorial.py --- beginner_source/nlp/advanced_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/nlp/advanced_tutorial.py b/beginner_source/nlp/advanced_tutorial.py index 0d03593f9cb..a6c6857128a 100644 --- a/beginner_source/nlp/advanced_tutorial.py +++ b/beginner_source/nlp/advanced_tutorial.py @@ -56,7 +56,7 @@ above is typically sufficient for part-of-speech tagging, but a sequence model like the CRF is really essential for strong performance on NER. Familiarity with CRF's is assumed. Although this name sounds scary, all -the model is is a CRF but where an LSTM provides the features. This is +the model is a CRF but where an LSTM provides the features. This is an advanced model though, far more complicated than any earlier model in this tutorial. If you want to skip it, that is fine. To see if you're ready, see if you can: