1
0
forked from GitHub/gf-rgl
Commit Graph

13 Commits

Author SHA1 Message Date
Inari Listenmaa
e2bfe45a94 (Ara) use indeclNP "foo" instead of \\_ => "foo" in IdiomAra (#177)
to make a better example for my blog post :-P
2019-02-17 22:28:42 +01:00
Inari Listenmaa
ac5352f852 (Ara) Replace two 2-valued params in VP with one 3-valued param.
* is copula / is have_V2 / is neither

There is no difference; all three options are is mutually exclusive. 
There 2 params in the first place only by accident. First one was added 
by AED 10 years agon, second by me only some weeks ago, without thinking 
that the params are mutually exclusive.

Also tested with gftest, no difference found after 2 hours of running.
2019-01-29 17:54:44 +01:00
Inari Listenmaa
ee092b0042 (Ara) Add ExistIP 2019-01-26 18:34:52 +01:00
Inari Listenmaa
f32e49ca92 (Ara) Fix bug in ImpersCl
ImpersCl (VP -> Cl) used to check whether the VP is predicative, and
in the positive case, force the dummy subject to not be a pronoun.
This has been wrong since the time I changed prodrop rules in PredVP.

The error that followed manifested when the Cl was put in subordinate
position: the subject pronoun did not attach to the conjunction.
An example follows.

Lang: SubjS that_Subj (UseCl (TTAnt TPres ASimul) PPos (ImpersCl (UseComp (CompNP (DetCN (DetQuant IndefArt NumSg) (UseN girl_N))))))
LangEng: that it is a girl

Old LangAra: أنَّ ها بِنتٌ (wrong)
New LangAra: أنَّ &+ ها بِنتٌ (correct)
2019-01-04 13:39:58 +02:00
Inari Listenmaa
ef261ac4d2 (Ara) replace Agr by AAgr in Obj 2018-12-18 16:30:57 +01:00
Inari Listenmaa
0475955567 (Ara) Add state parameter to regNP + small cleanup/move around code 2018-11-30 15:23:49 +01:00
Inari Listenmaa
19129aa420 (Ara) misc. small fixes and additions 2018-11-27 17:36:23 +01:00
Inari Listenmaa
fe4bec4e58 (Ara) Improve documentation for verb constructors + add reflV 2018-11-19 15:23:37 +01:00
Inari Listenmaa
c4f207a541 (Ara) Fix existential constructions 2018-11-16 16:05:55 +01:00
Inari Listenmaa
b69608bd21 (Ara) New verb paradigm (geminate 7) + clean up CN 2018-11-15 16:46:35 +01:00
Inari Listenmaa
b89aa34bfd (Ara) Conjunctions, ComplV*, additions in Idiom&Construction, etc. 2018-11-14 15:48:20 +01:00
hallgren
1ccd47784d Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default
encoding to UTF-8.
2013-11-25 18:17:12 +00:00
aarne
a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00