1
0
forked from GitHub/gf-rgl
Commit Graph

61 Commits

Author SHA1 Message Date
Inari Listenmaa
67ac5ae5e3 (Som) Add QuestSlash + make it possible for IPs to contract with stm 2019-09-10 17:06:56 +02:00
Inari Listenmaa
4f9927d12b (Som) minor cleanup/renaming 2019-09-10 17:06:31 +02:00
Inari Listenmaa
1ceb12d8b8 (Som) Change word order in VP complements, update test accordingly 2019-09-10 17:05:04 +02:00
Inari Listenmaa
0bbc4c551b (Som) IAdv + related functions 2019-09-10 17:03:31 +02:00
Inari Listenmaa
df11d86ffb (Som) Cleanup and renaming functions 2019-09-06 15:32:48 +02:00
Inari Listenmaa
8ac75e8550 (Som) Restructure relatives and questions 2019-09-03 16:40:12 +02:00
Inari Listenmaa
c42d3e33e9 (Som) Fix word order in QuestVP 2019-09-03 11:25:32 +02:00
Inari Listenmaa
19ae07b9a7 (Som) Fix sp forms in defIQuant 2019-09-03 11:24:56 +02:00
Inari Listenmaa
dc33b2869a (Som) WIP: wh-questions 2019-09-02 17:14:25 +02:00
Inari Listenmaa
4f8f4a6c86 (Som) More VV types 2019-08-29 15:07:21 +02:00
Inari Listenmaa
259b75753e (Som) Add more variants of VV 2019-08-28 16:01:31 +02:00
Inari Listenmaa
0847e5f2fa (Som) Fix word order+add negative form for rel.cls 2019-08-28 14:16:48 +02:00
Inari Listenmaa
fef2d75ca6 (Som) Add ComplVS 2019-08-27 16:38:33 +02:00
Inari Listenmaa
d077965a6b (Som) Fix Preps formed from nouns with possessives 2019-08-27 16:00:14 +02:00
Inari Listenmaa
935530fad7 (Som) Fix bug in PassV2 2019-08-27 12:49:01 +02:00
Inari Listenmaa
bcb4812f10 (Som) Make relational nouns into Prep w/ possPrep 2019-08-27 12:32:42 +02:00
Inari Listenmaa
ea6fcd4815 (Som) Add a few words + comments 2019-08-26 14:32:10 +02:00
Inari Listenmaa
62eb0f84d1 (Som) minor typofixes 2019-08-19 17:49:59 +02:00
Inari Listenmaa
40a30b9fd1 (Som) Add verbforms: neg.cond + reduced present for Pl1 2019-08-19 15:12:35 +02:00
Inari Listenmaa
650b24c830 (Som) Fix bugs with negation in RelVP 2019-08-14 15:52:35 +02:00
Inari Listenmaa
3abae675c7 (Som) Add State in the inflection table of CN, to pick right conjunction 2019-08-14 11:18:07 +02:00
Inari Listenmaa
4d3620ff3c (Som) Remove unnecessary BIND in predVP 2019-08-13 15:46:06 +02:00
Inari Listenmaa
dfa2d222fa (Som) More fine-grained rules with subject pronouns, WIP 2019-08-13 15:31:45 +02:00
Inari Listenmaa
79fdbb03de (Som) Small fixes in noun morphology 2019-08-05 10:25:08 +02:00
Inari Listenmaa
4d79df8406 (Som) WIP: Conjunctions 2019-07-31 17:50:50 +02:00
Inari Listenmaa
bba53fc48b (Som) Fix bug in UttVP+RelVP 2019-07-30 17:13:05 +02:00
Inari Listenmaa
773417511a (Som) Fix bug in RelNP with pronouns 2019-07-30 17:01:33 +02:00
Inari Listenmaa
469718230a (Som) WIP: add FocusObj 2019-07-30 16:38:57 +02:00
Inari Listenmaa
855d04dee5 (Som) Use PrepCombination in VP instead of c2,c3 : Preposition 2019-07-30 11:18:19 +02:00
Inari Listenmaa
7a147ccd7e (Som) Put subject pronoun back in QuestCl 2019-07-28 14:38:42 +03:00
Inari Listenmaa
b8a7b4f0bd (Som) WIP relative clauses.
Add short relative forms in VForm, split Cl(Slash) etc. even further, to 
make it possible to not add sentence type marker in RelVP.
2019-07-28 12:55:16 +03:00
Inari Listenmaa
99e7e61863 (Som) Make Cl, S etc. discontinuous, to add Subj to the right place 2019-07-26 22:20:00 +03:00
Inari Listenmaa
e4bc20e482 (Som) WIP: subordinate clauses 2019-07-25 18:42:16 +03:00
Inari Listenmaa
e5aa8a6499 (Som) Remove Impers_Prep and put it in PrepCombination 2019-07-25 18:41:16 +03:00
Inari Listenmaa
8c8612b7d7 (Som) Take passive out of Prep + add reflexive as PrepAgr + update tests 2019-07-24 19:24:19 +03:00
Inari Listenmaa
c4d7eabc83 (Som) Add more preposition combinations with passive 2019-07-23 21:40:14 +03:00
Inari Listenmaa
a6530e4f1d (Som) Create PrepAgr param for prepositions combining with pronouns 2019-07-22 21:51:44 +03:00
Inari Listenmaa
89b52b89f9 (Som) Shaving off parameters here and there 2019-07-20 18:35:19 +03:00
Inari Listenmaa
56be17ccf9 (Som) Add GenericCl 2019-07-19 13:58:02 +03:00
Inari Listenmaa
8c11c9e372 (Som) Add empty Str field to NP so every NP contributes with some string
Otherwise parsing sentences with pronoun  objects gives metavariables.
2019-07-19 13:57:37 +03:00
Inari Listenmaa
db4f31047e (Som) Add reflexives 2019-07-18 20:49:59 +03:00
Inari Listenmaa
e4394b633c (Som) VV complements + some restructuring. 2019-07-01 20:30:06 +02:00
Inari Listenmaa
ca06dc4e1d (Som) More fine-grained adverbials 2019-07-01 14:13:45 +02:00
Inari Listenmaa
8115b26947 (Som) Rename some parameters to begin with capital letter 2019-07-01 10:44:37 +02:00
Inari Listenmaa
0e52ffbb6a (Som) Make object pronoun and preposition(s) contract with negation. 2019-07-01 10:28:03 +02:00
Inari Listenmaa
57f814fc2e (Som) Streamline prepositions+passives.
It looks confusing, but reduces 198 concrete categories from VP and 
VPSlash.
2019-06-28 17:55:51 +02:00
Inari Listenmaa
8fe4fd7362 (Som) Add conditional 2019-06-28 17:55:04 +02:00
Inari Listenmaa
890e29f628 (Som) Add simple y/n-questions 2019-06-28 14:52:14 +02:00
Inari Listenmaa
ef13412a66 (Som) Add CompCN+NP ; more rules for predicatives 2019-06-28 14:01:40 +02:00
Inari Listenmaa
682a0adac0 (Som) Restructure nominal morphology + numerals 2019-06-27 16:19:13 +02:00