laito / cleartk

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

Consider splitting LIBSVM and LIBLINEAR into separate modules #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The LIBSVM and LIBLINEAR wrappers are now pretty much completely independent. 
The former uses libsvm-3.1.jar for APIs and the latter uses liblinear-1.9.2.jar 
for APIs. We should consider making them two separate modules. That way you 
don't have to pull in, say, the LIBSVM jar if you're just using LIBLINEAR.

Original issue reported on code.google.com by steven.b...@gmail.com on 30 May 2013 at 10:27

GoogleCodeExporter commented 9 years ago
We'll create a cleartk-ml-liblinear module.

Original comment by steven.b...@gmail.com on 25 Jun 2013 at 6:07

GoogleCodeExporter commented 9 years ago
Fixed by revision f4c5caccfc65.

Original comment by steven.b...@gmail.com on 25 Jun 2013 at 9:59