AngledLuffa
commited on
Commit
·
f9ccae3
1
Parent(s):
6d5d510
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 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- ja
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for ja
|
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:05:56.524
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc3da92e10d687bdf4edf85981c2fdc1b290b6ead5c5ad2ed7fbb7fe91235ba2
|
3 |
+
size 205349594
|
models/depparse/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67d8aeef54ba40ef4e13b4a0f423eafd901d305f5277a2c0fcf447c961e50e0e
|
3 |
+
size 92392533
|
models/lemma/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ad53b737dfff49d4b48cba75a0bcd49bef1bf83a36b805b1cf8e58c29929996
|
3 |
+
size 6213413
|
models/pos/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7a09fdcfda5790e8666c1b11f9698dd0d5cd2f69f795dab6b419cfccf174089
|
3 |
+
size 21185675
|
models/pretrain/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:792bce6d56bf1a57a21789492b40a6ef601570d3bfb791f280533e52421b02ad
|
3 |
+
size 107240317
|
models/tokenize/gsd.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b97dc90ba0f5ecabca6f24cbb3e8756162b31a070cf6de664fd00d7c5b4707a
|
3 |
+
size 1041471
|