* remove unnecessary flags from GrammarTur.gf
* Add linearization for `alas_Interj`
* Add linearization for `already_Adv`
* Implement linearization for `easy_A2V`
* Implement linearization for `far_Adv`
* Implement a rudimentary linearization for `easy_A2V`
* Implement linearization for `now_Adv`
* Add implementation stubs for the linearizations of `left_Ord` and `right_Ord`
* Add linearization for `today_Adv`
* Define type aliases AS = AV = A
* Define `mkAS` and `mkAV` trivially
* Add linearization for `probable_AS`
* Rudimentary linearization for `fun_AV`
* Add linearization for `know_VQ`
* Bit of alignment
* Define the `mkAdv` function in `ParadigmsTur`
* Improve the comment regarding `easy_A2V`
* Make use of `mkAdv`
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
* 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
- 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