Commit Graph

2911 Commits

Author SHA1 Message Date
odanoburu
1427b1bbb8 (Por) change mk2A paradigm
(such that the second argument is the adverb string, not the feminine
form, which is easier to predict)
- fix bug in adjVo paradigm
- add two cases to mkAdjReg smart paradigm
- update lexicon

tbh, it is much more common to need to correct the adverbial form
because it doesn't have the accents that the adjectival forms may
have, so if there's a way of removing accents easily, that might be
better.
2018-10-30 13:48:26 +00:00
Inari Listenmaa
702b513453 Merge pull request #52 from odanoburu/extendlins
(ExtendPor) add lins
2018-10-23 14:07:09 +02:00
Inari Listenmaa
c28539e201 Merge pull request #51 from odanoburu/v2a
(Eng) change lincat of V2A
2018-10-23 14:06:50 +02:00
odanoburu
05cd9c53ce (ExtendPor) add lins
- add ApposNP, ByVP, CompBareCN, ComplBareVS, GerundAdv, GerundNP, InOrderTo, PresPartAP, PurposeVP, WithoutVP
- added EmptyRelSlash but fails linking phase, so not exported
2018-10-22 20:59:26 +00:00
odanoburu
e4d34bff32 (Eng) update SlashV2A with new V2A lincat 2018-10-22 18:27:20 +00:00
Inari Listenmaa
6b0094b22a (Ara) Fixing possessive suffixes 2018-10-22 17:09:51 +02:00
Inari Listenmaa
eb074e6bcd (Ara) Small cleanup and adding comments 2018-10-22 17:09:33 +02:00
odanoburu
8990ee80a8 (Eng) change lincat of V2A
- update V2A linref
- add overloaded mkV2A with backwards-compatible signature
- update lexicon V2A example
- remove old comment with Verb lincat
thanks to @inariksit for guidance!
2018-10-22 14:18:53 +00:00
bruno cuconato
2d5655aa50 (Por) Extend: add lins (#49)
- add PastPartAP, PastPartAgentAP
- add PassVPSlash, PassAgentVPSlash lins from ExtraRomance
- correct CompoundN
2018-10-21 19:42:05 +02:00
Inari Listenmaa
4b2c706bcd (Ara) Add linref for CN + choose bare form for UttCN, no case 2018-10-19 17:25:25 +02:00
Inari Listenmaa
85e4a8061f (Ara) Fix agreement in imperatives 2018-10-18 15:08:54 +02:00
Inari Listenmaa
08ff8ee3e5 (Ara) Small orthography fixes 2018-10-18 14:45:50 +02:00
Inari Listenmaa
2142146577 (Ara) Add CN's new np field in more functions 2018-10-18 14:45:27 +02:00
Inari Listenmaa
6cd6ddd020 (Ara) Fixes in pattern matching root and pattern 2018-10-17 17:18:26 +02:00
Inari Listenmaa
e051829637 (Ara) Add paradigm for broken plural adjectives 2018-10-17 17:17:52 +02:00
Inari Listenmaa
069a02c441 (Ara) WIP: noun compounds 2018-10-17 17:17:24 +02:00
Inari Listenmaa
5489e1cd51 (Ara) Small fixes: hamza, order of diacritics and remove ّ from root 2018-10-17 17:17:09 +02:00
Inari Listenmaa
096beae214 (Ara) More cases in normalisation functions for diacritics 2018-10-17 17:15:39 +02:00
Inari Listenmaa
0b901669fd (Ara) change someSg_Det into singular 2018-10-17 17:15:00 +02:00
Inari Listenmaa
f5525dfbf0 (Ara) Supporting possessive suffixes, WIP 2018-10-16 17:47:35 +02:00
Inari Listenmaa
5f39c41988 (Ara) Fixes to a few fords 2018-10-16 17:47:14 +02:00
Inari Listenmaa
b33d260377 (Ara) Add NP field to CN for apposition, to attach poss.suff. correctly 2018-10-16 17:46:28 +02:00
Inari Listenmaa
82aa6549cc (Ara) Fix MassNP: now with adjective included 2018-10-15 16:47:26 +02:00
Inari Listenmaa
7b13eb0ade (Ara) Better checks if a Num or Ord is a numeral 2018-10-15 16:08:11 +02:00
Inari Listenmaa
8db210fd97 (Ara) fix bad_A 2018-10-15 16:07:29 +02:00
Inari Listenmaa
145fc773cb (Ara) Normalise the order of combining characters ّ + vowel 2018-10-12 15:42:33 +02:00
Inari Listenmaa
0bce38800c (Ara) Remove some LTR (U+200E) chars that had been copypasted in error 2018-10-12 15:40:48 +02:00
Inari Listenmaa
a36c3278a5 Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl 2018-10-11 17:02:07 +02:00
Inari Listenmaa
43227578c5 (Ara) fix eat_V2 2018-10-11 17:00:04 +02:00
Inari Listenmaa
664d2e0b70 (Ara) Fix some orthography issues related to ء‎ 2018-10-11 16:54:18 +02:00
Aarne Ranta
56fd159e34 fixed three paradigms in Finnish Kotus: lapsi, veitsi, harkita 2018-10-11 06:58:57 +02:00
Aarne Ranta
05ed75c131 using the ext field more properly in Scand VP 2018-10-09 19:27:21 +02:00
Inari Listenmaa
0fa4dd7ab0 Merge pull request #39 from inariksit/master
Finnish
2018-10-09 14:17:38 +02:00
Inari Listenmaa
0cf74c04df (Fin) Add more infinite forms to VVType 2018-10-09 14:12:28 +02:00
Inari Listenmaa
ab88fd8018 (Fin) More patterns for consonant gradation ("pyyhkiä", "aueta") 2018-10-09 13:42:25 +02:00
Aarne Ranta
8334a3fab3 fixed the place of AP in Scand.CompAP so that it is before the particle but after negation: 'det ser inte bra ut' 2018-10-09 10:44:46 +02:00
Inari Listenmaa
5223a3d9c9 (Fin) Add some cases for weakGrade + add exceptions to Kotus.gf 2018-10-08 17:55:58 +02:00
Inari Listenmaa
583f77e450 (Fin) Remove redundant sense distinctions 2018-10-08 17:55:18 +02:00
Inari Listenmaa
bd6d88c784 (Fin) Add some more N and A paradigms 2018-10-08 16:12:50 +02:00
Inari Listenmaa
0441cf1586 (Fin) Add infAdess ("tekemällä") to the API 2018-10-08 16:12:33 +02:00
Inari Listenmaa
5a18c857b8 (Fin) Fix inflection of some adjectives in NewDictFin 2018-10-08 16:12:03 +02:00
Inari Listenmaa
b7d2ff99c0 (Fin) Remove redundant distinctions from NewDictFin 2018-10-08 16:11:44 +02:00
Inari Listenmaa
9aa31fdcdd (Fin) Add prefix field to A 2018-10-08 16:10:41 +02:00
bruno cuconato
d4f2df8aa4 (Por) add lins (#35)
* (Por) correct paradigm and use overloaded paradigms in Lexicon

* (Por) add Str -> V3 paradigm

* (Por) small fixes

* adjust import list and add Mood to VPS

* (Por) add compoundN to ExtendPor

* (Por) add CompoundAP GerundCN ICompAP IAdvAdv CompIQuant PrepCN
2018-10-06 06:14:24 +02:00
bruno cuconato
63587ac745 (Romance) add subjVS oper to Cat,Ita,Por,Spa (#37)
* (Por) correct paradigm and use overloaded paradigms in Lexicon

* (Romance) add subjVS oper to Cat,Ita,Por,Spa

already present in French
2018-10-06 06:12:54 +02:00
Inari Listenmaa
d13c34e641 (Fin) Add new constructor for V -> A: present participle into adjective. 2018-10-05 15:50:24 +02:00
Inari Listenmaa
84f53ba086 (Fin) Fix vowel harmony bug in a verb constructor 2018-10-05 15:47:30 +02:00
Inari Listenmaa
c0ce537104 (Fin) Add CompoundN 2018-10-05 10:39:06 +02:00
Aarne Ranta
479a44b6a0 added ParadigmsSwe.auxV2V 2018-10-03 12:54:00 +02:00
kitukb
bd556c7789 Adding a bantu Functor (#32)
* added Bantu functor

*  added egekusii language based on Bantu functor

*  added kikamba language based on Bantu functor

*  added kiswahili language based on Bantu functor
2018-10-03 12:52:48 +02:00