osanseviero
commited on
Commit
•
eebeb36
1
Parent(s):
3e1545a
Add model
Browse files- .gitattributes +1 -0
- README.md +14 -0
- stanford-corenlp-models-german.jar +3 -0
.gitattributes
CHANGED
@@ -15,3 +15,4 @@
|
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
17 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
15 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
16 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
17 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.jar filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- corenlp
|
4 |
+
library_tag: corenlp
|
5 |
+
language:
|
6 |
+
- ge
|
7 |
+
license: GNU
|
8 |
+
---
|
9 |
+
|
10 |
+
# Core NLP model for ge
|
11 |
+
|
12 |
+
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.
|
13 |
+
|
14 |
+
Find more about it in [our website](https://stanfordnlp.github.io/CoreNLP) and our [GitHub repository](https://github.com/stanfordnlp/CoreNLP).
|
stanford-corenlp-models-german.jar
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89f97c23d3475dabb0e28463639d9ff71c56feef6afc2d3a88e640205d8ec7de
|
3 |
+
size 192183926
|