Instructions to use rominf/stanza-fi-python-packaging with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Stanza
How to use rominf/stanza-fi-python-packaging with Stanza:
import stanza stanza.download("fi-python-packaging") nlp = stanza.Pipeline("fi-python-packaging") - Notebooks
- Google Colab
- Kaggle
Commit ·
37b4c9e
1
Parent(s): 44b0a2d
Add model 1.3.1
Browse files
README.md
CHANGED
|
@@ -7,10 +7,10 @@ language:
|
|
| 7 |
- fi
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
-
# Stanza model for fi
|
| 11 |
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.
|
| 12 |
Find more about it in [our website](https://stanfordnlp.github.io/stanza) and our [GitHub repository](https://github.com/stanfordnlp/stanza).
|
| 13 |
|
| 14 |
This card and repo were automatically prepared with `hugging_stanza.py` in the `stanfordnlp/huggingface-models` repo
|
| 15 |
|
| 16 |
-
Last updated 2021-12-15
|
|
|
|
| 7 |
- fi
|
| 8 |
license: apache-2.0
|
| 9 |
---
|
| 10 |
+
# Stanza model for Finnish (fi)
|
| 11 |
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.
|
| 12 |
Find more about it in [our website](https://stanfordnlp.github.io/stanza) and our [GitHub repository](https://github.com/stanfordnlp/stanza).
|
| 13 |
|
| 14 |
This card and repo were automatically prepared with `hugging_stanza.py` in the `stanfordnlp/huggingface-models` repo
|
| 15 |
|
| 16 |
+
Last updated 2021-12-15 20:13:24.811
|