Commit Graph

4816 Commits

Author SHA1 Message Date
Inari Listenmaa
dadcd386c9 (Romance) Attributive and predicative adjective forms (#93)
* (Fre,Por) accomodate changes to Romance adjectives
- to support Spanish buen/bueno, gran/grande and catalan bo/bon

* (Cat) Update paradigms to allow predicative and attributive forms of adj

* (Spa) fix argument order in Spanish adjective paradigms

* (Eng) fix missing paradigm invarA

* (Spa) Flip order of args in mkAdj constructor
2018-12-05 19:16:35 +02:00
odanoburu
aec24a3901 (Eng) fix missing paradigm invarA 2018-12-05 09:52:07 +02:00
Aarne Ranta
994e0482bc added Construction for 'five inch nail' in Eng,Ger,Fin from the Dresden team at the summer school 2018-12-03 17:27:59 +02:00
Aarne Ranta
ddafbb6316 some fixes in labels, assume GF 3.10 2018-12-01 09:43:49 +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
fc0c504107 (Ara) Add new constructor irregFemA 2018-11-30 14:12:28 +01:00
Inari Listenmaa
cb90184a95 (Ara) SlashV2V: fix a bug about object placement 2018-11-30 13:08:50 +01:00
Inari Listenmaa
51f6d6247c (Ara) Low-level hacks for overriding verb agreement and word order 2018-11-30 13:08:18 +01:00
Inari Listenmaa
73771e317b Merge pull request #88 from kitukb/master
The error is only on Mac, and doesn't seem to be due to the contents of the pull request.
2018-11-29 17:07:29 +01:00
Inari Listenmaa
f7e26bb199 Merge pull request #90 from inariksit/arabic
Arabic
2018-11-29 16:09:10 +01:00
Inari Listenmaa
ccfa60cbba (Ara) Fixes in noun attributes 2018-11-29 15:52:17 +01:00
Inari Listenmaa
f71e504f9c (Ara) Fixes in prepositions binding to words 2018-11-29 15:51:57 +01:00
kitukb
93cf7c9c08 Merge branch 'master' into master 2018-11-29 16:47:13 +03:00
Inari Listenmaa
31e5411f20 Merge pull request #89 from inariksit/somali
(Som) Improvements in noun and verb paradigms
2018-11-29 13:34:07 +01:00
Inari Listenmaa
f52f7966ea (Som) Improvements in noun and verb paradigms 2018-11-29 13:19:19 +01:00
Aarne Ranta
0b9974e8f9 corrected LangEng.labels 2018-11-28 20:01:05 +01:00
benson kituku
342ddf6f4b new gender 2018-11-28 18:54:17 +03:00
Inari Listenmaa
f18f5e3c3f Merge pull request #87 from inariksit/arabic
(Ara) Fixes in negations
2018-11-28 14:07:35 +01:00
Krasimir Angelov
0d0462e5a7 remove the old WordNet experiment 2018-11-28 14:00:34 +01:00
Krasimir Angelov
a9c2872059 Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl 2018-11-28 13:57:39 +01:00
Inari Listenmaa
a7c471214b (Ara) Fixes in negations 2018-11-28 13:55:34 +01:00
Krasimir Angelov
fc37e26bca remove the obsolete Parse grammar 2018-11-28 13:53:07 +01:00
Krasimir Angelov
fe483f3639 fix in the paradigm 2018-11-28 13:52:44 +01:00
Inari Listenmaa
19129aa420 (Ara) misc. small fixes and additions 2018-11-27 17:36:23 +01:00
Inari Listenmaa
f2e9993425 (Ara) Fix bug in SlashV2VNP + refactor some related opers 2018-11-27 17:35:59 +01:00
Inari Listenmaa
29b5ac47fb (Ara) include N2's c2 in ComplN2 2018-11-27 17:34:16 +01:00
Inari Listenmaa
576e730897 Merge pull request #85 from inariksit/arabic
Arabic
2018-11-26 17:16:52 +01:00
Inari Listenmaa
a29a4132cf (Ara) misc. small fixes/additions 2018-11-26 17:03:31 +01:00
Inari Listenmaa
9da4ea3f5c (Ara) Add word order as a parameter to Subj 2018-11-26 17:03:09 +01:00
odanoburu
b2a0f252b0 (Construction) add timeunitRange
- fix documentation comments
2018-11-26 11:14:48 -02:00
Inari Listenmaa
ea56a524a1 Merge pull request #83 from inariksit/arabic
(Ara) Add more VPS funs to Extend + refactor predVP to work with VPS
2018-11-23 14:56:29 +01:00
Inari Listenmaa
03380c79fb (Ara) Add more VPS funs to Extend + refactor predVP to work with VPS 2018-11-23 14:49:33 +01:00
Inari Listenmaa
c8e2201964 (Swe) Add ProDrop to ExtendSwe 2018-11-23 11:25:08 +01:00
Inari Listenmaa
570d347efe (Ara) Various fixes with nouns, compounding, attributes etc. 2018-11-22 16:09:11 +01:00
Inari Listenmaa
6b91d8409a (Ara) Force inherently dual nouns to dual only with a plural determiner 2018-11-21 16:31:36 +01:00
Inari Listenmaa
e911ad7cb3 (Ara) replace NP with just its string and isPron:Bool for ClSlash 2018-11-21 16:20:44 +01:00
Inari Listenmaa
473f6ae05b (Ara) Small fixes + comments 2018-11-21 16:04:55 +01:00
Inari Listenmaa
45df74b36b (Ara) Renaming and consistency with prepositions 2018-11-21 16:02:10 +01:00
Inari Listenmaa
d6310e2a8b (Ara) Add AdjOrd + AdvS 2018-11-20 15:47:47 +01:00
Inari Listenmaa
b63da6573e (Ara) Formatting + small typofixes 2018-11-20 14:11:15 +01:00
Inari Listenmaa
b174bba3a9 (Ara) V2V and related functions 2018-11-20 14:10:49 +01:00
Inari Listenmaa
47bcbe73f6 (Ara) Add two new verb paradigms 2018-11-20 14:09:15 +01:00
Inari Listenmaa
00f9a1be49 (Ara) Fix formatting in documentation 2018-11-20 09:34:30 +01:00
Inari Listenmaa
a4c1389966 Merge pull request #78 from inariksit/arabic
Arabic
2018-11-19 17:22:39 +01:00
Inari Listenmaa
9e5cbb35fd (Ara) Add AdVVPSlash 2018-11-19 17:00:06 +01:00
Inari Listenmaa
f1a88574b8 (Ara) Fix orthographical rules for indefinite accusative 2018-11-19 15:41:11 +01:00
Inari Listenmaa
7b520280d7 (Ara) adverbs 2018-11-19 15:23:54 +01:00
Inari Listenmaa
fe4bec4e58 (Ara) Improve documentation for verb constructors + add reflV 2018-11-19 15:23:37 +01:00
Inari Listenmaa
0514fc1e18 Merge pull request #72 from odanoburu/porextend
(Por) add lins to Extend + mkV2A paradigm change
2018-11-19 13:14:33 +01:00
Inari Listenmaa
7b51bb6638 (Ara) Added support for preposition contraction: added a "Dat" case 2018-11-19 12:07:29 +01:00