CogComp / lbjava

Learning Based Java (LBJava)
http://cogcomp.cs.illinois.edu/page/software_view/LBJava
Other
13 stars 17 forks source link

Fixed a bug in the static classifiers definition #23

Closed christos-c closed 8 years ago

christos-c commented 8 years ago

Previously, the name of the containing class should be in the import statements Now, you can use static classifiers with entire package imports (e.g. import edu.illinois.cs.cogcomp.lbjava.features.*;)

FYI @mssammon @danr-ccg @xinbowu2 @pauljv92

danyaljj commented 8 years ago

Will merge this if I don't hear any complains by tonight.