Commit
·
55f3218
1
Parent(s):
6417fb1
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/sagt.pt +3 -0
- models/lemma/sagt.pt +3 -0
- models/mwt/sagt.pt +3 -0
- models/pos/sagt.pt +3 -0
- models/tokenize/sagt.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- qtd
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for qtd
|
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:45:30.785
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8459b9223f9e005504ca710fc634d91469ca6777e0ae929859fc73377d5a168f
|
3 |
+
size 109063175
|
models/depparse/sagt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:749a44b1b7215f30867feb93f213fd3a481b7ac963de18d8a10ce5218311648c
|
3 |
+
size 100123736
|
models/lemma/sagt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3d6ef4c0c50c12765bf3c34401bcc13a7ea366adc047e207d3604fe8ca9011d
|
3 |
+
size 2143622
|
models/mwt/sagt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9abedb1f74605af5c3d0b24cc22ec02917b75ad2f17aeae4deec370c0ccbdcb
|
3 |
+
size 557704
|
models/pos/sagt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2569cf26934c28e6fe8443267fcce136ddd6a12ea1d4e9b368dcc98941e68a9d
|
3 |
+
size 16685777
|
models/tokenize/sagt.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e83d73fa68839b66dd981e36c639981a484ebac3798d6ec81a9531f6ce8273fb
|
3 |
+
size 629933
|