1
0
forked from GitHub/gf-rgl
Commit Graph

6035 Commits

Author SHA1 Message Date
Herbert Lange 9b07769aaa cleanup old lexicons 2019-06-28 16:53:43 +02:00
Herbert Lange 313ec7fb57 Merge branch 'latin' 2019-06-28 16:33:32 +02:00
Herbert Lange a01c6e7a7a more cleanup 2019-06-28 16:31:49 +02:00
Herbert Lange 7c1b737d20 clean up missinglat 2019-06-28 16:29:12 +02:00
Herbert Lange ad706961c3 enable build of symbolic 2019-06-28 16:26:18 +02:00
Herbert Lange 184625fb87 Merge branch 'latin' 2019-06-28 16:22:49 +02:00
Herbert Lange 41e3fa6d7e remove unused backward module 2019-06-28 16:22:23 +02:00
Herbert Lange db5600bcd2 remove unused extra function 2019-06-28 16:22:02 +02:00
Herbert Lange e2ba2023e1 change type of np and add helper function to construct string from split category 2019-06-28 16:21:30 +02:00
Herbert Lange de44443068 change type of pn 2019-06-28 16:19:22 +02:00
Inari Listenmaa 890e29f628 (Som) Add simple y/n-questions 2019-06-28 14:52:14 +02:00
Inari Listenmaa ef13412a66 (Som) Add CompCN+NP ; more rules for predicatives 2019-06-28 14:01:40 +02:00
Herbert Lange b917f0c443 Merge branch 'latin' 2019-06-27 18:35:33 +02:00
Herbert Lange dfbe4b9d93 some work on questions 2019-06-27 18:31:11 +02:00
Herbert Lange d9cded4030 some fixes in structurallat 2019-06-27 17:46:46 +02:00
Herbert Lange 91042916d3 add linref for VV 2019-06-27 17:46:29 +02:00
Inari Listenmaa 19b3d31a0e Merge pull request #249 from inariksit/somali
(Som) Restructure nominal morphology + numerals
2019-06-27 16:36:56 +02:00
Inari Listenmaa 682a0adac0 (Som) Restructure nominal morphology + numerals 2019-06-27 16:19:13 +02:00
Herbert Lange b12308fc59 minimal working version of the extendlat module 2019-06-27 00:10:24 +02:00
Herbert Lange aed87223d1 revert removal of voc from common which led to problems 2019-06-27 00:09:01 +02:00
Herbert Lange 08ed0d8561 fix minor issues in SymbolicLat 2019-06-26 15:04:09 +02:00
Herbert Lange c71a79942c basic implementation of SymbolLat 2019-06-26 14:53:25 +02:00
Herbert Lange 97e44c75c7 added scripts to regenerate missinglat 2019-06-26 14:34:02 +02:00
Herbert Lange 301f985602 updated missinglat file 2019-06-26 14:32:55 +02:00
Herbert Lange 841d121193 add semicolon at end of the file 2019-06-26 14:32:26 +02:00
Herbert Lange b90e036472 kind of working implementation of cardinal numbers 2019-06-25 17:17:46 +02:00
Herbert Lange 1fee42e758 Merge branch 'latin' 2019-06-24 18:23:26 +02:00
Herbert Lange 9e5cb3f44d Merge remote-tracking branch 'upstream/master' 2019-06-24 18:22:15 +02:00
Herbert Lange a35809e130 update large dictionary 2019-06-24 18:20:48 +02:00
Herbert Lange 0f174af5b4 avoid name clases and make number feature accessible 2019-06-24 18:19:54 +02:00
Herbert Lange 4df898a038 pluralN is actually in Paradigms 2019-06-24 18:19:09 +02:00
Herbert Lange aa87a16b94 some manual work on dictionary. will probably be overwritten when the script is fixed 2019-06-23 16:55:15 +02:00
Herbert Lange 02130dc128 helper functions for various noun types 2019-06-23 16:51:38 +02:00
Herbert Lange 9772134edc get some basic numerals working 2019-06-15 19:04:36 +02:00
Herbert Lange abb3f4d60f change type of numerals (again) 2019-06-15 19:04:08 +02:00
Herbert Lange f5141ca77a include numerals 2019-06-15 19:03:55 +02:00
Herbert Lange 5e10b4c541 fix problem with conjunction 2019-06-15 19:03:41 +02:00
Inari Listenmaa 8915200e84 Merge pull request #248 from inariksit/somali
(Som) WIP: Numerals, bugfixes in gender agreement.
2019-06-14 09:35:46 +02:00
Inari Listenmaa 388741ef8d (Som) WIP: Numerals, bugfixes in gender agreement.
+ Other misc. fixes, like impersonal pronoun contractions.
2019-06-13 17:37:48 +02:00
Herbert Lange f725562f79 ongoing work on numerals 2019-06-12 15:03:27 +02:00
Inari Listenmaa ddd863640d Merge pull request #247 from inariksit/somali
(Som) Possessive structures
2019-06-12 09:25:36 +02:00
Inari Listenmaa 8295e40323 (Som) Possessive structures 2019-06-11 21:20:39 +02:00
Inari Listenmaa c3448274d4 Merge pull request #246 from inariksit/somali
(Som) Ditransitive verbs
2019-06-10 16:14:15 +02:00
Inari Listenmaa 7a545c25f1 (Som) WIP: Passive. 2019-06-10 15:57:23 +02:00
Inari Listenmaa 8c6be2e7b2 (Som) Ditransitive verbs 2019-06-10 13:55:13 +02:00
Inari Listenmaa e3ae9aec1f Merge pull request #245 from inariksit/somali
(Som) VP, VPSlash, ComplSlash etc.
2019-06-07 19:19:15 +02:00
Inari Listenmaa a9bd48ccdd (Som) VP, VPSlash, ComplSlash etc. 2019-06-07 18:44:29 +02:00
David Bamutura ba4db3d913 =I have managed to model the Verb and delay the Verbal template mophology for tense, Anteriority and polarity to only points when the actual sentence of verb is built. My only problem is including it in the default linearizations within cat 2019-06-05 02:39:15 +02:00
David Bamutura 4eec043991 =Made changes so that I can have one parameter for Position. Also modified Adjectives according to the unofficial notion of Degree i.e Postive, Comparative and Superative 2019-06-04 19:41:08 +02:00
David Bamutura 458706694d =Corrected an error in paradigms to recognize smartNoun paradigm 2019-06-03 20:46:19 +02:00