Noahs-ARK / semafor

http://www.ark.cs.cmu.edu/SEMAFOR
GNU General Public License v3.0
96 stars 46 forks source link

Add dep. label between head and its parent as a feature for frame id. #16

Closed SimonSuster closed 9 years ago

SimonSuster commented 9 years ago

This obvious dependency feature is not yet included in the frame identification. (the other depLabs already in place are: those between head-children and those between head's parent and grandparent)

In my experiments using the standard datasets, this gives me +0.15 in frameid accuracy using the basic IdFeatureExtractor.

sammthomson commented 9 years ago

This looks great. Thanks!