CogComp / lbjava

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

Static fields as feature extractors #17

Closed christos-c closed 8 years ago

christos-c commented 8 years ago

Added the ability to declare (static) fields as feature extractors e.g.: using ContextFeatures.POS_BIGRAMS, WordFeatures.LEMMA etc. Added new unit test that makes sure I didn't break anything!

christos-c commented 8 years ago

This is going to be extra helpful for the feature extraction team (FYI @danr-ccg @mssammon @mbokhar2 -- I can't find the other team members... Xinbo, Daniel, Paul, why don't you add your real names to github?)

danyaljj commented 8 years ago

fyi @xinbowu2 @pauljv92

danyaljj commented 8 years ago

A few small comments; otherwise looks good!

danyaljj commented 8 years ago

Merging!