Skip to content

Commit 1ced0e5

Browse files
authored
examples.py language edit
1 parent e882fcb commit 1ced0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spacy/examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def set_custom_boundaries(doc):
218218
).most_common(5)
219219
)
220220

221-
# %% Part of speech tagging
221+
# %% Part-of-speech tagging
222222

223223
for token in about_doc[:5]:
224224
print(
@@ -287,7 +287,7 @@ def preprocess_token(token):
287287

288288
print(complete_filtered_tokens)
289289

290-
# %% Rule based matching
290+
# %% Rule-based matching
291291

292292
matcher = Matcher(nlp.vocab)
293293

0 commit comments

Comments
 (0)