AngledLuffa
commited on
Commit
·
2cfb379
1
Parent(s):
6b6be55
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/bdt.pt +3 -0
- models/lemma/bdt.pt +3 -0
- models/pos/bdt.pt +3 -0
- models/pretrain/bdt.pt +3 -0
- models/tokenize/bdt.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- eu
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for eu
|
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 09:37:54.397
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f93f4cd5f6016a18227c23ce4bdd9a66c7a88abb6dd8f9d16c4c2bda92129f79
|
3 |
+
size 201825708
|
models/depparse/bdt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e9d4ac3937d95cc978666db1309023d15cdee16df2bf8d8580df2ae8f2dc775
|
3 |
+
size 94388224
|
models/lemma/bdt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3afbc785adcc62d1fb554d9f9636874bb5e171937dcb864a8630b20c93bccc90
|
3 |
+
size 3253159
|
models/pos/bdt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db3df0487a002c9fa1bd76fb49c56333a6e7e049aa7548cf7415a392faaac181
|
3 |
+
size 18960761
|
models/pretrain/bdt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59a21df42b9f7502cae137ee8bac0cdbad01b66dca31f1c12fe9fbd86f504c64
|
3 |
+
size 107120214
|
models/tokenize/bdt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b92acbe2266f30f02d782131ff90a55be698c235c27f7f56b09c7132c700a64f
|
3 |
+
size 629949
|