We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b787905 commit 6d0f524Copy full SHA for 6d0f524
beginner_source/nlp/advanced_tutorial.py
@@ -56,7 +56,7 @@
56
above is typically sufficient for part-of-speech tagging, but a sequence
57
model like the CRF is really essential for strong performance on NER.
58
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
+the model is a CRF but where an LSTM provides the features. This is
60
an advanced model though, far more complicated than any earlier model in
61
this tutorial. If you want to skip it, that is fine. To see if you're
62
ready, see if you can:
0 commit comments