Commit Graph

58 Commits

Author SHA1 Message Date
Inari Listenmaa
7f2a5bf18f (Hun) Handle dashes separately from multiwords 2020-06-28 14:10:37 +02:00
Inari Listenmaa
9922d750db (Hun) Handle back harmony words that end in i
Also use multiword split just in case some grammar uses these opers directly.
2020-06-28 12:36:11 +02:00
Inari Listenmaa
2cf9c2ff1e (Hun) Handle multiword splitting already in Paradigms. 2020-06-28 12:35:05 +02:00
Inari Listenmaa
267e457cc2 (Hun) Switch: only ik is unreliable, treat other pl suffixes as reliable 2020-06-28 10:35:44 +02:00
Inari Listenmaa
b33a65bbb5 (Hun) mkN with 3-9 args: use more reliable forms to infer vowel harmony 2020-06-27 19:51:26 +02:00
Inari Listenmaa
7ba3842ced (Hun) For multiwords, get harmony of the last word. 2020-06-22 07:38:41 +02:00
Inari Listenmaa
ab83883679 (Hun) Update worst-case mkN with P1Sg possessive form of the noun 2020-06-04 08:19:29 +02:00
Inari Listenmaa
1471ee563e (Hun) Add a stem for Sg1, Sg2 and Pl2 possessive form 2020-06-04 08:19:01 +02:00
Julia Jansson
22de842e37 Documentation 2020-04-30 17:24:46 +02:00
Inari Listenmaa
db3c559fc8 (Hun) Remove calls to Predef.error 2020-04-29 19:20:34 +02:00
Inari Listenmaa
382279fb5b (Hun) Fixes in dMajom + pattern that recognises dMajom in smart paradigm 2020-04-29 19:15:12 +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
1d50cc8bca (Hun) Add special cases for derivative morphemes in regNoun (1-arg mkN) 2020-04-28 12:40:18 +02:00
Inari Listenmaa
4eb210da05 (Hun) Add 9-argument worst case noun constructor 2020-04-28 12:32:10 +02:00
Inari Listenmaa
851a0dedc8 (Hun) Add SgAll to the forms 2020-04-28 12:31:53 +02:00
Inari Listenmaa
0a31212a9e (Hun) Small tweaks and cleanup 2020-04-28 09:42:18 +02:00
Inari Listenmaa
1adffb2b9d (Hun) Tweak dHajó to work for words ending in i 2020-04-28 09:36:59 +02:00
Inari Listenmaa
6cbcbd99fb (Hun) Add new paradigms and a 4-arg smart paradigm 2020-04-27 21:15:43 +02:00
Inari Listenmaa
95eb7104c8 (Hun) Better guesses for PossdSg_PossrP3 stem in dToll 2020-04-27 20:50:14 +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
fd6541846f (Hun) Remove some stem changing paradigms from 1-argument regNoun 2020-04-27 17:18:48 +02:00
Inari Listenmaa
6f2cc8af96 (Hun) Small fixes in nMadár with possessive stems 2020-04-27 17:18:19 +02:00
Julia Jansson
c532ce21d5 Merge branch 'hungarian' of github.com:inariksit/gf-rgl into hungarian 2020-04-27 12:19:42 +02:00
Julia Jansson
52b99682e4 changed dToll paradigm to fit more possesive forms 2020-04-27 12:19:31 +02:00
Inari Listenmaa
b6b462ca35 (Hun) Temporarily comment out cases+change order in funs that pat. match 2020-04-26 15:19:43 +02:00
Inari Listenmaa
207787a76c (Hun) Fix case forms after P3 Sg possessive suffix 2020-04-24 06:48:28 +02:00
Inari Listenmaa
3b18fadfdf (Hun) Add possessive stems 2020-04-23 19:10:42 +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
Julia Jansson
53516a689f dLó cases 2020-04-21 20:51:41 +02:00
Inari Listenmaa
9a47892835 (Hun) Clean up noun morphology 2020-04-21 14:45:18 +02:00
Inari Listenmaa
5db5964e83 (Hun) A couple of new paradigms 2020-04-20 14:07:14 +02:00
Inari Listenmaa
80327bf42f (Hun) Add 2-argument smart paradigm for nouns 2020-04-19 21:18:30 +02:00
Julia Jansson
f8cbfcca96 Changes in regNoun 2020-04-19 18:52:25 +02:00
Julia Jansson
c47a6cd279 Progress on writing multi-argument paradigm 2020-04-19 17:01:57 +02:00
Julia Jansson
dfd370830f added special accusative case + lower stem plural allomorph 2020-04-19 15:00:42 +02:00
Julia Jansson
296132e325 Fixed "rák" and "rét" cases 2020-04-19 11:40:47 +02:00
Julia Jansson
138b79fca3 Test 2020-04-16 11:25:46 +02:00
Julia Jansson
976098d673 Test 2020-04-16 11:22:42 +02:00
Julia Jansson
0f92204dfa Added dFarok + modified regNoun + comment on pluralAllomporph 2020-04-09 21:15:36 +02:00
Inari Listenmaa
8efb9d5621 (Hun) Add function to duplicate last sound 2020-04-09 20:15:53 +02:00
Inari Listenmaa
e8a8f4b0c6 (Hun) Put digraphs and trigraphs into a pattern, use them in dMajom 2020-04-09 20:15:02 +02:00
Inari Listenmaa
6d9fa59863 (Hun) Fix partially the case with takony in dMajom 2020-04-09 19:54:06 +02:00
Julia Jansson
4ed862617c Checked Sup case and started with sátor case 2020-04-09 19:31:07 +02:00
Julia Jansson
554945cc2e Some changes in accusative singular case and thoughts on superessive singular case 2020-04-09 15:37:40 +02:00
Inari Listenmaa
49ff81a3f4 (Hun) Updated paradigms 2020-04-09 14:26:45 +02:00
Julia Jansson
0cba0fe07c Updated test file + lexicon words 2020-04-07 20:16:27 +02:00
Inari Listenmaa
684cec4c34 (Hun) Add dLó to smart paradigm 2020-04-04 21:37:05 +02:00