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 e882fcb commit 1ced0e5Copy full SHA for 1ced0e5
spacy/examples.py
@@ -218,7 +218,7 @@ def set_custom_boundaries(doc):
218
).most_common(5)
219
)
220
221
-# %% Part of speech tagging
+# %% Part-of-speech tagging
222
223
for token in about_doc[:5]:
224
print(
@@ -287,7 +287,7 @@ def preprocess_token(token):
287
288
print(complete_filtered_tokens)
289
290
-# %% Rule based matching
+# %% Rule-based matching
291
292
matcher = Matcher(nlp.vocab)
293
0 commit comments