Skip to content

Commit 715b542

Browse files
authored
Merge pull request #36 from UCSB-Library-Research-Data-Services/jairomelo-patch-1
Fix formatting of code in lemmatization.qmd
2 parents 40e25fd + a83410a commit 715b542

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)