AngledLuffa
commited on
Commit
β’
d083879
1
Parent(s):
b3bc707
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/gsd.pt +3 -0
- models/lemma/gsd.pt +3 -0
- models/pos/gsd.pt +3 -0
- models/pretrain/gsd.pt +3 -0
- models/tokenize/gsd.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- stanza
|
4 |
+
library_tag: stanza
|
5 |
+
language:
|
6 |
+
- zh-hant
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Stanza model for zh-hant
|
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 |
+
Last updated 2021-09-08 03:37:38.850
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab2001d1c7ac3b86b98f8402041796ded94556599293cf94c57bb38a76e09aa9
|
3 |
+
size 216244950
|
models/depparse/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ae63e151e20f033eec2e4aec859740430626594766b820b524d838acb74dfd7
|
3 |
+
size 103883978
|
models/lemma/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd027ddf29d2d5df25250483a60158cb308fba6d206ad5ee12df89eec8977c9c
|
3 |
+
size 6726547
|
models/pos/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c033fe5132970c4f47f90d4d46a6cc87a6a23ea240901f2615020c9192745aa
|
3 |
+
size 21290094
|
models/pretrain/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0265b07d57610cd55480d44fe90d113b9409f728de5da8585d56813357c78ac6
|
3 |
+
size 106421127
|
models/tokenize/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8872e916431ec28b51a9f3f055608cf59f4afd4032abc9f7a2cfe93c0f724882
|
3 |
+
size 1149415
|