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?
Asked
Active
Viewed 1,918 times
5
-
@eowl , thanks for this link.Seems very useful. – thetna Dec 18 '11 at 11:37
2 Answers
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
-
Hi Kenston, im really looking into using these packages, but i cant find any documentation on this, i also posted a question on this in http://stackoverflow.com/questions/22937922/automatic-semantic-role-labeling-asrl-in-java-using-frame-net-in-java , is there any change you could share some java code examples? – Yehoshaphat Schellekens May 19 '14 at 07:43
-
For Mate-Tools, you may refer to my comment in a related question: http://stackoverflow.com/a/11028562/241379 – Kenston Choi May 19 '14 at 10:08
-
Thanks, ill try using the source code, i it OK if ill ask some questions in case thinks go messy? – Yehoshaphat Schellekens May 19 '14 at 10:13
-
5
University of Illinois (UIUC) has a good Semantic Role Labeler which uses PropBank.

mayhewsw
- 704
- 9
- 20