Commit Graph

6976 Commits

Author SHA1 Message Date
David Bamutura
9488cae6f4 =Made some grammatical corrections based on tes grammar and worked on most functions in QustionCgg.gf 2019-05-24 06:47:57 +02:00
David Bamutura
304b877854 =Remodelled RS to accomodate RelCN and RelNP appropriately and give both direct and direct relative prnouns 2019-05-24 02:20:02 +02:00
Inari Listenmaa
485912d78b Merge pull request #242 from inariksit/persian
Persian + Arabic
2019-05-23 17:18:32 +02:00
Inari Listenmaa
bae17e5283 (Ara) add AdjAsNP to ExtendAra 2019-05-23 14:07:49 +02:00
Inari Listenmaa
ec4dac68d0 (Pes) WIP: more fine-grained rules about definiteness in NPs 2019-05-23 14:07:34 +02:00
David Bamutura
366d6cd38e =ReImplemented UseCl to cater for all 3 Tense and 1 Coditional mood Form 2019-05-20 16:48:00 +02:00
John J. Camilleri
b3b2b219e8 Update link to RGL tutorial (now HTML version) 2019-05-20 10:36:00 +02:00
John J. Camilleri
4838a59d20 Update RG tutorial to render well with update_html from gf-core 2019-05-20 10:10:11 +02:00
David Bamutura
143a9e9686 =Implemented SlashVP in sentence 2019-05-20 03:12:04 +02:00
David Bamutura
b79c1bca57 =Added PConj to Lexicon but postponed implementyation of PConjConj :Conj -> PConj because I do not know what it means? 2019-05-19 10:51:56 +02:00
David Bamutura
37d27768f1 =Corrected alas_Interj 2019-05-19 10:25:46 +02:00
David Bamutura
db4126c61f =Finished Implementation of PhraseCgg.gf 2019-05-19 10:14:10 +02:00
David Bamutura
3aef8a9f7e =Corrected DetQuant for no_Quant 2019-05-19 08:44:30 +02:00
David Bamutura
9b0cbc63ec =Corrected the type of Imp because Bool produced False as default hence negative form of Imperative be = taba instead of ba. Why does GF compute for false first by default? Is it data Bool = False | True? 2019-05-19 06:31:16 +02:00
Aarne Ranta
4c308d0498 sources for GF RGL tutorial as given in LREC exactly 9 years ago; 'make' now builds html, but some txt macros for LaTeX need to be retargeted for html 2019-05-17 17:31:36 +02:00
David Bamutura
115989e017 Merge branch 'master' of github.com:bamutra/gf-rgl
After deleting a file on the remote master branch and deleting it on my local machine, the two seem to be out of sync hence a merge
2019-05-17 02:33:47 +02:00
David Bamutura
12a691e8ae =Failed ti implement PositAdvAdj 2019-05-17 02:33:12 +02:00
David Bamutura
9658b175d6 Delete CatCggOld.gf
This file was wrongly staged for commit
2019-05-17 02:13:37 +02:00
David Bamutura
d5bec3b459 =Implemented ComparA AdAP which necesitated the modification of the ADA type. Deleted the CatCggOld.gf 2019-05-17 02:11:50 +02:00
David Bamutura
5f5d71bb0a =Implemented ComparA in Adjective. Needs through testing 2019-05-17 01:16:44 +02:00
David Bamutura
fdc4dced45 =Implemented AjOrd in Adjective which resulted in changing the type of AP and leading to use of default Agrement AgP3 Sg KI_BI. Othrwise context is required 2019-05-17 00:47:44 +02:00
David Bamutura
cc165875f5 =corrected the error and added two more Functions in Verb.Cgg. The cause of error was repeated record lable in the same record in ResCgg.gf for VerbPhrase 2019-05-17 00:19:09 +02:00
David Bamutura
cdc9fe3072 =An error in CatCgg after implementing most of the verb functions. The error is: src/compiler/GF/Compile/GeneratePMCFG.hs:137:11-36: Irrefutable pattern failed for pattern [newCat] 2019-05-16 23:23:04 +02:00
Inari Listenmaa
ecd686df78 Merge pull request #241 from inariksit/persian
Persian: small fixes
2019-05-15 22:14:09 +02:00
David Bamutura
18057c6e9c Implemented all the remaining lin functions which required a change in the ResCgg.gf. This change may not be needed now as I have not used it 2019-05-15 21:10:02 +02:00
David Bamutura
7843b47cc5 Made changes to LexiconCgg.gf and ParadigmCgg.gf to corret a warning about lock fields 2019-05-15 17:40:42 +02:00
Inari Listenmaa
9c2e4a2943 (Pes) Minor lexical fixes 2019-05-15 16:48:09 +02:00
Inari Listenmaa
06d3bdc834 (Pes) add new invarA + remove an ill-advised heuristic from mkA 2019-05-15 15:24:49 +02:00
Inari Listenmaa
4f505b62df Merge pull request #239 from inariksit/persian
(Pes) Negate Cl if negative NP (nothing, no N …) is subject or object.
2019-05-15 14:01:37 +02:00
Inari Listenmaa
6e3cbfaa8e (Pes) Negate Cl if negative NP (nothing, no N …) is subject or object. 2019-05-15 11:36:06 +02:00
David Bamutura
08d1598319 Atempted at implementing all the remaining Functions under Noun.gf and its dependencies in CatCgg.gf, LexiconCgg.gf, ParadigmCgg.gf, StructuralCgg.gf and ResCgg.gf 2019-05-15 06:29:19 +02:00
Inari Listenmaa
c44fdbcafa Merge pull request #237 from inariksit/persian
Fixes in Persian and Arabic
2019-05-14 15:42:34 +02:00
Inari Listenmaa
64867f3025 (Ara) Don't use verbalAgr in a verbless construction
Eventual TODO: restructure the whole agreement system, there are other 
complications not present in the grammar currently and too much 
redundancy in NTable.
2019-05-14 15:21:55 +02:00
Inari Listenmaa
1372c0b354 (Pes) Add comparative 2019-05-14 15:19:16 +02:00
David Bamutura
52639b0d3b Some errors corrected but my the abstract syntax seems to have changed. Cause could be the pull request I made on the current RGL 2019-05-14 10:15:21 +02:00
David Bamutura
355fcc2e6d Some corrections made and functions added 2019-05-14 09:23:09 +02:00
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