Skip to content

Commit

Permalink
docs: fix minor
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Jan 3, 2023
1 parent 3ff1c6b commit b363a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DaCy
DaCy is a Danish text processing pipeline built using SpaCy. At the time of writing,
it has achieved State-of-the-Art performance on part-of-speech (POS) tagging,
named-entity recognition (NER) and Dependency parsing for Danish. For an continually
updated benchmarkcheck out section on
updated benchmark check out section on
`state-of-art <https://centre-for-humanities-computing.github.io/DaCy/docs/_build/html/performance.general.html#state-of-the-art>`__.

This website contains the documentation for DaCy as well as an introduction to how to
Expand Down
2 changes: 1 addition & 1 deletion tutorials/dacy-basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
"source": [
"print(\"Token POS-tag\")\n",
"for token in doc:\n",
" print(f\"{token}: \\t\\t {token.tag_}\")"
" print(f\"{token}: \\t\\t {token.pos_}\")"
]
},
{
Expand Down

0 comments on commit b363a4e

Please sign in to comment.