Latvian: if ~object~ is a Pron and is not modified by a RCl, it is more natural/neutral if it precedes the verb. For this, the lin types of NP and Adv are extended with a boolean field isPron (in addition to the previously introduced isRel field that indicates whether a CN or NP is modified by a RCl).

This commit is contained in:
normundsg
2013-12-16 19:08:38 +00:00
parent 27bd7bbb15
commit 120e616a28
12 changed files with 261 additions and 166 deletions

View File

@@ -11,10 +11,10 @@ concrete GrammarLav of Grammar =
RelativeLav,
ConjunctionLav,
PhraseLav,
TextX - [CAdv],
TextX - [Adv,CAdv],
StructuralLav,
IdiomLav,
TenseX - [CAdv]
TenseX - [Adv,CAdv]
** {
flags