Skip to content

Commit a83410a

Browse files
authored
Fix formatting of code in lemmatization.qmd
1 parent 40e25fd commit a83410a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/1.Preprocessing/05_lemmatization.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lemmatized_nonumbers <- nonstopwords
6363
custom_dict <- as.data.frame(lexicon::hash_lemmas, stringsAsFactors = FALSE)
6464
```
6565

66-
Let's see that row (20) once again in the new \`lemmatized_nonumbers\` dataframe we have created.
66+
Let's see that row (20) once again in the new `lemmatized_nonumbers` dataframe we have created.
6767

6868
Alright! Problem solved. Keep in mind, however, this would apply to most words referring to numbers, but to save us time let's address only this specifc case.
6969

0 commit comments

Comments
 (0)