I studied about unification. But I think it is used for combining tokens while matching the pattern. But the pattern I want to match is as above, I want to change the form of second verb to that of the first verb while giving suggestion. I am sorry I did not clearly frame my question clearly earlier.
You want to synthesize a word using the lemma from one token and the postag from another token. Currently, this is not possible. It’s a desirable feature (on my TODO list), but it’s no easy to implement.
You can only make the suggestion if one of the two things (lemma from one token or postag from the other one) is fixed. You could write several rules (e.g. one rule per postag).