stephbuon / posextract

Grammatical information extraction methods designed for the analysis of historical and contemporary textual corpora.
MIT License
3 stars 0 forks source link

Improvements to `extract_adj_noun_pairs()`: Be able to extract adjective modifiers after the verb #148

Open stephbuon opened 1 year ago

stephbuon commented 1 year ago

Edit extract_adj_noun_pairs() so that it also extracts adjective modifiers after the verb.

Right now we extract "green cat" from the sentence, "A green cat walked to the park."

I would like it so we also extract "skeptical people" from the sentence, "The people were skeptical."