Commit Graph

4762 Commits

Author SHA1 Message Date
David Bamutura
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
                    };
2020-10-12 23:18:27 +03:00
David Bamutura
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. 2020-10-12 17:31:40 +03:00
aarneranta
5c9885d0a2 Slovak possessives (some forms to be checked) 2020-10-12 13:24:20 +02:00
Inari Listenmaa
e48097f8a5 Merge pull request #305 from inariksit/polish
(Pol) Start implementing smart paradigms for nouns
2020-10-12 12:24:12 +02:00
aarneranta
7368d1a80c added PossPron and completed pronouns for Czech 2020-10-12 12:08:21 +02:00
Inari Listenmaa
2f83cadc2e Merge branch 'polish' into polish-inari-update 2020-10-12 08:07:38 +02:00
Paula Pawlowski
2406c9bfd9 (Pol) Add 2-argument smart paradigm to Inari's work. Add more cases to GuessGender. 2020-10-11 23:41:50 +02:00
Paula Pawlowski
479136bfc5 Pol pronoun: Change formal possessive pronoun. 2020-10-06 19:57:19 +02:00
Inari Listenmaa
895ee33a95 Merge pull request #353 from rnd0101/new-rus-rg
New Russian Resource Grammar
2020-09-29 09:39:40 +02:00
aarneranta
bf3609c083 ParadigmsEng.verbalN for default verbal nouns adding -ing to verbs 2020-09-25 15:00:53 +02:00
aarneranta
08896eb34b added ParadigmsFin.compoundA, totally different from prefixA (as now documented) 2020-09-24 09:04:24 +02:00
Roman Suzi
244b6c2447 More tests 2020-09-23 22:51:21 +03:00
Inari Listenmaa
42fb9fd465 Cleanup 2020-09-23 22:47:44 +03:00
Inari Listenmaa
6661bdff95 Guess that Nom+Acc become Gen in negative, remove neggen field
This removes around 70k concrete categories (in PGFs compiled with
--optimize-pgf.)
Unsure if that is actually useful -- the number of concrete functions
only went down by a couple hundred.
2020-09-23 22:47:40 +03:00
Inari Listenmaa
a793daaf11 Merge Reflexivity and Transitivity (untested) 2020-09-23 22:47:35 +03:00
Roman Suzi
58cfa9e8dc Merge branch 'master' into new-rus-rg 2020-09-23 22:31:22 +03:00
Inari Listenmaa
d4ee4addc5 (Fin) Update all functions that use CN to use postmod field 2020-09-17 21:04:36 +02:00
Inari Listenmaa
dd813bc7cc (Fin) Fix typo 2020-09-17 20:48:31 +02:00
aarneranta
39b9918060 added verbal nouns to MorphoDictFin 2020-09-17 08:13:55 +02:00
aarneranta
9d9349a17a ParadigmsFin.verbalN for building nouns of type 'tekeminen' 2020-09-17 06:51:44 +02:00
Roman Suzi
7f05718d5c Fixed full form of uvidennyi_A 2020-09-12 10:51:10 +03:00
Roman Suzi
cae8e43d21 Also test results 2020-09-12 10:49:13 +03:00
Roman Suzi
f072f56f3f Fixed past passive participles full forms by adding its own stem to the verb 2020-09-12 10:47:54 +03:00
Roman Suzi
eb08304c10 Merge branch 'master' into new-rus-rg 2020-09-12 09:59:49 +03:00
John J. Camilleri
b422417d4b Normalise some whitespace
Can you believe some joker actually mixed tabs and spaces?
2020-09-11 16:09:03 +02:00
Inari Listenmaa
adcc4c4c81 Merge pull request #356 from bamutra/master
Request to merge
2020-09-08 09:18:56 +02:00
Roman Suzi
6ff11a2458 Fixed notpresent 2020-09-06 16:32:28 +03:00
Roman Suzi
db8f3ebf72 Test with refl suffix 2020-09-06 16:27:34 +03:00
Roman Suzi
1c92a0826b Some fixes and adjustments to the past pass participles 2020-09-06 16:18:01 +03:00
Roman Suzi
454164a521 Fixed reflexive preffix at the end of participles 2020-09-06 09:42:08 +03:00
Roman Suzi
e679629d70 Prints to facilitate all form checks; Participles - first draft 2020-09-06 09:31:44 +03:00
Roman Suzi
6b874440db Small lexicon fixes and additions, tests 2020-08-29 10:05:15 +03:00
Inari Listenmaa
36dffcb152 (Rus) Remove old IrregRus, never had actual content 2020-08-28 12:50:01 +02:00
Inari Listenmaa
a233e33bf8 (Rus) Put old version in src/russian/v1 2020-08-28 12:44:47 +02:00
Roman Suzi
70540a7e19 Rechecked todo 2020-08-26 19:22:51 +03:00
Roman Suzi
f7f784aeb1 Many additions; more numerals; tests; 2020-08-26 18:10:35 +03:00
Roman Suzi
0e363f02dd Merge branch 'master' into mew-rus-rg 2020-08-23 21:24:17 +03:00
Inari Listenmaa
c34b05d9df (Fin) Update README about known issues 2020-08-23 16:13:17 +02:00
Inari Listenmaa
0ca88f2caf (Fin) Add postmodifier also to N2, needed due to ComplN3 2020-08-23 15:53:17 +02:00
Inari Listenmaa
32606cfa59 (Fin) Fix order of postmodifiers and possessive suffixes
"lasinsa viiniä", not "lasi viiniänsa"
2020-08-23 11:03:15 +02:00
Roman Suzi
5a3f5e430a more verbs; moved negation after adv because adv can have not_AdA 2020-08-21 23:43:09 +03:00
Roman Suzi
ecb032770e Lexicon extended 2020-08-19 23:22:11 +03:00
Roman Suzi
7a100120af Adverbs added 2020-08-16 19:34:50 +03:00
Roman Suzi
1665b277a0 Renamed to inflection module 2020-08-16 18:54:53 +03:00
Roman Suzi
e0380cfa62 One CAdv added 2020-08-16 18:00:25 +03:00
Roman Suzi
36b0fb1e69 Fixes and lexicon additions 2020-08-16 17:31:42 +03:00
Roman Suzi
5132f66809 One more mixed conjugation verb - last one 2020-08-16 09:44:33 +03:00
Roman Suzi
1d726ed956 compound 2020-08-16 09:34:36 +03:00
Roman Suzi
4abec966a9 Some additions to lexicon 2020-08-16 09:03:46 +03:00
Inari Listenmaa
eb6244bc85 Merge pull request #349 from inariksit/korean
(Kor) Fix typo in a conjunction
2020-08-15 11:01:55 +02:00