Instructions to use PopupLink/stanza-cs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Stanza
How to use PopupLink/stanza-cs with Stanza:
import stanza stanza.download("cs") nlp = stanza.Pipeline("cs") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ license: apache-2.0
|
|
| 8 |
---
|
| 9 |
**Note:** This is the ONNX-converted version of the [original Stanza model](https://huggingface.co/stanfordnlp/stanza-cs) described below.
|
| 10 |
---
|
| 11 |
-
# Stanza model for
|
| 12 |
Stanza is a collection of accurate and efficient tools for the linguistic analysis of many human languages. Starting from raw text to syntactic analysis and entity recognition, Stanza brings state-of-the-art NLP models to languages of your choosing.
|
| 13 |
Find more about it in [our website](https://stanfordnlp.github.io/stanza) and our [GitHub repository](https://github.com/stanfordnlp/stanza).
|
| 14 |
|
|
|
|
| 8 |
---
|
| 9 |
**Note:** This is the ONNX-converted version of the [original Stanza model](https://huggingface.co/stanfordnlp/stanza-cs) described below.
|
| 10 |
---
|
| 11 |
+
# Stanza model for Czech (cs)
|
| 12 |
Stanza is a collection of accurate and efficient tools for the linguistic analysis of many human languages. Starting from raw text to syntactic analysis and entity recognition, Stanza brings state-of-the-art NLP models to languages of your choosing.
|
| 13 |
Find more about it in [our website](https://stanfordnlp.github.io/stanza) and our [GitHub repository](https://github.com/stanfordnlp/stanza).
|
| 14 |
|