AngledLuffa
commited on
Commit
·
0719c36
1
Parent(s):
7f5cfa8
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/scriptorium.pt +3 -0
- models/lemma/scriptorium.pt +3 -0
- models/mwt/scriptorium.pt +3 -0
- models/pos/scriptorium.pt +3 -0
- models/tokenize/scriptorium.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- cop
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for cop
|
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 07:45:28.618
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40df18fea9c38d727e95df3f31a5181fe2674b3dacd080f19341c5d9f03c7b74
|
3 |
+
size 106798300
|
models/depparse/scriptorium.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f95733e9085d196925f4e84d3c8c19f517b62961142aa6845452357fceb46e52
|
3 |
+
size 93754270
|
models/lemma/scriptorium.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:659dc28956833dd75593d7ca4ce731e965b0b93883ac2cfca076d2b350e64d0c
|
3 |
+
size 2098492
|
models/mwt/scriptorium.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36b62d601fc9d3aa32c3c63b0bd62fa3e075f59a9800ac57d779d171ac6e7e3c
|
3 |
+
size 893606
|
models/pos/scriptorium.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:546c0344985b7996255b13d83c8fc56d67e9aebd6770b728df8a10b480f6fe25
|
3 |
+
size 20125280
|
models/tokenize/scriptorium.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea849e1a5e6fe4e79af9e173849d23fa10b741c34f6858faac012f2d70b46cbb
|
3 |
+
size 624192
|