[CS241] temporal modifiers
Avram Levi
avramlevi at lems.brown.edu
Tue Nov 20 14:36:01 EST 2007
Hello everyone,
I have a question about finding the temporal modifiers in the 2-9.nstrip
file...
then we mark it as a temporal modifier.The instructions given are pretty
clear... Find the main vp - look at it's immediate children and siblings
(but not their children) if their label is pp or np and vals[relP] ==
tempV When I do it this way, i find ~3700 temporal modifiers.
If i look at all the children of the nodes mentioned above the number
goes up to ~5800...
If i look at only the nodes mentioned above but don't care about label,
then the number goes upto ~6500...
If i just traverse the whole tree and find all sentences containing a
temporal modifier without any other constraint, the number is ~14000
sentences...
I'm pretty sure I'm working on the 2-9.nstrip file... I got the
setLabs.h early last week, my suspicion is that I still have the old
one, so I was wondering if any of you could send me the latest version...
and are there any other people getting the similar numbers?
Best,
Avram
More information about the CS241
mailing list