AngledLuffa
commited on
Commit
·
34425f1
1
Parent(s):
0738818
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/sslc.pt +3 -0
- models/pos/sslc.pt +3 -0
- models/tokenize/sslc.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- swl
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for swl
|
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 14:52:45.867
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0167ba0d8fc0f05a74f1d33837bbb569cd0c953bbdfc876c979c323a7e9eee8a
|
3 |
+
size 96298035
|
models/depparse/sslc.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a284c8b814ed5bb76fab7b0d79d8af95d5aaa698950751de7ad80d1484d1519
|
3 |
+
size 90284728
|
models/pos/sslc.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:940428339ce8d4ab691d8c742170b304b9fc42ed4a5c9a4a909d6b45c8f405ab
|
3 |
+
size 15338916
|
models/tokenize/sslc.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18d146877f947c4505c9052f789ebceb387d7671594be3728f5e6d3a9927ac63
|
3 |
+
size 625565
|