Commit Graph

5956 Commits

Author SHA1 Message Date
Inari Listenmaa
be8f2a43d1 (Hun) Add mkN : Str -> N -> N for compound nouns 2020-06-04 08:28:18 +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
Inari Listenmaa
e5985f390a (Hun) Update all remaining tests to use BIND 2020-06-04 07:39:54 +02:00
Inari Listenmaa
dd74c90d82 (Hun) DetNP inherits the definiteness of the determiner 2020-06-04 07:39:17 +02:00
Inari Listenmaa
eefefbf792 (Hun) Add possessive forms in MassNP 2020-05-29 15:23:48 +02:00
Julia Jansson
52d475e040 Update README.md 2020-04-30 17:31:52 +02:00
Julia Jansson
edf7f60a5f Update README.md 2020-04-30 17:31:35 +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
0e80e3b76d (Hun) Use 4-arg paradigm for some words in Lexicon 2020-04-29 19:15:59 +02:00
Inari Listenmaa
382279fb5b (Hun) Fixes in dMajom + pattern that recognises dMajom in smart paradigm 2020-04-29 19:15:12 +02:00
John J. Camilleri
219b3a2c01 (Cze) Remove calls to Predef.error and just do something stupid instead. 2020-04-29 15:05:24 +02:00
Aarne Ranta
715787894f some words in LexiconSlo, to be checked 2020-04-29 13:20:04 +02:00
aarneranta
c24bf30621 Slovak complete up to Czech, except content words, and needs checking 2020-04-29 12:16:41 +02:00
aarneranta
2304194b65 Slovak adj, det, numeral paradigms 2020-04-29 10:14:13 +02:00
aarneranta
600bc66c9f commented out contents of LexiconSlo 2020-04-28 17:51:13 +02:00
aarneranta
fc7d3b2218 fixed Slo noun declensions and smart paradigms ; LexiconSlo doesn't compile 2020-04-28 17:50:20 +02:00
Inari Listenmaa
5f03834b85 Merge pull request #319 from inariksit/fixes-tur-hun
(Hun) Add mkA paradigm for N -> A
2020-04-28 16:48:29 +02:00
Inari Listenmaa
6166b99237 (Hun) Add mkA paradigm for N -> A 2020-04-28 16:47:07 +02:00
Inari Listenmaa
e676561425 Merge pull request #318 from inariksit/fixes-tur-hun
Small fixes to Tur+Hun
2020-04-28 15:16:13 +02:00
Inari Listenmaa
8feabbfb41 Remove old unnecessary file 2020-04-28 15:10:52 +02:00
Inari Listenmaa
794d3ab4e0 Remove reference to ExtendTur which isn't present in the repo 2020-04-28 15:10:04 +02:00
Inari Listenmaa
c982219d16 Merge pull request #317 from inariksit/hungarian
Hungarian
2020-04-28 14:59:29 +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
John J. Camilleri
0d379dbf3a Update languages.csv to build Czech 2020-04-28 14:25:38 +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
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
f9e7b2ff5e (Hun) More words with 4-arg mkN 2020-04-28 09:24:48 +02:00
aarneranta
4d9f7e929d first version of Slovak noun paradigms 2020-04-28 08:46:42 +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
b4fac5bd75 (Hun) Some fixes in lexicon 2020-04-27 20:48:26 +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
aarneranta
8e0a3095c0 removed vocative case from Slovak 2020-04-27 14:19:07 +02:00
Inari Listenmaa
4c7b0cc8a3 Merge branch 'hungarian' of github.com:inariksit/gf-rgl into hungarian 2020-04-27 13:00:36 +02:00
Inari Listenmaa
9e57766263 (Hun) Use regNoun in mkAdj 2020-04-27 13:00:24 +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
krangelov
0f0bc4e346 PastPartAP/PastPartAgentAP must also include the n3 complement 2020-04-27 10:37:47 +02:00
krangelov
e4873bdcea fix paradigm 2020-04-26 23:33:22 +02:00
krangelov
ba896597db DetQuant should generate some instead of something/someone/somebody for plural. 2020-04-26 22:37:06 +02:00
krangelov
01ca4966dd fix: several rules were droping clitics 2020-04-26 22:36:29 +02:00
Inari Listenmaa
61a3fe78b4 (Hun) A2 can go before or after its complement 2020-04-26 21:17:14 +02:00