Commit Graph

6779 Commits

Author SHA1 Message Date
Aarne Ranta
63ea92ad04 MarkupRomance and Ita 2017-10-25 19:03:14 +02:00
Aarne Ranta
4da5677697 some fixes in German 2017-10-25 11:09:13 +02:00
Aarne Ranta
9ec92096c6 added MarkupGer 2017-10-25 11:08:49 +02:00
Aarne Ranta
e913404f3a Ger.ConjCN 2017-10-24 19:38:22 +02:00
Inari Listenmaa
9597118c85 add Ibili to copulaVP 2017-10-20 13:57:50 +02:00
Inari Listenmaa
c718d66b18 Add some extensions needed by UDTranslateFin 2017-10-13 16:13:43 +02:00
Inari Listenmaa
e5afae33e0 Change the type of synthetic verbs: instead of Tense as a param, make a new param AuxType. 2017-10-13 11:15:12 +02:00
Inari Listenmaa
47bab9e77f update the changed params to ResEus 2017-10-13 11:11:29 +02:00
Inari Listenmaa
a6966175b0 add animacy to lexicon 2017-10-11 15:10:56 +02:00
Inari Listenmaa
ff80b21618 Merge remote-tracking branch 'origin/master' into basque 2017-10-05 10:05:52 +02:00
Aarne Ranta
69226d4dfd Merge branch 'master' of https://github.com/GrammaticalFramework/GF 2017-10-04 15:04:10 +02:00
Aarne Ranta
77ecb64756 adjusting Fre question forms 2017-10-04 15:03:56 +02:00
Inari Listenmaa
2d1c2d719c Merge remote-tracking branch 'origin/master' into basque 2017-10-04 15:01:36 +02:00
Inari Listenmaa
aece969d33 Basque (#15)
A few additions and fixes in the Basque grammar, specifically

*    Verb morphology (missing forms & bug fixes)
*    Reflexives: VP and A2 "sees herself", "married to myself" work now properly.
*    Add Agr to AP
*    A few lexical changes + other small fixes

* Make adjectives depend on agreement; Fix reflexives

* fix typo and remove commented out line

* small fixes and additions

* fix linVP: use the same functions as mkClause

* Add new forms to zaio and dio

* Fix bug in chooseAuxPol

* fix some bugs in synthetic verbs

* Add some simple tests for the Basque grammar

* Update README.md

* formatting

* Fix the RE in the grep

* fixes/additions to tests

* small fixes

* change beautiful_A

* use linCN in UttCN
2017-10-04 14:50:41 +02:00
Inari Listenmaa
a4fce19eb7 use linCN in UttCN 2017-10-04 14:47:30 +02:00
Inari Listenmaa
e056836472 change beautiful_A 2017-10-04 14:46:44 +02:00
Inari Listenmaa
4bc0270ec4 small fixes 2017-10-03 16:31:25 +02:00
Inari Listenmaa
24c576f036 fixes/additions to tests 2017-10-03 16:31:11 +02:00
Inari Listenmaa
ea57e1ac6a Fix the RE in the grep 2017-10-03 16:25:23 +02:00
Inari Listenmaa
81bc4c1b6b formatting 2017-10-03 15:24:52 +02:00
Inari Listenmaa
57b81f5a7c Update README.md 2017-10-03 15:23:54 +02:00
Inari Listenmaa
103669d667 Add some simple tests for the Basque grammar 2017-10-03 15:20:52 +02:00
Inari Listenmaa
b46fcb757c fix some bugs in synthetic verbs 2017-10-03 15:19:27 +02:00
Inari Listenmaa
83dd57bd63 Fix bug in chooseAuxPol 2017-10-03 14:01:23 +02:00
Inari Listenmaa
9a3115815d Add new forms to zaio and dio 2017-10-03 14:00:51 +02:00
Inari Listenmaa
1426c07f97 fix linVP: use the same functions as mkClause 2017-10-02 16:16:28 +02:00
Inari Listenmaa
1c9e90f74d small fixes and additions 2017-10-02 16:05:25 +02:00
Inari Listenmaa
4cdbb0ec89 fix typo and remove commented out line 2017-10-02 15:25:05 +02:00
Inari Listenmaa
5b91023e0e Make adjectives depend on agreement; Fix reflexives 2017-10-02 15:22:11 +02:00
Inari Listenmaa
9c77f9d990 changes suggested by Manex 2017-10-02 11:02:07 +02:00
Ayberk Tosun
76d6749797 Complete AdjectiveTur (#12)
* remove unnecessary flags from GrammarTur.gf

* Implement the linearization for UseA2

* Minor formatting fixes

* Manually specify the preposition "ile" for married_A2

* Implement the linearization for ComplA2

* Implement the linearization for ReflA2 ("kendi ile evli")

* Fix ReflA2 adjective case to Nom

* Add a TODO comment

* Add a linearization for AdAP

* Implement the linearization for UseA2

* Minor formatting fixes

* Manually specify the preposition "ile" for married_A2

* Implement the linearization for ComplA2

* Implement the linearization for ReflA2 ("kendi ile evli")

* Fix ReflA2 adjective case to Nom

* Add a TODO comment

* Add a linearization for AdAP

* Fix AdAP

* Add linearization for at_most_AdN

* Add linearization for at_least_AdN

* added dummies for the missing modules in Turkish

* Add the linearization for as_CAdv

* Add rudimentary linearization for UsePN

* Add the linearization for CAdvAP

* Add preliminary linearization for EmbedVP

* Add linearization stub for SentAP

* Fix code-formatting and indentation in HarmonyTur

* Patterns for front and back vowels

* Add an oper for attaching the -mA suffix

* Formatting fixes in ParadigmsTur

* Attempt to implement attachMe

* Almost-working linearization for SentAP

* Update TODO for SentAP

* Move the addition of suffix si to the linearization of EmbedVP

* Import PhraseTur in GrammarTur

* Fix the duplication of PhraseTur in GrammarTur

* Start working on PhraseTur

* Fix formatting of makeH4Table

* Formatting

* Begin implementing the gerund inflection `makeVerb`

* Attach Number and Case data to the Gerund constructor of param VForm

* Get rid of hacky appending of "si" in EmbedVP
2017-09-30 13:29:03 +02:00
Aarne Ranta
432a6295cc Pes: fixed have_V2 inflection and ra ; fixed SOV in ClSlash 2017-09-18 10:31:28 +02:00
Aarne Ranta
1569344857 Pes.have_V2 from Nasrin 2017-09-15 14:51:02 +02:00
Aarne Ranta
ca83d4be7d invariable verb must_VV in persian 2017-09-14 18:03:32 +02:00
Aarne Ranta
29380f0df0 experimenting with Persian auxiliary verbs 2017-09-14 11:55:30 +02:00
Inari Listenmaa
9c8cb395f5 fix crap_V in DictionaryEst 2017-09-04 14:29:45 +02:00
Aarne Ranta
21bf7aa5a9 added a case for compN in ParadigmsSpa.mkN 2017-09-04 11:08:40 +02:00
Inari Listenmaa
c2ed0cee49 Merge branch 'master' of https://github.com/GrammaticalFramework/GF 2017-08-29 15:44:54 +02:00
Inari Listenmaa
67e57115ac Add some more extensions 2017-08-29 15:44:44 +02:00
Inari Listenmaa
c2afe95878 Add ExtendEst 2017-08-29 15:43:31 +02:00
Inari Listenmaa
5644350c0f change relPron from kes to mis; small cleanup 2017-08-29 15:43:06 +02:00
Inari Listenmaa
6d9c1c6c90 minor cleanup 2017-08-29 14:31:37 +02:00
Inari Listenmaa
653b8b08d6 Add PresPart into VIForm 2017-08-29 14:31:07 +02:00
Aarne Ranta
945732f695 some edits of Extend 2017-08-29 11:54:41 +02:00
Inari Listenmaa
336cbf90ab add a few functions from VP -> Adv 2017-08-28 17:18:58 +02:00
Inari Listenmaa
e7a2920508 fix a few words 2017-08-28 17:18:29 +02:00
Inari Listenmaa
8342634d75 change a suspiciouslooking hardcoded 'olla' into verbOlema.s ! Inf i in predV; remove some redundant code in insertXxx opers. 2017-08-28 17:18:14 +02:00
Inari Listenmaa
c0f3f43350 Add comitative and elative modifiers of type NP -> CN -> CN; use shortPronoun in ma_Pron,sa_Pron etc 2017-08-28 17:17:04 +02:00
Kaarel Kaljurand
919d8c74cf Est RG: Improve noun smart paradigms + fix 2 words
- small improvements to noun smart paradigms (originally done 3 years ago, something to do with syllable/stress detection)
- two words corrected
- some typos fixed in source code comments
2017-08-27 12:36:11 +03:00
Inari Listenmaa
c11ff12602 Add Basque Translate grammar into the Makefile 2017-08-25 15:53:33 +03:00