specialk80
Technical User
It is about turkish grammer,parse tree.
i have a verb like v(v(ver))-->"ver"
and inflection1 like inf1(inf1(dpast))-->"di".
inf1(inf1(dpast))-->"dI".
inf1(inf1(sim))-->"iyor".
inf1(inf1(sim))-->"Iyor".
and inflection2 like inf2(inf2(past))-->"di".
inf2(inf2(past))-->"dI".
inf2(inf2(epast))-->"mis".
inf2(inf2(epast))-->"mIs".
and i should add the inf1 and inf2 to the verb like "veriyormis".
but the rule is if inf1 is "di" or "di" inf2 can't add to the verb.
can you help me about it?
thanks in advanced.
i have a verb like v(v(ver))-->"ver"
and inflection1 like inf1(inf1(dpast))-->"di".
inf1(inf1(dpast))-->"dI".
inf1(inf1(sim))-->"iyor".
inf1(inf1(sim))-->"Iyor".
and inflection2 like inf2(inf2(past))-->"di".
inf2(inf2(past))-->"dI".
inf2(inf2(epast))-->"mis".
inf2(inf2(epast))-->"mIs".
and i should add the inf1 and inf2 to the verb like "veriyormis".
but the rule is if inf1 is "di" or "di" inf2 can't add to the verb.
can you help me about it?
thanks in advanced.