* 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`
Keep VerbForm at VP level, and rename VPHTense to use Tense and
Anteriority instead of custom names that are then mapped to Tense and
Anteriority in Use*Cl functions.
WIP: Remove Aux type and use beVerb instead of beAux. There were a lot
of comments along the lines "check the right form"; will do that with a
native speaker.
* Add an mkN instance for nouns with unexpected possessive stem
* Rename inanimate and animate to nonhuman and human (old ones kept in
the hidden part of API)
* Fix john_PN's animacy
* Add an instance of cmpdN with ezafe
* Add ApposNP + some lex. fixes
- add compN and compNN as mkN paradigms
- rm tossir_V from Irreg since it is very wrong
- fix oper `a` (contraction of preposition a + definite articles)
* Corrected mixed up order of arguments to mkAdj'
* Revert "Corrected mixed up order of arguments to mkAdj'"
This reverts commit eea4f791e4.
* Corrected mixed up order of arguments to mkAdj'.