Commit
·
b2ffa39
1
Parent(s):
816ebdc
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/idt.pt +3 -0
- models/lemma/idt.pt +3 -0
- models/pos/idt.pt +3 -0
- models/pretrain/idt.pt +3 -0
- models/tokenize/idt.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- ga
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for ga
|
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:27:27.189
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe39f72a864bc15334e7ed5db3202e8eff7c91ed2ee98fb63e06bd651696b6c1
|
3 |
+
size 151856911
|
models/depparse/idt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:def8a9033e1f0f67ec93f70b4cec4bae0618fbe7986eeac25b8f21d2582c1745
|
3 |
+
size 102169851
|
models/lemma/idt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68ccffc477eefafd7e3b31e621147761a572eb4857a80489ea2900a9157901e2
|
3 |
+
size 2938405
|
models/pos/idt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81d34693588ddcecc1fe247d4d8aa023e9eed1ad25ccaae350d74958920947e8
|
3 |
+
size 24763054
|
models/pretrain/idt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ef84f2fb84bba1651fede1cdae06fdd910143b25ff873be052439d0dc6a503f
|
3 |
+
size 37185272
|
models/tokenize/idt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1beade79f5561e8f51226fd216ab749f56129d30d42a6e068156e15a6363e86
|
3 |
+
size 631270
|