Commit Graph

65 Commits

Author SHA1 Message Date
Inari Listenmaa
df4ba9eb96 (Hun) optimise Quant 2020-11-28 19:35:00 +01:00
Inari Listenmaa
2aaccfface (Hun) Fix harmony of something_NP 2020-06-28 09:47:33 +02:00
Inari Listenmaa
49fbbffacc (Hun) Add postmod field to CN and NP, to better control word order. 2020-06-21 21:06:06 +02:00
Inari Listenmaa
1471ee563e (Hun) Add a stem for Sg1, Sg2 and Pl2 possessive form 2020-06-04 08:19:01 +02:00
Inari Listenmaa
0f19b70b86 (Hun) Remove PlAcc from stems, turns out it wasn't needed
According to https://www.researchgate.net/publication/268175865_Does_Hungarian_have_a_case_system p. 45, the allomorph for plural accusative is predictable.
2020-04-28 14:41:47 +02:00
Inari Listenmaa
84985b91c0 (Hun) Merge the param Number into NumType: NoNum {Sg|Pl} | IsNum 2020-04-28 12:57:24 +02:00
Inari Listenmaa
851a0dedc8 (Hun) Add SgAll to the forms 2020-04-28 12:31:53 +02:00
Inari Listenmaa
5f6db51183 (Hun) Rename some parameters + add show funs for param names 2020-04-27 17:19:18 +02:00
Inari Listenmaa
9e57766263 (Hun) Use regNoun in mkAdj 2020-04-27 13:00:24 +02:00
Inari Listenmaa
61a3fe78b4 (Hun) A2 can go before or after its complement 2020-04-26 21:17:14 +02:00
Inari Listenmaa
a9e02de33e (Hun) Make VP smaller by forcing object of have_V2 in s field.
Probably bad decision, makes word order fixed at VP already. But works for a particular application grammar.
2020-04-26 20:52:09 +02:00
Inari Listenmaa
bbcde26d72 (Hun) Add 2-argument smart paradigm for A 2020-04-26 20:16:45 +02:00
Inari Listenmaa
22cadd2ac6 (Hun) Combine the parameters on definiteness and Quant/Det type 2020-04-26 15:51:34 +02:00
Inari Listenmaa
b723ae1a75 (Hun) Add number as a parameter to APs complement 2020-04-26 14:15:31 +02:00
Inari Listenmaa
d7e10e843b (Hun) Add case to A and AP 2020-04-26 13:30:00 +02:00
Inari Listenmaa
e2d79a72f6 (Hun) Remove unused parameters 2020-04-25 14:47:56 +02:00
Inari Listenmaa
44603f7db7 (Hun) Add proper inflection tables in NP, stems only up to CN 2020-04-25 14:03:10 +02:00
Inari Listenmaa
234f74b6b0 (Hun) Remove unused code 2020-04-25 14:02:35 +02:00
Inari Listenmaa
f24d9c2cad (Hun) Add possibility to prepose Advs 2020-04-24 17:00:44 +02:00
Inari Listenmaa
346360d54a (Hun) Pl nouns wit P3 Sg possessor: fix also in other cases than Nom 2020-04-24 16:51:27 +02:00
Julia Jansson
6ab883705b comment 2020-04-24 13:45:16 +02:00
Inari Listenmaa
8ea95d8624 (Hun) Fix bug in plural nouns possessed by P3 Sg possessor 2020-04-24 11:30:52 +02:00
Inari Listenmaa
14bed283f4 (Hun) WIP: have_V2 adds possessive suffixes to its object NP 2020-04-24 08:18:53 +02:00
Inari Listenmaa
efcfb3cefa (Hun) Use the separate pstems in caseFromPossStem 2020-04-24 07:39:21 +02:00
Inari Listenmaa
0442c0d7a7 (Hun) Add a separate table of possessive stems in CNs and NPs 2020-04-24 07:23:31 +02:00
Inari Listenmaa
b1e25c2167 (Hun) Fix allomorph of Pl P3 possessor with Pl noun 2020-04-24 07:02:23 +02:00
Inari Listenmaa
207787a76c (Hun) Fix case forms after P3 Sg possessive suffix 2020-04-24 06:48:28 +02:00
Inari Listenmaa
fc699d231f (Hun) Add possessive suffixes to nouns in DetCN 2020-04-23 21:12:37 +02:00
Inari Listenmaa
26253d5353 (Hun) Restructure caseFromStem and applyCase 2020-04-23 20:14:20 +02:00
Inari Listenmaa
4dc5b53c3c (Hun) Add new QuantType param to Quants 2020-04-23 19:56:10 +02:00
Inari Listenmaa
f3fd085318 (Hun) Add possessive suffixes to lincat of Pron 2020-04-23 19:34:26 +02:00
Inari Listenmaa
bff100b75b (Hun) Replace SgAcc with SgAccStem; will be reused with poss. suffixes 2020-04-23 18:05:44 +02:00
Inari Listenmaa
a52300205d (Hun) Squeeze further down to 7 stems 2020-04-23 16:14:31 +02:00
Inari Listenmaa
d7d5f4aa59 (Hun) Stems in N+CN, full infl table in NP. 2020-04-23 13:36:57 +02:00
Inari Listenmaa
15040355e6 (Hun) WIP: first attempt at stem-based nominal morphology 2020-04-22 19:55:56 +02:00
Inari Listenmaa
3705c9229d (Hun) Restructure adpositions 2020-04-22 19:55:11 +02:00
Inari Listenmaa
1dcb4720d1 (Hun) Add negation in verbs + change some parameter names 2020-04-21 10:44:32 +02:00
Inari Listenmaa
5814f788bc (Hun) Add parameter in Det,Quant whether it agrees in case as attribute 2020-04-20 10:38:53 +02:00
Inari Listenmaa
5661a7ba01 (Hun) Change word order in relVP 2020-04-19 18:23:54 +02:00
Inari Listenmaa
84ff6b4f46 (Hun) Generalise Postposition to Adposition, allow it to preposition 2020-04-19 17:05:51 +02:00
Inari Listenmaa
6b7ea90405 (Hun) Retain VPs subjectcase in relVP 2020-04-19 14:02:20 +02:00
Inari Listenmaa
18a763d764 (Hun) New paradigms for PN 2020-04-18 08:21:46 +02:00
Inari Listenmaa
0a21ed5e5e (Hun) Change constructor of mkDet + new Dets 2020-04-18 08:15:10 +02:00
Inari Listenmaa
de757a00e7 (Hun) Fixes in relatives 2020-04-17 18:58:11 +02:00
Inari Listenmaa
6de0fe95ec (Hun) Add relative clauses 2020-04-17 18:23:21 +02:00
Inari Listenmaa
8c9e8e35dd (Hun) Add some postpositions + comments 2020-04-17 15:30:52 +02:00
Inari Listenmaa
7c0ea34127 (Hun) Add A2, ComplA2, CAdv 2020-04-17 14:47:10 +02:00
Inari Listenmaa
cc85e4aaeb (Hun) Make comparative discontinuous 2020-04-17 14:45:44 +02:00
Inari Listenmaa
f5068a76de (Hun) Fix have_V2 2020-04-17 12:50:33 +02:00
Inari Listenmaa
e71c959a09 (Hun) WIP: comparative and superlative forms 2020-04-13 20:57:56 +02:00