Skip to content

Commit 25e3d38

Browse files
author
Stanford NLP
committed
Merge branch 'master' of github.com:stanfordnlp/CoreNLP
2 parents ae1b967 + 0516b91 commit 25e3d38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Stanford CoreNLP provides a set of natural language analysis tools written in Ja
88

99
The Stanford CoreNLP code is written in Java and licensed under the GNU General Public License (v3 or later). Note that this is the full GPL, which allows many free uses, but not its use in proprietary software that you distribute to others.
1010

11+
### Note About Current Issues With Master (2019/05/21)
12+
13+
After the release of Stanford CoreNLP 3.9.2, a lot of attention was devoted to our new Python code base [StanfordNLP](https://github.com/stanfordnlp/stanfordnlp). During this time we have also started working on transitioning Stanford CoreNLP to using UD 2.0, which has broken some functionality (e.g. OpenIE) which uses models expecting UD 1.3 dependency parses. We are actively working on finishing this upgrade and retraining models to use UD 2.0 dependency parses, and hope to complete this work soon. At this time it is advised to use Stanford CoreNLP 3.9.2. If you want access to bug fixes and improvements not related to the UD 2.0 transition it is advised to cherry pick them.
14+
15+
Also after this transition is completed, we are going to switch to actively developing on a development branch and only updating master periodically.
16+
17+
Thanks for the patience, and we will have the issues with master resolved soon!
18+
1119
### Build Instructions
1220

1321
Several times a year we distribute a new version of the software, which corresponds to a stable commit.

0 commit comments

Comments
 (0)