Hi,
I've found a minor bug inside the CoreNlpNamedEntityRecognizerModelProvider when loading an CRFClassifier the InputStream is not buffered, but it should be as the jdoc states:
... This method does not buffer the InputStream, so you should have buffered it before calling this method.
Hi, I've found a minor bug inside the CoreNlpNamedEntityRecognizerModelProvider when loading an CRFClassifier the InputStream is not buffered, but it should be as the jdoc states: