1
0
forked from GitHub/gf-rgl

Commit Graph

  • 2d102d2549 Don't archive files first, give a name to artifact John J. Camilleri 2020-11-11 22:08:15 +01:00
  • 7505813fa5 Must make dest directory before copying to it John J. Camilleri 2020-11-11 21:58:45 +01:00
  • 6cedca7f4f dest cannot be same as dist John J. Camilleri 2020-11-11 21:50:16 +01:00
  • dd102142f5 Specify --gf flag properly. Compress and upload artifact. John J. Camilleri 2020-11-11 21:43:46 +01:00
  • aa8840b61b Add sudo to dpkg command John J. Camilleri 2020-11-11 21:38:27 +01:00
  • 33d7b7173e Add build workflow John J. Camilleri 2020-11-11 21:37:12 +01:00
  • ae7e895b14 Merge pull request #360 from bamutra/master Inari Listenmaa 2020-10-27 10:44:42 +01:00
  • ad76508743 Merge branch 'master' into master Inari Listenmaa 2020-10-27 10:32:25 +01:00
  • 43e39af33a (Cgg) Remove the extra -path line Inari Listenmaa 2020-10-27 10:24:12 +01:00
  • 0875fde0e7 Add comments to Coordination.gf Inari Listenmaa 2020-10-27 10:18:49 +01:00
  • c4bffc32f1 Merge languages.csv to the latest Inari Listenmaa 2020-10-27 10:10:24 +01:00
  • fc7bede563 modified the fun UttVP in PhraseCgg.gf to allow formation of Verb Phrase Utterances with various complements e.g to sleep == kugwenjegyera David Bamutura 2020-10-27 01:35:41 +03:00
  • e14cdf99e3 modifeid mkThis in ResCgg to remove unnecessary bind David Bamutura 2020-10-27 01:17:53 +03:00
  • 2ef7fed0d2 =there is a bug with CompNP because we cannot fix Number agreement for the Noun. A hack can be to include the Noun info into the nounphrase David Bamutura 2020-10-27 00:20:51 +03:00
  • 0c5d685d8a =corrections to languages.csv made. However, my files do not have Korean David Bamutura 2020-10-26 23:37:18 +03:00
  • 02d92f6cc9 =Modified UseComp to correctly apply Adverbs, Adjectives and Nouns as proper complements when forming a VP based on the verb to be. However in Rukiga, sometimes the verb ba or ri are used. I have left the application of the right form to post-processing David Bamutura 2020-10-26 23:34:59 +03:00
  • 24d3d2abaa =Implemented the abstract function VocNP and PConjConj in PhraseCgg.gf David Bamutura 2020-10-26 16:41:58 +03:00
  • 9ba407f051 =Implemented the abstract function fun David Bamutura 2020-10-26 16:21:20 +03:00
  • aad7b002aa =made changes to Verb Phrase and VPSlash that check if the complements actually exists David Bamutura 2020-10-26 16:00:34 +03:00
  • b776f47c6b =edited languages.csv David Bamutura 2020-10-26 10:11:41 +03:00
  • c96156116e =added rukigaa to languages.csv David Bamutura 2020-10-26 09:23:35 +03:00
  • b2e2631269 All structural words and most of the linearization functions for LexiconCgg have been provided David Bamutura 2020-10-24 03:05:05 +03:00
  • 6ca4907c11 =Added linearisations for several lexical items. The linearization type for adjectives was modified to cater for certain adjectives that are negatives of others. An example is certain and uncertain David Bamutura 2020-10-22 00:02:51 +03:00
  • d4aba3bded made sure error is reproducable by uncommenting answer_V2S and ask_V2Q. However, there are other errors due to N2 types in lexicon David Bamutura 2020-10-12 23:23:54 +03:00
  • 5dc5433068 Made sutitable changes that were wanrranted due to changes in linearization types for Verbs to include information about particles and checks on source of complements i.e. Verb : Type = { s : Str; pres:Str; perf:Str; --morphs: VFormMini => VerbMorphPos=> Str; isPresBlank : Bool; isPerfBlank : Bool; isRegular: Bool }; changed to: Verb : Type = { s : Str; pres:Str; perf:Str; --morphs: VFormMini => VerbMorphPos=> Str; isPresBlank : Bool; isPerfBlank : Bool; isRegular: Bool; p : Str; -- some verbs have particles such as prepositions and adverbial that give the verb a meaning different from what would be automatically deduced isRefl : Bool }; David Bamutura 2020-10-12 23:18:27 +03:00
  • 7c997ea280 1. Created Linearization types for V2V as Res.Verb ** {comp,c3 : Str ; typ : Res.VVType} ; but however I have eerors with mkV2 overload methods and lock_C fields. I cannot seem to find out the reason for the error. David Bamutura 2020-10-12 17:31:40 +03:00
  • 5c9885d0a2 Slovak possessives (some forms to be checked) aarneranta 2020-10-12 13:24:20 +02:00
  • e48097f8a5 Merge pull request #305 from inariksit/polish Inari Listenmaa 2020-10-12 12:24:12 +02:00
  • 7368d1a80c added PossPron and completed pronouns for Czech aarneranta 2020-10-12 12:08:21 +02:00
  • 622f0da641 Merge pull request #4 from ppski/polish-inari-update Inari Listenmaa 2020-10-12 08:09:24 +02:00
  • 2f83cadc2e Merge branch 'polish' into polish-inari-update Inari Listenmaa 2020-10-12 08:07:38 +02:00
  • 2406c9bfd9 (Pol) Add 2-argument smart paradigm to Inari's work. Add more cases to GuessGender. Paula Pawlowski 2020-10-11 23:41:50 +02:00
  • b3b1f4ebd8 Merge pull request #358 from ppski/pl-formal-pronoun Inari Listenmaa 2020-10-06 19:59:51 +02:00
  • 479136bfc5 Pol pronoun: Change formal possessive pronoun. Paula Pawlowski 2020-10-06 19:57:19 +02:00
  • 272484b1fd added link to the WordNet browser krangelov 2020-10-01 11:00:01 +02:00
  • 895ee33a95 Merge pull request #353 from rnd0101/new-rus-rg Inari Listenmaa 2020-09-29 09:39:40 +02:00
  • bf3609c083 ParadigmsEng.verbalN for default verbal nouns adding -ing to verbs aarneranta 2020-09-25 15:00:53 +02:00
  • 08896eb34b added ParadigmsFin.compoundA, totally different from prefixA (as now documented) aarneranta 2020-09-24 09:04:24 +02:00
  • 244b6c2447 More tests Roman Suzi 2020-09-23 22:51:21 +03:00
  • 42fb9fd465 Cleanup Inari Listenmaa 2020-09-12 18:55:54 +02:00
  • 6661bdff95 Guess that Nom+Acc become Gen in negative, remove neggen field Inari Listenmaa 2020-09-12 18:45:44 +02:00
  • a793daaf11 Merge Reflexivity and Transitivity (untested) Inari Listenmaa 2020-09-12 18:24:07 +02:00
  • 58cfa9e8dc Merge branch 'master' into new-rus-rg Roman Suzi 2020-09-23 22:31:22 +03:00
  • c759a3f5f4 Merge pull request #357 from inariksit/fin-CN Inari Listenmaa 2020-09-18 16:25:41 +02:00
  • d4ee4addc5 (Fin) Update all functions that use CN to use postmod field Inari Listenmaa 2020-09-17 21:04:36 +02:00
  • dd813bc7cc (Fin) Fix typo Inari Listenmaa 2020-09-17 20:48:31 +02:00
  • 39b9918060 added verbal nouns to MorphoDictFin aarneranta 2020-09-17 08:13:55 +02:00
  • 9d9349a17a ParadigmsFin.verbalN for building nouns of type 'tekeminen' aarneranta 2020-09-17 06:51:44 +02:00
  • 7f05718d5c Fixed full form of uvidennyi_A Roman Suzi 2020-09-12 10:51:10 +03:00
  • cae8e43d21 Also test results Roman Suzi 2020-09-12 10:49:13 +03:00
  • f072f56f3f Fixed past passive participles full forms by adding its own stem to the verb Roman Suzi 2020-09-12 10:47:54 +03:00
  • eb08304c10 Merge branch 'master' into new-rus-rg Roman Suzi 2020-09-12 09:59:49 +03:00
  • b422417d4b Normalise some whitespace John J. Camilleri 2020-09-11 16:09:03 +02:00
  • 2ef1e7d8b6 Merge pull request #355 from inariksit/rgl-publications Inari Listenmaa 2020-09-08 11:04:55 +02:00
  • adcc4c4c81 Merge pull request #356 from bamutra/master Inari Listenmaa 2020-09-08 09:18:56 +02:00
  • fe50ca3fa6 (doc) Somali + Latin pubs + formatting Inari Listenmaa 2020-09-07 21:21:24 +02:00
  • 0f4f1f78c1 (doc) Update RGL status document Inari Listenmaa 2020-09-07 20:45:33 +02:00
  • 6bd9193b7e (doc) Add Czech, Slovak and Slovenian Inari Listenmaa 2020-09-07 20:22:26 +02:00
  • 44e1f6fab0 (doc) Update RGL publications document Inari Listenmaa 2020-09-07 19:15:29 +02:00
  • 6ff11a2458 Fixed notpresent Roman Suzi 2020-09-06 16:32:28 +03:00
  • db8f3ebf72 Test with refl suffix Roman Suzi 2020-09-06 16:27:34 +03:00
  • 1c92a0826b Some fixes and adjustments to the past pass participles Roman Suzi 2020-09-06 16:18:01 +03:00
  • 454164a521 Fixed reflexive preffix at the end of participles Roman Suzi 2020-09-06 09:42:08 +03:00
  • e679629d70 Prints to facilitate all form checks; Participles - first draft Roman Suzi 2020-09-06 09:31:44 +03:00
  • 6b874440db Small lexicon fixes and additions, tests Roman Suzi 2020-08-29 10:05:15 +03:00
  • a06732a064 Merge pull request #354 from inariksit/rusRG-intermediate Inari Listenmaa 2020-08-28 12:55:11 +02:00
  • 36dffcb152 (Rus) Remove old IrregRus, never had actual content Inari Listenmaa 2020-08-28 12:50:01 +02:00
  • a233e33bf8 (Rus) Put old version in src/russian/v1 Inari Listenmaa 2020-08-28 12:44:47 +02:00
  • 70540a7e19 Rechecked todo Roman Suzi 2020-08-26 19:22:51 +03:00
  • f7f784aeb1 Many additions; more numerals; tests; Roman Suzi 2020-08-26 18:10:35 +03:00
  • 0e363f02dd Merge branch 'master' into mew-rus-rg Roman Suzi 2020-08-23 21:24:17 +03:00
  • 93876d6f1c Merge pull request #351 from inariksit/finnish-postmodifiers Inari Listenmaa 2020-08-23 16:24:41 +02:00
  • c34b05d9df (Fin) Update README about known issues Inari Listenmaa 2020-08-23 16:13:17 +02:00
  • 0ca88f2caf (Fin) Add postmodifier also to N2, needed due to ComplN3 Inari Listenmaa 2020-08-23 15:53:17 +02:00
  • 32606cfa59 (Fin) Fix order of postmodifiers and possessive suffixes Inari Listenmaa 2020-08-23 11:03:15 +02:00
  • 5a3f5e430a more verbs; moved negation after adv because adv can have not_AdA Roman Suzi 2020-08-21 23:43:09 +03:00
  • ecb032770e Lexicon extended Roman Suzi 2020-08-19 23:22:11 +03:00
  • 7a100120af Adverbs added Roman Suzi 2020-08-16 19:34:50 +03:00
  • 1665b277a0 Renamed to inflection module Roman Suzi 2020-08-16 18:54:53 +03:00
  • e0380cfa62 One CAdv added Roman Suzi 2020-08-16 18:00:25 +03:00
  • 36b0fb1e69 Fixes and lexicon additions Roman Suzi 2020-08-16 17:31:42 +03:00
  • 5132f66809 One more mixed conjugation verb - last one Roman Suzi 2020-08-16 09:44:33 +03:00
  • 1d726ed956 compound Roman Suzi 2020-08-16 09:34:36 +03:00
  • 4abec966a9 Some additions to lexicon Roman Suzi 2020-08-16 09:03:46 +03:00
  • eb6244bc85 Merge pull request #349 from inariksit/korean Inari Listenmaa 2020-08-15 11:01:55 +02:00
  • bfcae3bbbb (Kor) Fix typo in a conjunction Inari Listenmaa 2020-08-15 08:09:10 +02:00
  • 98f65975ae Some fixes/changes, new extend functions Roman Suzi 2020-08-14 21:00:25 +03:00
  • bf4b4b2d22 Removed SlashV2VNP Roman Suzi 2020-08-11 23:16:37 +03:00
  • bcadbaaf32 After checkign with tests, identified problems, fixed some - eg more fine-grained animNumSizeNum Roman Suzi 2020-08-10 00:03:05 +03:00
  • 84361d473d fix ComparAdvAdj Roman Suzi 2020-08-09 17:50:29 +03:00
  • 13ee63e25d Fixed direct object negation cases Roman Suzi 2020-08-09 17:20:03 +03:00
  • f9467bffd3 Fixed DetCN Roman Suzi 2020-08-08 21:12:50 +03:00
  • c0734bdfbb Oridnal numerals added ; many fixes Roman Suzi 2020-08-08 20:30:28 +03:00
  • 68290c590e Merge pull request #348 from inariksit/korean Inari Listenmaa 2020-08-08 18:20:56 +02:00
  • a17f4fd401 (Kor) Remove null characters that were accidentally copypasted Inari Listenmaa 2020-08-08 18:06:33 +02:00
  • 7a07513f8e =about 1261 nouns added in the extended lexicon David Bamutura 2020-08-07 19:43:45 +03:00
  • bbbe9bbb03 Introduced transgressive as an adverb... Roman Suzi 2020-08-05 20:31:17 +03:00
  • b07a19d8c1 started MorphoDictFin from Kotus dict Aarne Ranta 2020-08-05 12:15:53 +02:00
  • 1be01b549e =959 verbs added in the extended lexicon David Bamutura 2020-08-05 08:50:25 +03:00
  • d47d2ce52f Documentation Roman Suzi 2020-08-05 07:09:34 +03:00