5

I would like to do automatic semantic role labeling in FrameNet Lexicon using some machine learning methods. Could you please suggest me some java packages most suitable for this project?

thetna
  • 6,903
  • 26
  • 79
  • 113

2 Answers2

6

Mate-tools and SEMAFOR are available and are both written in Java. The latter requires a large memory. The former uses Propbank style, but you can derive the roles.

Kenston Choi
  • 2,862
  • 1
  • 27
  • 37
5

University of Illinois (UIUC) has a good Semantic Role Labeler which uses PropBank.

mayhewsw
  • 704
  • 9
  • 20