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
Original issue 360 created by ClearTK on 2013-04-15T14:04:34.000Z:
I believe that it could be useful to store actual misclassified cases in AnnotationStatistics as well as counts which are currently stored. This could be optional to reduce memory requirement when users don't want to see these cases. If it would be useful to anybody except me, I could provide a patch.
The text was updated successfully, but these errors were encountered:
Comment #1 originally posted by ClearTK on 2013-04-16T15:44:27.000Z:
We can't store Annotation objects in AnnotationStatistics since Annotation objects will be invalidated when the CAS is reset on each CollectionReader.getNext call. So what exactly would we be storing? The coveredText? All the Annotation's features? My feeling is that each user is going to want to keep something different around.
But maybe we make it easier to subclass and store whatever information you want? Is there some change to AnnotationStatistics that would make this kind of subclass easier to write?
Original issue 360 created by ClearTK on 2013-04-15T14:04:34.000Z:
I believe that it could be useful to store actual misclassified cases in AnnotationStatistics as well as counts which are currently stored. This could be optional to reduce memory requirement when users don't want to see these cases. If it would be useful to anybody except me, I could provide a patch.
The text was updated successfully, but these errors were encountered: