AngledLuffa
commited on
Commit
•
6900f1b
1
Parent(s):
6813fa2
Add model
Browse files- README.md +13 -0
- models/default.zip +3 -0
- models/depparse/lvtb.pt +3 -0
- models/lemma/lvtb.pt +3 -0
- models/pos/lvtb.pt +3 -0
- models/pretrain/lvtb.pt +3 -0
- models/tokenize/lvtb.pt +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- lv
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
# Core NLP model for lv
|
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 12:38:24.616
|
models/default.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d3a828bd94a9c90a9d509e43cceb23aa56a8b83c8439efb2d16e7c6bc228a47
|
3 |
+
size 211939813
|
models/depparse/lvtb.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bb76ce43ce5aef8440ca14ad5bd822799cb8037fcf4c99ac90c02f8979e1aa9
|
3 |
+
size 101574071
|
models/lemma/lvtb.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5490c57cb48cd7b82964ccc26b7a5e6aefec4a320e8ef5a17641de850877a471
|
3 |
+
size 4872104
|
models/pos/lvtb.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04732794ec993838af86c468eab8ca1240256a50facb8caad6b7c777ec81ca77
|
3 |
+
size 21942622
|
models/pretrain/lvtb.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4da47940d06ca5362708231f428070134472be5dad7f70eaceba377cc917a023
|
3 |
+
size 107112657
|
models/tokenize/lvtb.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f6a8ccbaef5a95863d8c2ac0f44072a01714ef7e689f445d7c05f7c928fe6cf
|
3 |
+
size 634810
|