valeriobasile / learningbyreading

Learning by Reading pipeline of NLP and Entity Linking tools
GNU General Public License v2.0
82 stars 24 forks source link

Add SENNA #2

Open valeriobasile opened 8 years ago

valeriobasile commented 8 years ago

SENNA (http://ronan.collobert.com/senna/)is a NLP tool that provides, among other things, semantic role labeling. KNEWS uses Boxer for SRL, which it is outdated, not accurate, and not maintained anymore. Try implementing SENNA as an alternative.

valeriobasile commented 7 years ago

Found that SENNA outputs propbank-style semantic roles (arg0, arg1, ...), which can be hard to map to FrameNet roles. Try SEMAFOR instead: http://www.cs.cmu.edu/~ark/SEMAFOR/