laito / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Getting misclassified instances from AnnotationStatistics #360

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by alexey.v...@gmail.com on 15 Apr 2013 at 2:04

GoogleCodeExporter commented 9 years ago
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 comment by steven.b...@gmail.com on 16 Apr 2013 at 3:44

GoogleCodeExporter commented 9 years ago
Yes, but I'll need to think a bit about how to do it, it isn't quite as simple 
as I originally thought.

Original comment by alexey.v...@gmail.com on 16 Apr 2013 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 3 May 2013 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by phi...@ogren.info on 15 Mar 2014 at 5:41