1
0
forked from GitHub/gf-rgl
Commit Graph

6190 Commits

Author SHA1 Message Date
David Bamutura
ef5783853f Failed for IdentQuantN in Question: error about Num 2019-05-14 04:50:00 +02:00
David Bamutura
38b29c7071 modified Noun to accommodate for IDetCN in Question 2019-05-14 03:53:11 +02:00
David Bamutura
1dbd1b535f Added Interrogative adverbs abd Pronouns. Not working Properly. 2019-05-14 02:04:32 +02:00
David Bamutura
64f7bdb967 Restuructured Pron, which affected Quant and all the functions that use it. 2019-05-10 23:03:09 +02:00
David Bamutura
681e459d0b Made adjustments to thisQuant and That_Quant 2019-05-10 18:23:44 +02:00
David Bamutura
e8cce483c5 Implemented functions NumDigits, NumNumeral, OrdDigits,OrdNumeral, OrdSuperl but with changes in Structural and CatCgg for the categories 2019-05-10 18:08:35 +02:00
David Bamutura
19870f6b38 Worked on DetQuant in Noun and Digits in Numeral 2019-05-10 14:56:02 +02:00
David Bamutura
c2691eda44 Added functionality for V3 in lexicon, rearranged the Paradigms to accomodate it. Implemented Slash2V3 and Slash3V3 2019-05-06 23:15:56 +02:00
Herbert Lange
2a3de7687f fix some of the coordination again 2019-05-06 20:25:32 +02:00
Inari Listenmaa
05eb9a0d8f Merge pull request #236 from inariksit/persian
(Pes) Generalise infVP to other non-finite verb forms
2019-05-06 17:29:05 +02:00
Inari Listenmaa
31d4e5971a (Pes) Generalise infVP to other non-finite verb forms 2019-05-06 17:17:06 +02:00
David Bamutura
48aa65d2dd Made changes to the nature of adjective so that it linearises 2019-05-06 16:21:34 +02:00
Inari Listenmaa
ba911da6c3 (Extend,Romance) Add construction AdvIsNPAP (#235)
e.g. "here are the instructions documented", default implementation in common/ExtendFunctor is "the instructions are documented here".
2019-05-06 16:04:46 +02:00
David Bamutura
7d903526f5 Correction of errors in ResCgg.gf and Numeral.gf regarding generalization of n2-n9 2019-05-06 02:11:21 +02:00
David Bamutura
5af7fd2fa9 Half the implementation of Numerals. However, pot2plus still problematic. Ordinal numerals also problematic 2019-05-06 01:29:47 +02:00
David Bamutura
7d49c87d1e worked on the Relative Pronoun (RP) found produced by the function IdRP 2019-05-05 16:01:46 +02:00
Inari Listenmaa
1aa440b5bb Merge pull request #234 from inariksit/persian
Persian
2019-05-03 18:50:06 +02:00
Inari Listenmaa
361deec532 (Pes) misc. small fixes, additions and TODOs 2019-05-03 18:43:29 +02:00
Inari Listenmaa
038ed0e863 (Pes) Add object clitics to verb phrases
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com>
2019-05-03 18:43:06 +02:00
David Bamutura
b18ffa9d0b Correction of all compilation mistatkes 2019-05-03 16:43:17 +02:00
David Bamutura
023930e37a Implementation of AdvNP function 2019-05-03 04:33:35 +02:00
David Bamutura
66474465e3 Covered PredetNP & PrepNP in NounCgg.gf & AdverbCgg.gf alongside Predet & Adv Lexicon in StructuralCgg.gf. Errors in SentenceCgg.gf because the verb system is still a mess. 2019-05-03 03:57:11 +02:00
Inari Listenmaa
c5512550b4 Merge pull request #233 from inariksit/persian
Small fixes and cleanup
2019-05-01 17:52:13 +02:00
Inari Listenmaa
e9be8e3b0d (Pes) Reuse functions in VerbPes 2019-05-01 17:41:57 +02:00
Inari Listenmaa
bc4bba1171 (Pes) Changes in sentence complements 2019-05-01 17:41:39 +02:00
Inari Listenmaa
81b142c078 Merge pull request #232 from inariksit/persian
Persian
2019-04-30 18:47:04 +02:00
Inari Listenmaa
ae3ada90e9 (Pes) Fix bug in creating subjunctive form in S 2019-04-30 18:42:03 +02:00
Inari Listenmaa
5b7fae3c20 (Pes) small fixes + TODOs 2019-04-30 18:40:49 +02:00
Inari Listenmaa
4a13d04e6f (Pes) InOrderToVP: only show prefix, if the verb is کردن 2019-04-30 18:39:42 +02:00
Inari Listenmaa
f52648768f Merge pull request #231 from inariksit/persian
Persian
2019-04-29 17:47:00 +02:00
Inari Listenmaa
08a956223c (Pes) Fix word order in ComplA2 2019-04-29 13:38:12 +02:00
Inari Listenmaa
b7e6f23020 (Pes) Add new constructor for mkVS + change order of args for mkV2S 2019-04-29 13:35:49 +02:00
Inari Listenmaa
8f965e8556 (Pes) Add VVForm as a field to V2S 2019-04-29 11:36:37 +02:00
Inari Listenmaa
dce3e7f161 Merge pull request #230 from inariksit/persian
Persian: imperatives, word order
2019-04-27 17:12:02 +02:00
Inari Listenmaa
516d4444d3 (Pes) Add word order argument OV/VO to showVPH + use VO in Extend.ByVP
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com>
2019-04-26 19:06:48 +02:00
Inari Listenmaa
2103a9c576 (Pes) Small fixes in imperative
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com>
2019-04-26 19:05:04 +02:00
Herbert Lange
a552ba9889 change type for conjunctions, split and overload mkConj and add placeholders into the dictionary t 2019-04-26 17:26:05 +02:00
Herbert Lange
52fee8ab4d add coordinator parameter for missing conjunctions 2019-04-26 16:44:23 +02:00
Herbert Lange
04f1b50224 add linref for conjunctions 2019-04-26 16:44:03 +02:00
Herbert Lange
6c5f004fd2 fix wrong form in copula 2019-04-26 16:18:34 +02:00
Herbert Lange
556da2493c add linrefs for more categories 2019-04-26 16:18:26 +02:00
krangelov
4e64e46d1c cosmetic change 2019-04-26 13:19:43 +02:00
krangelov
448f0a20e4 Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl 2019-04-26 13:08:31 +02:00
krangelov
d198436d7d extensions and corrections in BeschCat to be compatible with FreeLing. Some of the diffs were plain bugs in the original module 2019-04-26 13:06:57 +02:00
Inari Listenmaa
21af0dd9be Merge pull request #229 from inariksit/persian
Fixes in Persian: Prep, Subj, N2, N3, typos
2019-04-26 12:57:12 +02:00
Inari Listenmaa
95759c15ac (Pes) Make D_1 singular 2019-04-25 16:20:45 +02:00
Inari Listenmaa
6dbacd9892 (Pes) Add relative pronoun type in Subj 2019-04-25 16:11:28 +02:00
Inari Listenmaa
35db9a0787 (Pes) add ezafePrep, used only internally in N2
The semantics is "the head word takes ezafe". This is a bit confusing 
compared to other Preps, where it means that the preposition takes 
ezafe. But this ezafePrep is not exported to the public API.
2019-04-25 11:51:29 +02:00
Inari Listenmaa
bd79656668 (Pes) WIP right form for complements of N2 and N3
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com>
2019-04-25 11:23:20 +02:00
Inari Listenmaa
5b8303aa57 (Pes) Fix appComp's behaviour with prepositions that take ezafe
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com>
2019-04-25 11:20:37 +02:00