Commit Graph

57 Commits

Author SHA1 Message Date
Inari Listenmaa
77e42e17ee (Som) Add unit tests about relative clauses 2019-08-13 15:50:43 +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
73ea77b1ba (Som) Add linref for S 2019-08-13 15:29:32 +02:00
Inari Listenmaa
94f5dcdc0d (Som) Fix bug in getNum: Impers is also Sg 2019-08-13 15:29:02 +02:00
Inari Listenmaa
993a79041b (Som) fix bug in pot3: retain hundred when adding thousand 2019-08-13 12:10:11 +02:00
Inari Listenmaa
62ed2ecb89 (Som) Add conjunction in RelCN, if the CN already has a modifier 2019-08-13 11:39:30 +02:00
Inari Listenmaa
e8ac77e4fc (Som) Update unit tests to work with option -only-cc 2019-08-13 10:05:28 +02:00
Inari Listenmaa
79fdbb03de (Som) Small fixes in noun morphology 2019-08-05 10:25:08 +02:00
Inari Listenmaa
95c95a3e2c (Som) Fix bug in DetCN with indefinite forms 2019-08-05 09:59:33 +02:00
Inari Listenmaa
c8b0db121d (Som) Use long form of pronoun in ConjNP 2019-08-05 09:45:07 +02:00
Inari Listenmaa
4d79df8406 (Som) WIP: Conjunctions 2019-07-31 17:50:50 +02:00
Inari Listenmaa
60508533d2 (Som) Minor fixes 2019-07-30 17:17:54 +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
e22c3b4212 (Som) Minor fixes 2019-07-28 12:54:23 +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
2717955d3c (Som) New unit test 2019-07-22 21:49:30 +03:00
Inari Listenmaa
6817734f8d (Som) Remove already implemented functions from MissingSom 2019-07-22 21:42:40 +03:00
Inari Listenmaa
89b52b89f9 (Som) Shaving off parameters here and there 2019-07-20 18:35:19 +03:00
Inari Listenmaa
2efd8435ae (Som) More unit tests 2019-07-20 18:33:14 +03:00
Inari Listenmaa
404873802e (Som) Add unit tests about VPs 2019-07-19 13:58:43 +03:00
Inari Listenmaa
c96ba57991 (Som) New lexical items 2019-07-19 13:58:22 +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
Inari Listenmaa
388741ef8d (Som) WIP: Numerals, bugfixes in gender agreement.
+ Other misc. fixes, like impersonal pronoun contractions.
2019-06-13 17:37:48 +02:00
Inari Listenmaa
8295e40323 (Som) Possessive structures 2019-06-11 21:20:39 +02:00
Inari Listenmaa
7a545c25f1 (Som) WIP: Passive. 2019-06-10 15:57:23 +02:00
Inari Listenmaa
8c6be2e7b2 (Som) Ditransitive verbs 2019-06-10 13:55:13 +02:00
Inari Listenmaa
a9bd48ccdd (Som) VP, VPSlash, ComplSlash etc. 2019-06-07 18:44:29 +02:00
Inari Listenmaa
4009dface9 (Som) More forms for verbs and nouns 2019-06-03 16:31:55 +02:00