Skip to content

Commit 6d0f524

Browse files
authored
fix typo in advanced_tutorial.py (#1770)
1 parent b787905 commit 6d0f524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/nlp/advanced_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
above is typically sufficient for part-of-speech tagging, but a sequence
5757
model like the CRF is really essential for strong performance on NER.
5858
Familiarity with CRF's is assumed. Although this name sounds scary, all
59-
the model is is a CRF but where an LSTM provides the features. This is
59+
the model is a CRF but where an LSTM provides the features. This is
6060
an advanced model though, far more complicated than any earlier model in
6161
this tutorial. If you want to skip it, that is fine. To see if you're
6262
ready, see if you can:

0 commit comments

Comments
 (0)