rev2004 / cleartk

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

PropbankSplitRelation.convert method needs some TLC #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PropbankSplitRelation.convert used to return a SplitAnnotation with its
"sub-annotations" corresponding to its relations.  SplitAnnotation has been
removed from the type system and the convert method is no longer capturing
this information.  If you look at the commented line of code in the convert
method, you can see where it used to be captured.  It looks to me that the
type system should be extended with a new type that is the return value of
this method that adequately captures the split relation information.  

There are no tests that break related to this issue.  

Original issue reported on code.google.com by pvogren@gmail.com on 13 Aug 2009 at 9:58

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 24 Jul 2012 at 6:57

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

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