Skip to content

Commit

Permalink
differences for PR #21
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 5, 2024
1 parent 33f8510 commit 2de80b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 03-text-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ Q: How can you interpret the labels in the output?
:::::::::::::::: solution

A: You can use the following code to get information about each one of the labels. For example, we want to know what GPE represents here. We can use *explain()* to get the required information:
spacy.explain(GPE)
spacy.explain('GPE')

```python

spacy.explain(GPE)
spacy.explain('GPE')

```

Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2022-04-22"
"episodes/01-introduction.md" "c56db92640416f06a6771f69564d2c93" "site/built/01-introduction.md" "2024-05-12"
"episodes/02-text-preprocessing.md" "a6fcf7e59c6f117f32f328df3a92deb9" "site/built/02-text-preprocessing.md" "2024-05-12"
"episodes/03-text-analysis.md" "e99f5a65e5a98156c6ed75dc629ab336" "site/built/03-text-analysis.md" "2024-05-15"
"episodes/03-text-analysis.md" "96e26265f119f6e259b1178f9b39a040" "site/built/03-text-analysis.md" "2024-07-05"
"episodes/04-word-embedding.md" "2d1d3bc543e7fb29e70595498fe7ccdf" "site/built/04-word-embedding.md" "2024-05-10"
"episodes/05-transformers.md" "6202c848feeaa3655c8129509dc28785" "site/built/05-transformers.md" "2024-05-15"
"episodes/06-llms.md" "eb3e2a30d85dca0a94339ef3a66df137" "site/built/06-llms.md" "2024-05-12"
Expand Down

0 comments on commit 2de80b9

Please sign in to comment.