AngledLuffa
commited on
Commit
•
6c2f37c
1
Parent(s):
10cf4b7
Add model {args.version}
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- stanza
|
4 |
-
|
|
|
5 |
language:
|
6 |
- ur
|
7 |
license: apache-2.0
|
@@ -10,4 +11,6 @@ license: apache-2.0
|
|
10 |
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.
|
11 |
Find more about it in [our website](https://stanfordnlp.github.io/stanza) and our [GitHub repository](https://github.com/stanfordnlp/stanza).
|
12 |
|
13 |
-
|
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- stanza
|
4 |
+
- token-classification
|
5 |
+
library_name: stanza
|
6 |
language:
|
7 |
- ur
|
8 |
license: apache-2.0
|
|
|
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-10-22 19:25:19.925
|