1
1
Stanford CoreNLP - Stanford's Suite of NLP Tools
2
2
------------------------------------------------
3
3
4
- Copyright © 2009-2015 The Board of Trustees of
4
+ Copyright © 2009-2020 The Board of Trustees of
5
5
The Leland Stanford Junior University. All Rights Reserved.
6
6
7
7
DOCUMENTATION
@@ -14,7 +14,7 @@ LICENSE
14
14
15
15
//
16
16
// StanfordCoreNLP -- a suite of NLP tools
17
- // Copyright © 2009-2015 The Board of Trustees of
17
+ // Copyright © 2009-2020 The Board of Trustees of
18
18
// The Leland Stanford Junior University. All Rights Reserved.
19
19
//
20
20
// This program is free software; you can redistribute it and/or
@@ -41,11 +41,11 @@ LICENSE
41
41
CHANGES
42
42
---------------------------------
43
43
44
- 2020-04-16 4.0.0 Upgrade to UD tokenization standard; handling
45
- of multi-word-tokens; improved taggers and
46
- parsers for English, French, German, Spanish;
47
- new French NER ; new Chinese segmenter; library
48
- updates, bug fixes
44
+ 2020-04-19 4.0.0 Changed to UDv2 tokenization ("new" LDC Treebank,
45
+ for English); handles multi-word-tokens;
46
+ improved UDv2-based taggers and parsers for
47
+ English, French, German, Spanish ; new French NER;
48
+ new Chinese segmenter; library updates, bug fixes
49
49
50
50
2018-10-05 3.9.2 improved NER pipeline and entity mention
51
51
confidences; support for Java 11; new POS
0 commit comments