AngledLuffa
commited on
Commit
•
997dc97
1
Parent(s):
604ab67
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/nsc.pt +3 -0
- models/lemma/nsc.pt +3 -0
- models/pos/nsc.pt +3 -0
- models/tokenize/nsc.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- pcm
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for pcm
|
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 13:29:01.048
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd675319716a61dc5f8032ac111b3631704eee079e2259c0b9e8635a4d1ceb9f
|
3 |
+
size 110655262
|
models/depparse/nsc.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b61fef10c7758070cbe509599d510685a8e2d7c379ae7593c08d82e767cbc91a
|
3 |
+
size 102480640
|
models/lemma/nsc.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f44355d7ffe417a9fc5c8d87c3abcc168fadb94992052cd9df2e09d3382bce7f
|
3 |
+
size 2234492
|
models/pos/nsc.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b938178b3e96e7666efbe17d64cd24163982f473c2fea8c2f5e88e2d7c68b83e
|
3 |
+
size 16331736
|
models/tokenize/nsc.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb8b4e3272a00e7d1d7c84ea778d6027a2b8f7fd79c8c2d18f63651454146680
|
3 |
+
size 627013
|