-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verbal nouns in Georgian #1078
Comments
I think I would favor the nominal analysis. The verbal noun is tagged |
Ok, good. This is also the easier solution. There is a similar case where an attributively used participle can have an agent; here too, Future participles (in the adverbial (essive)) case can be used to express a final clause; here, I am not sure what to do. Those constructions look verbal to me, even though also here, the verbal arguments are demoted to obliques, with the same case marking as in the VN case. E.g.: წერილის დასაწერად დაჯდა / c̣erilis dasac̣erad daǯda. If interpreted nominally, the participle would be a simple |
I suppose the participle would be treated as an adjective; then we would use
|
Ah, yes, thanks, I was confused about |
In Georgian, verbal nouns exhibit nominal syntax (as they should; in contrast to inifinitives in other languages).
On the other hand, they are often used more infinitive-like in argument positions that alternatively could be filled by a subclause with a finite verb (often in the Subjunctive), e.g.
მინდა ბიჭების ნახვა / minda bič̣ebis naxva
I-want boys-Gen seeing-VN
“I want the seeing of the boys”
versus
მინდა ბიჭები ვნახო / minda bič̣ebi vnaxo
I-want boys-Nom see-Sub
“I want (that) I see the boys”
In the second case, the analysis is clear: the subclause will get the relation
ccomp
, and ‘boys’ isobj
of ‘see’ (ergative syntax).In the verbal noun case however, there are two possible analyses: the more superficial nominal one (which is easier to get right with a rule-based parser), where 'boys-Gen' is treated as an
nmod:poss
of the (nominal) VN, the relation to the main verb beingobj
, and a verbal analysis, where the relation to the main verb isccomp
, and the pos of the VN isVERB
.I am not sure how to connect the argument of the VN. Should it be
obj
? Or should it be something likenmod:obj
? Or evenobl:obj
? The rationale would be that all core arguments of the verb are demoted to oblique status (likeobl:agent
for passives, or, in the Georgian case,obl:iobj
, the indirect object in the perfect tense).In a more complex (slightly contrived) example
წიგნის მიცემა გოგოსთვის ბიჭის მიერ სასურველია / c̣ignis micema gogostvis bič̣is mier sasurvelia
book-Gen giving-VN girl-for boy by is-desirable
“the giving of the book to the girl by the boy is desirable”
there are three core arguments that are demoted to oblique status, which would respectively be annotated as
obl:obj
,obl:iobj
,obl:agent
.Does this make sense?
The text was updated successfully, but these errors were encountered: