laito / cleartk

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

project re-org for type-system dependent code #355

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have a fair bit of code that in its current state looks both disorganized 
and hopelessly useless.  For example, the projects cleartk-named-entity and 
cleartk-semantic-roles do not have a respective named entity recognizers or 
semantic role labelers.  What those projects do have is code that reads various 
corpora and that provides type-system specific feature extractors.  It would 
probably make sense to move around some of this code such that we can get rid 
of projects that don't do anything and will likely never do anything - but keep 
the code that is well tested such as the ACE2005 reader.  

The suggestion is to expand the project cleartk-type-system to include code 
that reads various corpora and provides type system specific feature 
extractors.  Then we can deprecate cleartk-named-entity and 
cleartk-semantic-roles and perhaps cleartk-syntax and cleartk-token.  

Original issue reported on code.google.com by phi...@ogren.info on 28 Mar 2013 at 10:04

GoogleCodeExporter commented 9 years ago
We decided to create two new projects cleartk-corpus and cleartk-feature to 
avoid adding dependencies to cleartk-type-system.  For example, the Ace 2005 
reader uses JDom.  There's no point in adding dependencies where they aren't 
necessary.  

There is now a branch for this issue: 'Issue-355'

Original comment by phi...@ogren.info on 16 Apr 2013 at 7:59

GoogleCodeExporter commented 9 years ago
I have moved the two readers in cleartk-named-entity into cleartk-corpus and 
deprecated all of the code in cleartk-named-entity.  I added a README to that 
project too so that people know that it is going away.  

Original comment by phi...@ogren.info on 16 Apr 2013 at 8:00

GoogleCodeExporter commented 9 years ago
We have also now deprecated and moved everything from cleartk-token, 
cleartk-syntax, cleartk-semantic-roles. The only thing remaining is to move the 
readers, writer and feature extractors out of cleartk-timeml.

Original comment by steven.b...@gmail.com on 17 Apr 2013 at 12:14

GoogleCodeExporter commented 9 years ago
Fixed in revision af129849d7df83f9242cd88ffacdcf3b5be5fe8f. (I fixed the 
remaining cleartk-timeml issues and merged the Issue-355 branch into master.)

Original comment by steven.b...@gmail.com on 2 May 2013 at 4:07