For every sentence in the dataframe, mask that token whose POS matches the formal parameter and is also the highest in the dependency tree's structure. If there's more than one option, take that token which comes first in the sentence.
For every sentence in the dataframe, mask that token whose POS matches the formal parameter and is also the highest in the dependency tree's structure.
If there's more than one option, take that token which comes first in the sentence.