mkabbasi / cleartk

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

Move ParentheticalAnntoator to cleartk-util where it belongs #400

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We never moved it because it has a dependency on the the type system.  it is  
not a strict dependency and it is easy enough to decouple it.  It does require, 
however, a backwards incompatible change to the getDescription methods.  I'm 
going to go ahead and change it as part of Issue #388 which calls for making 
all package names consistent.  

Original issue reported on code.google.com by phi...@ogren.info on 29 Mar 2014 at 6:01

GoogleCodeExporter commented 8 years ago
This was fixed along with issue #388.  There is no longer a default value for 
the parameter named by PARAM_PARENTHETICAL_TYPE_NAME.  So, now the 
getDescription methods each have a class parameter that specifies it.  

Original comment by phi...@ogren.info on 30 Mar 2014 at 3:56