The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-12-12 | 1.3 kB | |
| v4.5.8 - Package updates and minor bug fixes source code.tar.gz | 2024-12-12 | 52.6 MB | |
| v4.5.8 - Package updates and minor bug fixes source code.zip | 2024-12-12 | 54.2 MB | |
| Totals: 3 Items | 106.8 MB | 2 | |
-
Update German UD POS tagger to UD 2.14 data
-
Add Austrian German month names to the German tokenizer: https://github.com/stanfordnlp/CoreNLP/pull/1454 Thank you @j3ernhard
-
Improve the constituency to dependency converter to remove quite a few validation errors. This includes adding the PTB Corrector as an earlier step when operating specifically on PTB data https://github.com/stanfordnlp/CoreNLP/pull/1445
-
SSurgeon feature to split one word into multiple words: https://github.com/stanfordnlp/CoreNLP/commit/13ede5a2656993e170c16f4b20d47b7cba8ccbd4
-
Unravel recursion in SemanticGraph - https://github.com/stanfordnlp/CoreNLP/commit/05804a35dfe8a0d013754ba19a8830b5232aa496 Fixes one server crash observed in https://github.com/stanfordnlp/CoreNLP/issues/1461
-
Package updates: update protobuf -> 3.25.5, javax -> 1.1.6 https://github.com/stanfordnlp/CoreNLP/issues/1465 Unfortunately updating Lucene to fix all dependency security issues will require dropping Java 8 support
-
Fix the server caching of tokenizer annotators to include segmenter properties as well. Avoids the server not respecting a request for a different segmentation model. https://github.com/stanfordnlp/CoreNLP/commit/6f6eb935855ec699b80100584cf2f1ffd43c2325