Commit
·
78655a2
1
Parent(s):
64122a7
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/proiel.pt +3 -0
- models/lemma/proiel.pt +3 -0
- models/pos/proiel.pt +3 -0
- models/pretrain/proiel.pt +3 -0
- models/tokenize/proiel.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- got
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for got
|
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 10:41:24.520
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b2c3dd38c876526e88b93101b3b301719d3d730ac502085737e6a423024d89d
|
3 |
+
size 109410367
|
models/depparse/proiel.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c10352837628c43d66ef69a058461e75daec056ba169ce8e543dfa66a9968f8
|
3 |
+
size 95182606
|
models/lemma/proiel.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cd101e3d68de9d54c1e58bc948d20741800b8d0642bd1fe8fc06a325e3260b0
|
3 |
+
size 2387321
|
models/pos/proiel.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaccc0b3177cdc149383d93f72dd6ba783d0bddc4c7c70b75d33fa5ac61dc29e
|
3 |
+
size 19130245
|
models/pretrain/proiel.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a224f593567078967bdc8e0b2343a9486743ddc162d1ee5a0921248415c1e2f5
|
3 |
+
size 3158865
|
models/tokenize/proiel.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75e18b234e0f56899b48decb430e31f2578b96d2a3fe293dd8c25770ecaf2410
|
3 |
+
size 623682
|