In [this](https://github.com/IllinoisCogComp/illinois-cogcomp-nlp/tree/master/core-utilities#views) section of core-utils documentation it uses this construction: ``` TextAnnotation ta1 = new TextAnnotation(corpus, textId, text1); ``` I think this constructor is outdated. We have to correct it and show the right way.