1
0
forked from GitHub/gf-rgl
Commit Graph

30 Commits

Author SHA1 Message Date
krangelov
664a413df8 added trivial morphological functions 2019-03-12 20:39:49 +01:00
Ayberk Tosun
7790defb9e [WIP] Round of updates to Turkish (#15)
* Add linearization for `AdAdv` which is just `cc2`

* Add rudimentary linearization for `AdnCAdv`

* Add rudimentary linearization for `UseCl`

* Add trivial linearization for `SubjS`

* Add forgotten semicolon

* Override the lintype of CAdv from CommonX

* Add cases for `CAdv`s

* Augment the linearization of `AdnCAdv` with case information coming from the `CAdv`

* Override the lintype for `AdN`

* Implement linearizations for `AdN` and `AdnCAdv`

* Fix the linearization for `more_CAdv`

* Implment the linearization for `ComparAdvAdj`

* Add a rudimentary linearizations for `ComparAdvAdjS`

* Add rudimentary linearization for `BaseAP`

* Add linearization for `BaseAdV`

* Add linearization for `BaseAdv`

* Add a new param `Gerundification`

* Add a new `VForm` `VNoun` for verbal nouns

* Parameterize the lintypes of S and Cl by the new `Gerundification` param

* Update everything to work with the `Gerundification` parameterization

* Account for the `VNoun` case in `makeVerb`

* Revise the TODO for `ComparAdvAdjS`

* Add the subordination suffix dik in SuffixTur (not used yet)

* Formatting

* Start implementing the suffix -dik in `makeVerb`

* Add TODO for `ComplVS`

* Fix `mkClause`

* Implement a rudimentary linearization for `ComplVS`
2019-03-11 08:06:57 +01:00
Ayberk Tosun
e2fbf96815 Add linearization for as_CAdv 2018-08-22 10:54:38 +03:00
Ayberk Tosun
84fff1e096 Add linearization for at_least_AdN 2018-08-22 10:54:25 +03:00
Ayberk Tosun
7c6690a431 Add linearization for at_most_AdN 2018-08-22 10:54:07 +03:00
Ayberk Tosun
ff515b3508 Add implementation stub for part_Prep 2018-08-21 18:23:32 +03:00
Ayberk Tosun
47f57afa17 Implement the linearization for otherwise_PConj 2018-08-21 18:23:18 +03:00
Ayberk Tosun
966716cc7d Transfer all updates from ayberkt/GF/structural 2018-08-21 14:49:53 +03: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
Ayberk Tosun
b2a155b309 Add the linearization for but_PConj 2017-08-23 15:24:15 +03:00
Ayberk Tosun
80ad54000c Implement AdvCN 2017-08-23 15:15:59 +03:00
Ayberk Tosun
9d4a8009c8 Add linearization for always_AdV 2017-08-23 14:56:29 +03:00
Ayberk Tosun
458b894596 Alternative linearization for in_Prep 2017-08-23 14:21:53 +03:00
Ayberk Tosun
0a2f8fc184 Space before semicolon 2017-08-23 14:21:05 +03:00
Ayberk Tosun
ce2c441352 Add yes_Utt and no_Utt 2017-08-23 12:27:57 +03:00
Ayberk Tosun
f004826f0a Implement during_Prep 2017-08-23 12:16:04 +03:00
Ayberk Tosun
f0519551c4 Add linearization for in_Prep 2017-08-23 12:12:55 +03:00
Ayberk Tosun
9aeefb540e Implement on_Prep 2017-08-22 18:57:57 +03:00
Ayberk Tosun
46c5af65d0 Implement and_Conj and or_Conj 2017-08-22 18:53:58 +03:00
Ayberk Tosun
359be0d077 Add some comments for the prepositions 2017-08-22 18:48:34 +03:00
Ayberk Tosun
d4a345e830 Fix with_Prep 2017-08-22 18:38:01 +03:00
Ayberk Tosun
45c2394353 Implement between_Prep though ConjNP is needed for it 2017-08-22 18:34:10 +03:00
Ayberk Tosun
4d8a5e9a05 Implement behind_Prep 2017-08-22 18:32:19 +03:00
Ayberk Tosun
5734469aa2 Add some prepositions 2017-08-22 17:49:00 +03:00
Ayberk Tosun
c53dd7e2ea Clean StructuralTur up 2017-08-22 16:57:27 +03:00
Krasimir Angelov
128cae61d5 this/that_Quant in Turkish 2017-08-19 22:19:14 +02:00
kr.angelov
2756fef545 fix the compilation of LangTur 2013-09-01 11:48:02 +00:00
e1560697
01d0bcdb12 nounAdjVerbNumerals 2010-03-22 08:44:21 +00:00
e1560697
699e84d26e nounverbadjmorphoandsuffixmodule 2010-02-15 17:22:10 +00:00
aarne
a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00