Commit
·
8340c05
1
Parent(s):
6b1c16b
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/kyoto.pt +3 -0
- models/lemma/kyoto.pt +3 -0
- models/pos/kyoto.pt +3 -0
- models/pretrain/kyoto.pt +3 -0
- models/tokenize/kyoto.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- lzh
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for lzh
|
10 |
+
CoreNLP is your one stop shop for natural language processing in Java! CoreNLP enables users to derive linguistic annotations for text, including token and sentence boundaries, parts of speech, named entities, numeric and time values, dependency and constituency parses, coreference, sentiment, quote attributions, and relations.
|
11 |
+
Find more about it in [our website](https://stanfordnlp.github.io/CoreNLP) and our [GitHub repository](https://github.com/stanfordnlp/CoreNLP).
|
12 |
+
|
13 |
+
Last updated 2021-09-07 12:43:48.002
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0a9d284a3712046e6f3f85ddc699dcb93291fad243d838dff1f189374424156
|
3 |
+
size 139833533
|
models/depparse/kyoto.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5926878e3e9bd7688d1049a927131ccb4796b5f55d2785be399b2d86ef13453b
|
3 |
+
size 102759872
|
models/lemma/kyoto.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:542a9b8df2fb1c035c4af75e60b7f87a4a060dde0868f9a4001ad4560da53ed7
|
3 |
+
size 7277019
|
models/pos/kyoto.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d2354415dfd01e7aea05ceecf9fadfe153952427bdd1e079ec7476841372bb0
|
3 |
+
size 29141731
|
models/pretrain/kyoto.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0b5288c91c31f18313aad552c1c8ceb01297931a4daaf3c1086f7a3337454f4
|
3 |
+
size 13087178
|
models/tokenize/kyoto.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07460d35ab061a8b6c05382a299f568fde70320e7134d8c1dcecc15efa40dd79
|
3 |
+
size 1319881
|