Inari Listenmaa
5871f9c165
(Som) Implement GenModNP + restructure ComplN2 to better reuse code
2019-10-03 17:56:44 +02:00
Inari Listenmaa
ba308dcf95
(Som) More phonological assimilation rules
2019-09-30 15:40:09 +02:00
Inari Listenmaa
0e4cedd144
(Som) Add V2S
2019-09-30 15:39:53 +02:00
Inari Listenmaa
4dba178d33
(Som) Add VPSlashPrep + fix bug in insertAdv
2019-09-30 10:50:26 +02:00
Inari Listenmaa
b8b43689bc
(Som) Small bugfixes in RelCN and PartNP
2019-09-27 17:53:57 +02:00
Inari Listenmaa
096115c35f
(Som) More fine-grained parameter for modifiers in NPs (AP vs. Other)
2019-09-27 16:44:21 +02:00
Inari Listenmaa
3f30e0946e
(Som) WIP better handling of multiple modifiers and numerals
2019-09-27 15:22:43 +02:00
Inari Listenmaa
62641093dd
(Som) Rename obj2,secObj-> obj,obj2. Remove commented out code+old TODOs
2019-09-27 11:39:19 +02:00
Inari Listenmaa
8e929ea4fb
(Som) minor cleanup/whitespace removal
2019-09-27 11:14:50 +02:00
Inari Listenmaa
a520c9659f
(Som) Add superlatives
2019-09-27 11:14:23 +02:00
Inari Listenmaa
9b9d6ebdd2
(Som) Add comparatives
2019-09-27 10:32:45 +02:00
Inari Listenmaa
a399abed83
(Som) Minor cleanup: renaming + moving things around
2019-09-26 15:21:14 +02:00
Inari Listenmaa
819bdacc65
(Som) Better handling of AP and NP complements, remove redundant fields
2019-09-26 15:11:20 +02:00
Inari Listenmaa
e63eae8519
(Som) Add npcomp field to VP for more fine-grained control of word order
2019-09-26 11:39:36 +02:00
Inari Listenmaa
b188908969
(Som) Updates to some unit tests
2019-09-25 16:50:33 +02:00
Inari Listenmaa
51c4f1bce7
(Som) Split polar questions and wh-questions to separate types
2019-09-25 16:50:20 +02:00
Inari Listenmaa
0a5e9f4266
(Som) Some notes about conjunctions
2019-09-25 12:21:09 +02:00
Inari Listenmaa
36997f0dd4
(Som) Add unit tests for all TAM inflections of a single verb
2019-09-25 12:06:05 +02:00
Inari Listenmaa
1f62af0e2c
(Som) Add ImpVP and UttImp{Sg,Pl,Pol}
2019-09-25 11:53:27 +02:00
Inari Listenmaa
9973349270
(Som) Minor cleanup
2019-09-25 10:47:21 +02:00
Inari Listenmaa
4dd9b92354
(Som) more on negative questions
2019-09-24 17:28:48 +02:00
Inari Listenmaa
727648c536
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into somali
2019-09-24 09:33:03 +02:00
Inari Listenmaa
4ee46171a9
(Som) WIP negative questions
2019-09-23 22:04:23 +02:00
Aarne Ranta
11a4e5ed1b
Merge pull request #291 from hleiss/infinitives
...
Ger: improved infinitives (and passives); tests with more verbs in te…
2019-09-21 18:57:13 +02:00
Aarne Ranta
55dac61fe5
fixed the order of Fre.mkA. It should always be: SgMasc,(SgMascVoc,)SgFem,PlMasc,PlFem,Adv
2019-09-19 10:33:01 +02:00
Hans Leiss
8fb8ddd808
Ger: improved infinitives (and passives); tests with more verbs in testing/german
...
- NP: added field isLight in order to push negation behind light nps;
this had been done in gf-3.9 using field isPron, but isPron is now
used to put accusative pronoun before dative pronoun. Removed field
adv: adverbial extensions cannot be extracted (todo: also for CN).
Reduced isLight*isPron to w:Weight with 3 values: WPron, WLight, WHeavy.
- added param Control and field ctrl:Control to classify V2V-verbs into
subject- and object-contol verbs, use ctrl to make reflexives agree
with subject resp. object in VPSlash, and refine ComplSlash.
- Verb: new versions of ComplVV, SlashV2V and SlashVV to give better
(nested) infinitives (extracting infzu and correcting object order).
a) nested SlashVV doesn't work properly;
b) SlashV2VNP may have to be commented out to prevent a stack overflow
when compiling.
Intended change of SlashV2VNP in tests/german/TestLangGer could not
be tested due to size problems with the compiler.
- VP: changed field a1 : Polarity => Str to a1:Str to collect the adverbs
coming before negation, using (negation : Polarity => Str) in mkClause.
Use objCtrl:Bool instead of missingAdv to let reflexives agree with object.
- ResGer: insertObjNP reorganized, infzuVP added
- DictVerbsGer: some corrections (helft -> hilft, *sprecht -> *spricht)
- Some potential passive rules in tests/german/TestLangGer|Eng
- ExtraGer needs to be cleaned up with repect to the modified mkClause.
2019-09-18 15:16:42 +02:00
Inari Listenmaa
ef0549053e
Merge pull request #289 from inariksit/somali
...
Somali
2019-09-14 09:02:23 +02:00
Inari Listenmaa
a23881f2dc
(Som) Minor cleanup + better comments
2019-09-13 19:13:20 +02:00
Inari Listenmaa
d061595a2a
(Som) Add IComp + related functions
2019-09-13 15:12:50 +02:00
Inari Listenmaa
319f097ac0
(Som) Move qcl-tests into new file
2019-09-13 15:12:13 +02:00
Inari Listenmaa
0ed0c1f194
(Som) Add TODO about negative questions
2019-09-13 14:28:33 +02:00
Inari Listenmaa
d52f1633b7
(Som) Fix bug in QuestSlash, new unit tests + comments.
2019-09-13 14:04:28 +02:00
Inari Listenmaa
52aa4c35e0
(Som) Fixes in question clauses
2019-09-12 16:56:50 +02:00
Inari Listenmaa
7c03949472
(Som) New unit tests about questions
2019-09-11 17:18:12 +02:00
Aarne Ranta
953771ccf6
added PassVPSlash to ExtendFin
2019-09-11 10:41:21 +02:00
Aarne Ranta
516270148f
restored contructor CommonRomance.AF as oper since it is used in various applications
2019-09-11 09:14:53 +02:00
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
d01aec2d64
(Som) bugfix in QuestIAdv: add subject also when STM is negative
2019-09-10 17:04:39 +02:00
Inari Listenmaa
1c367530f0
(Som) Lincats for V2* + SlashV2A + new unittest for V2A and QuestIAdv
2019-09-10 17:04:09 +02:00
Inari Listenmaa
0bbc4c551b
(Som) IAdv + related functions
2019-09-10 17:03:31 +02:00
Inari Listenmaa
58ca56eb2d
Merge pull request #287 from inariksit/somali
...
(Som) Cleanup and renaming functions
2019-09-06 16:42:14 +02:00
Inari Listenmaa
df11d86ffb
(Som) Cleanup and renaming functions
2019-09-06 15:32:48 +02:00
Inari Listenmaa
ea1d7c4601
(Fin) quality SOFT_BIND with Prelude
2019-09-05 16:15:36 +02:00
Inari Listenmaa
49fdc61eab
(Fin) Add SOFT_BIND before commas
2019-09-05 16:14:36 +02:00
Inari Listenmaa
92d70c16d1
(Fin) Cover inflection type hapan/sydän in nForms3
2019-09-04 16:11:45 +02:00
krangelov
47ce3787b9
partial documentation module for Turkish
2019-09-03 22:57:43 +02:00
krangelov
b53ac90c3c
added simple tenses
2019-09-03 21:37:14 +02:00
krangelov
026ecba0e7
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-09-03 20:54:25 +02:00