1
0
forked from GitHub/gf-rgl
Commit Graph

6190 Commits

Author SHA1 Message Date
Inari Listenmaa
8a69cd40c7 (Pes) Cleanup + automatic whitespace removal 2019-01-31 17:04:47 +01:00
Inari Listenmaa
781f049fdd (Pes) Add isNum to Num + Ord; fix bug in DetCN, DetQuant and DetQuantOrd
See https://sites.la.utexas.edu/persian_online_resources/nouns/

"A noun modified by a number is never pluralized; that is to say, it is 
invariably singular"

In the old grammar, DetQuant would always make the Det into numeral, and 
so Sg was always chosen in DetCN.
2019-01-31 16:38:46 +01:00
Inari Listenmaa
7a48a09931 (Pes) Use enclitic form of NP in predicative
According to this source: 
https://sites.la.utexas.edu/persian_online_resources/nouns/noun-in-a-predicative-position/
2019-01-31 16:29:40 +01:00
Inari Listenmaa
edc41a3a5c Merge pull request #154 from inariksit/arabic
(Ara) Use PerGenNum in the table for RCl and RS; compiles 15sec faster
2019-01-30 17:31:03 +01:00
Inari Listenmaa
80d7e293ee (Ara) Fix bug in PossPron 2019-01-30 17:18:53 +01:00
Inari Listenmaa
bf0fd56960 (Ara) Use PerGenNum in the table for RCl and RS; compiles 15sec faster 2019-01-30 16:23:11 +01:00
Inari Listenmaa
269191cf9a Merge pull request #153 from inariksit/arabic
Arabic
2019-01-29 20:30:25 +01:00
Inari Listenmaa
7cdcc0931f (Ara) Small typofix + add comment 2019-01-29 17:57:38 +01:00
Inari Listenmaa
e468b48ded (Ara) Fix the corner case where ReflVP is called after VPSlashPrep.
Also fix noPrep to accPrep (the default object case).

Tested with gftest -o, only changes were in combinations of ReflVP and 
VPSlashPrep.
2019-01-29 17:57:21 +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
08c0b3fe54 (Ara) Fixes in DetNP + some Dets and Quants 2019-01-29 15:46:59 +01:00
Inari Listenmaa
267ef1b178 (Ara) Move mkQuant functions from Paradigms to Res 2019-01-29 14:11:05 +01:00
Aarne Ranta
5a50706345 changed suffix in SymbOrd to :e which is more general, but not perfect of course 2019-01-29 11:31:11 +01:00
Herbert Lange
c30a33b2cb recreating missing 2019-01-28 18:25:09 +01:00
Inari Listenmaa
6d477ccbeb Merge pull request #152 from inariksit/arabic
Arabic: add new funs and change V*V/V*S lincats
2019-01-26 19:26:39 +01:00
Inari Listenmaa
d5f3fe7479 (Ara) Add new funs in ExtendAra + clean up
Remove some old exclusions, which were excluded because the necessary 
RGL function wasn't yet implemented in the autumn.
2019-01-26 18:39:45 +01:00
Inari Listenmaa
dc4e866942 (Ara) small cleanup 2019-01-26 18:38:57 +01:00
Inari Listenmaa
9c903a76ab (Ara) Add SlashV2S 2019-01-26 18:38:42 +01:00
Inari Listenmaa
aab42b21f6 (Ara) Change lincats for VV, V2V, VS and V2S
Update functions and opers in Lexicon, Paradigms and Verb to accommodate 
the change
2019-01-26 18:38:05 +01:00
Inari Listenmaa
ee092b0042 (Ara) Add ExistIP 2019-01-26 18:34:52 +01:00
Inari Listenmaa
9fd88554ee Merge pull request #151 from inariksit/arabic-fixes
Arabic: fixes in Question + improve docs
2019-01-25 13:21:36 +01:00
Inari Listenmaa
37f7be4777 (Ara) Improve documentation in ParadigmsAra
Remove some mkNs from public API, but keep them in the hidden part. This 
way old code won't break, but the dubious constructors aren't shown in 
the synopsis.
2019-01-25 11:16:10 +01:00
Inari Listenmaa
ae51f19459 (Ara) Clean up and add comments in QuestionAra 2019-01-25 10:15:48 +01:00
Inari Listenmaa
535be667c7 (Ara) Add QVP functions 2019-01-25 10:15:23 +01:00
Inari Listenmaa
7fb1d32691 (Ara) Fix QuestSlash so preposition shows up in the right place
Add comments/instructions to other functions that use complClSlash
2019-01-25 10:07:33 +01:00
Inari Listenmaa
c2bfc35b4e Merge pull request #150 from inariksit/arabic-misc
Arabic misc
2019-01-23 17:21:51 +01:00
Inari Listenmaa
1373840389 (Ara) Add some comments 2019-01-23 16:42:24 +01:00
Inari Listenmaa
83c6883711 (Ara) Add a field to VP: whether to use negative copula for negation 2019-01-23 16:41:36 +01:00
Inari Listenmaa
674b13292d (Ara) Add documentation for mkVV constructors 2019-01-23 16:41:26 +01:00
Inari Listenmaa
d5084f9041 (Ara) Sorry again, still don't know how to use git. 2019-01-23 16:41:07 +01:00
Inari Listenmaa
fa5f4fe829 (Ara) force also imperative forms in forcePerson 2019-01-23 16:40:31 +01:00
Inari Listenmaa
1c4db86736 (Ara) Add all forms of the negative copula 2019-01-23 16:40:16 +01:00
Inari Listenmaa
a5d1dda8c5 (Ara) Fix wrong information in mkV : (root,masdar:Str) -> VerbForm -> V 2019-01-23 16:40:06 +01:00
Inari Listenmaa
29cc78439d (Ara) Ignore this, I'm learning to use git cherry-pick. 2019-01-23 16:39:33 +01:00
Inari Listenmaa
fd0a7da79a (Ara) Remove Preposition from API, only use Prep
Preposition still used internally in ResAra and MorphoAra; Prep is a
subtype. For the API it makes sense to only have Prep, not two types.
2019-01-23 16:38:13 +01:00
Inari Listenmaa
e1eb288c29 (Ara) Cleanup in verbDefBool 2019-01-23 16:38:01 +01:00
Aarne Ranta
bea351b2bf added ExtenFin.ByVP 2019-01-22 08:57:19 +01:00
Inari Listenmaa
8e908a6810 Merge pull request #147 from inariksit/arabic
Arabic
2019-01-22 08:32:36 +01:00
Aarne Ranta
40144e810b added functions to ExtendFin, also excluding some functor instantiations 2019-01-21 20:46:01 +01:00
Inari Listenmaa
1d94d319b8 (Ara) Refactor ResAra: move root-and-pattern morphology into MorphoAra 2019-01-21 17:38:45 +01:00
Inari Listenmaa
c8523f0413 (Ara) Small bugfixes that came from changing DefForms 2019-01-21 14:01:20 +01:00
Inari Listenmaa
1faa9acd93 (Ara) Fix dual for defective verbs that end in w 2019-01-21 12:17:55 +01:00
Inari Listenmaa
8ac74c9384 Merge pull request #146 from odanoburu/patch-4
fix broken link in synopsis
2019-01-19 15:16:49 +01:00
Inari Listenmaa
c3590f0334 (Ara) WIP Restructuring Morpho and Res + fixed some forms in class 1d3 2019-01-18 17:34:13 +01:00
Aarne Ranta
0ee80e5eac ParadigmsEng: added auxVV ; corrected negative forms of infVV 2019-01-17 20:20:26 +01:00
bruno cuconato
fe9cc96992 fix broken link 2019-01-16 09:34:05 -02:00
Inari Listenmaa
9054c6a909 Merge pull request #145 from inariksit/arabic
(Ara) add a few words in Structural and Construction
2019-01-15 22:47:59 +01:00
Inari Listenmaa
92126763c7 (Ara) add a few words in Structural and Construction 2019-01-15 22:32:20 +01:00
Inari Listenmaa
738091d170 Merge pull request #142 from odanoburu/fix
(Por) correct examples
2019-01-15 16:59:34 +01:00
Inari Listenmaa
6dc0269c1d Merge pull request #144 from inariksit/arabic
(Ara) misc small fixes
2019-01-15 16:59:24 +01:00