fangfangli / cleartk

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

IDFMap and document classification example are broken #261

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IDFMap depends on org.sqlite.JDBC which we no longer include as a dependency, 
so this is broken. We never noticed this was broken because there are no tests 
for IDFMap, nor for the document classification code that used it. We should 
either restore the dependency, or replace IDFMap (e.g. as suggested in Issue 
259). 

Original issue reported on code.google.com by steven.b...@gmail.com on 23 Oct 2011 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by steven.b...@gmail.com on 24 Jul 2012 at 5:49

GoogleCodeExporter commented 9 years ago
There is a new document classification in 
cleartk-examples/src/main/java/org.cleartk.examples.documentclassification that 
demonstrates how to extract TF-IDF features.

Original comment by lee.becker on 26 Jul 2012 at 4:01