CogComp / lbjava

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

Unable to compile LBJava-examples #5

Closed christos-c closed 8 years ago

christos-c commented 8 years ago

Errors like:

[ERROR] could not parse error message:   symbol:   class BadgeClassifier                                                                                  
[ERROR] location: class FeatureWeightCalculator                                                                                                           
[ERROR] /home/christod/workspace/lbjava-cogcomp/lbjava-examples/src/main/java/edu/illinois/cs/cogcomp/lbjava/examples/badges/FeatureWeightCalculator.java:15: error: cannot find symbol                                                                                                                             
[ERROR] BadgeClassifier bc = new BadgeClassifier();     
danyaljj commented 8 years ago

hmm... you do these three steps and it does not work?

danyaljj commented 8 years ago

Shouldn't this be closed as well?

christos-c commented 8 years ago

Right, because both can be addressed by fixing #18