diff --git a/README.md b/README.md index 19bce1f9..00b53fef 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,11 @@ A Python package for calculating a large variety of statistics from text(s). ## Installation `pip install textdescriptives` - ## Usage +## News + +* Now uses `stanza` for dependency parsing. `stanfordnlp` is no longer a dependency. + +## Usage To calculate all possible metrics: ```py