You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var sentencesAnnotationClass = GetAnnotationClass<CoreAnnotations.SentencesAnnotation>();
var sentences = sentencesAnnotationClass.getClasses().Select(document.get).ToList();
I used the code from the below link
https://sergey-tihon.github.io/Stanford.NLP.NET//samples/CoreNLP.Server.html
Here sentences returns null
var sentences = document.get(sentencesAnnotationClass) as java.util.AbstractList;
The text was updated successfully, but these errors were encountered: