Re: [Tutor] extracting phrases and their memberships from syntax trees

2009-02-13 Thread Kent Johnson
On Thu, Feb 12, 2009 at 6:20 PM, Emad Nawfal (عماد نوفل) wrote: > Dear Tutors, > I have syntax trees like the one below. I need to extract the membership > information like which adjective belongs to which noun phrase, and so on. In > short, I want to do something like this: > http://ilk.uvt.nl/te

Re: [Tutor] extracting phrases and their memberships from syntax trees

2009-02-12 Thread A.T.Hofkamp
Emad Nawfal (عماد نوفل) wrote: just want to be able to do this myself. My question is: what tools do I need for this? Could you please give me pointers to where to start? I'll then try to do it myself, and ask questions when I get stuck. I'd start with parsing (reading) the tree to a generic ab

[Tutor] extracting phrases and their memberships from syntax trees

2009-02-12 Thread عماد نوفل
Dear Tutors, I have syntax trees like the one below. I need to extract the membership information like which adjective belongs to which noun phrase, and so on. In short, I want to do something like this: http://ilk.uvt.nl/team/sabine/chunklink/README.html I already have the Perl script that does th