CogComp / lbjava

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

Added pruneUselessLabels to SparseNetworkLearner #110

Open cowchipkid opened 5 years ago

cowchipkid commented 5 years ago

This method will discard any classifiers for labels not in the list passed in. This is intended to allow users to discard classifers for labels they are not interested in, but may have uninteded side effects, like GPE labels being classified as PERSON.

danyaljj commented 5 years ago

Semaphore is failing for some reason. Trying to figure out what is happening ...