Skip to content

Commit

Permalink
docs: fix minor typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Oct 10, 2023
1 parent 99707b5 commit a833ebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/posstats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The *pos_proportions* component adds one attribute to a Doc or Span:
* :code:`Span._.pos_proportions`
*
* Dict of :code:`{pos_prop_POSTAG: proportion of all tokens tagged with POSTAG}`.



Usage
Expand All @@ -36,6 +37,7 @@ Usage
==== ========================= ============== ============== ============== ============== ================ ============== =============== =============== ============== =============== =============== ================ ================ ================ ============== =============== ============
0 The world is changed(...) 0.0243902 0.097561 0.0487805 0.0731707 0 0.097561 0 0.121951 0 0 0.195122 0 0.146341 0.0243902 0 0.170732 0
==== ========================= ============== ============== ============== ============== ================ ============== =============== =============== ============== =============== =============== ================ ================ ================ ============== =============== ============

-----


Expand Down
1 change: 1 addition & 0 deletions docs/readability.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Usage
~~~~~~

.. code-block:: python
import spacy
import textdescriptives as td
nlp = spacy.load("en_core_web_sm")
Expand Down

0 comments on commit a833ebd

Please sign in to comment.