From 114242ccefa2b6d6ee21ef8d036ca68cf1877157 Mon Sep 17 00:00:00 2001 From: Reza Mirkhani Date: Sat, 28 Dec 2024 11:21:44 +0000 Subject: [PATCH] Update chapter4_04_wrapping-up.md missing comma missing comma between Token and Span in the Best practices bullet point --- chapters/en/slides/chapter4_04_wrapping-up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/en/slides/chapter4_04_wrapping-up.md b/chapters/en/slides/chapter4_04_wrapping-up.md index a25e9742..b8bd8eb7 100644 --- a/chapters/en/slides/chapter4_04_wrapping-up.md +++ b/chapters/en/slides/chapter4_04_wrapping-up.md @@ -14,7 +14,7 @@ Notes: Congratulations – you've made it to the end of the course! entities - Work with trained **pipelines** - Find words and phrases using `Matcher` and `PhraseMatcher` **match rules** -- Best practices for working with **data structures** `Doc`, `Token` `Span`, +- Best practices for working with **data structures** `Doc`, `Token`, `Span`, `Vocab`, `Lexeme` - Find **semantic similarities** using **word vectors** - Write custom **pipeline components** with **extension attributes**