1
0
forked from GitHub/gf-rgl
Commit Graph

5287 Commits

Author SHA1 Message Date
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
odanoburu
e0d7861e75 (Por) bug/typo in MkImperative
- should use the person we select, not the one that is provided (which
  is always P2)
2019-03-05 19:38:42 -03:00
odanoburu
ba1575d8d7 (Por) small fixes 2019-03-05 18:34:41 -03:00
Inari Listenmaa
7649fbf175 (Pes) Word order + add c2 for VA and V2A 2019-03-05 16:38:27 +01:00
Inari Listenmaa
08bcfe60f6 (Pes) Fix bug in mkV2 after changing Prep 2019-03-05 15:19:09 +01:00
Inari Listenmaa
9aa34ac2b6 (Pes) add ZWNJ + remove some repetition for pronouns 2019-03-05 15:18:57 +01:00
Herbert Lange
3b9ee8db99 fix and enable building of try for latin 2019-03-04 22:16:11 +01:00
Herbert Lange
61ec0c3d80 recreate missinglat and remove missinglatapi instead 2019-03-04 22:15:53 +01:00
Herbert Lange
a365c82e90 add linref for category S 2019-03-04 22:14:27 +01:00
krangelov
2f8e4dfad6 Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl 2019-03-04 20:39:55 +01:00
krangelov
11314bdc41 added dummy implementations for DAP and DetDAP 2019-03-04 20:39:04 +01:00
Inari Listenmaa
e2a3791ccf (Pes) Adding fields to some lexical categories 2019-03-04 16:48:20 +01:00
Inari Listenmaa
ca51eaf433 (Pes) Fixes in word order for SlashV2V 2019-03-02 16:37:06 +01:00
Inari Listenmaa
59c4154a31 (Pes) Add new smart paradigms for several mkV* 2019-03-01 15:26:31 +01:00
Inari Listenmaa
086d8f1479 (Pes) Remove c1 field from V2V, change c2 field from Str to Compl
c1 should be covered by isAux. Though that's not a very informative 
field either, it just controls if conjThat is inserted (is if 
isAux=True).
2019-03-01 15:26:14 +01:00
Inari Listenmaa
0ffa2400a3 (Pes) Add a few NPs in Structural 2019-03-01 15:22:23 +01:00
Inari Listenmaa
d005032374 (Pes) make Subj take indicative or subjunctive 2019-03-01 15:21:45 +01:00
Inari Listenmaa
a51a31ca7f (Pes) Rename N2's c to c2 for consistency 2019-03-01 15:18:55 +01:00
Inari Listenmaa
4fe2e38e9b (Pes) Merge isVV and isDef into one parameter 2019-03-01 07:27:04 +01:00
Inari Listenmaa
955927e041 (Pes) Remove VType param; was copied from Punjabi and never used 2019-03-01 07:08:55 +01:00
Inari Listenmaa
7237755609 (Pes) WIP more on tense in VV complements 2019-02-28 17:18:01 +01:00
Inari Listenmaa
6bc2b3506c (Pes) Fix a bug: defective verbs don't have an imperfect prefix 2019-02-28 17:17:26 +01:00
Inari Listenmaa
51eb1dbb1a (Pes) WIP vowels for TTS support
Vowels are in Str variables, if you want vowels, only change the value 
of the variable in one place. Default value is empty string.
2019-02-26 16:59:26 +01:00
Inari Listenmaa
d45303ae17 (Pes) Remove compound tenses from V and add new VerbForms.
WIP:
* tenses with different classes of VV
* Fut and Cond Anter
* Progressive forms for copula and have_V2
2019-02-26 16:58:16 +01:00
Inari Listenmaa
f6309b8c09 (Pes) Remove redundant parameters in V*, VP and Cl
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.
2019-02-24 10:17:11 +01:00
Inari Listenmaa
9277557869 (Pes) Remove src/ subfolder + update README
Files were out of sync, and development was happening in the 
non-transliterated version.
2019-02-24 08:33:51 +01:00
Inari Listenmaa
5a2aedbffa (Pes) WIP merge auxBe and beVerb 2019-02-22 17:50:15 +01:00
Inari Listenmaa
f686761bc5 (Pes) Cleanup, refactoring, add comments 2019-02-22 17:50:02 +01:00
Inari Listenmaa
bd19c7a8a9 (Pes) Remove unused CPolarity 2019-02-22 16:18:14 +01:00
Inari Listenmaa
50200f3e0c (Pes) Word order regarding ra + cleanup and renaming 2019-02-22 15:18:59 +01:00
Inari Listenmaa
c25a236585 (Pes) Make poss.suff. attach to the head for N2,N3 2019-02-22 11:16:49 +01:00
Inari Listenmaa
d175b1eedf (Pes) mkN, ApposN, animacy, compound nouns (#185)
* 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
2019-02-22 10:03:38 +01:00
odanoburu
7848159e4e Merge remote-tracking branch 'upstream/master' into por-ter-aux 2019-02-21 12:02:05 -03:00
odanoburu
7e8270381d (Por) more mkN paradigms
- 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)
2019-02-21 11:59:53 -03:00
Inari Listenmaa
f8689eea04 (Pes) Fix also ExtraPes 2019-02-20 17:39:41 +01:00
Inari Listenmaa
49fe707af9 (Pes) Add more languages to ConstructionPes 2019-02-20 17:33:31 +01:00
Inari Listenmaa
7b025e3c44 Merge branch 'master' of https://github.com/Nasrin63/gf-rgl into persian-nasrin 2019-02-20 17:32:19 +01:00
Nasrin Mostofian
0e878556fa Renamed parameters + added possessive suffixes 2019-02-20 16:44:34 +01:00
Inari Listenmaa
d0a23300c1 Merge pull request #181 from inariksit/persian
Persian
2019-02-20 15:20:53 +01:00
Ehrlemark
0c14c844ca French mixed up arguments (#180)
* 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'.
2019-02-20 12:45:12 +01:00
Inari Listenmaa
b50a4172c3 (Pes) Add Construction (#178) 2019-02-18 13:58:11 +01:00
Inari Listenmaa
18ee4bc8a0 (Spa) Fix reflexive verbs (#179) 2019-02-18 13:51:29 +01:00
Inari Listenmaa
f3ef5a58e9 Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into persian 2019-02-18 10:14:10 +01:00
Inari Listenmaa
f0386764ff (Spa) Add a known issue in the README 2019-02-17 22:37:28 +01:00
Inari Listenmaa
e2bfe45a94 (Ara) use indeclNP "foo" instead of \\_ => "foo" in IdiomAra (#177)
to make a better example for my blog post :-P
2019-02-17 22:28:42 +01:00
Inari Listenmaa
b1330c495a (Spa) morphology and segmentation fixes in DictSpa + add a few words (#176) 2019-02-16 21:50:18 +01:00
Inari Listenmaa
e35eb5260d (Spa) add README 2019-02-15 22:12:02 +01:00
Inari Listenmaa
3fe5753139 (Spa) Add monolingual dictionary (#175)
* (Spa) Add monolingual dictionary
2019-02-15 21:26:37 +01:00
odanoburu
b825c0e14a (Por) add ter as optional auxiliary verb
- make it the default
- add paradigm to pick verb type (pick auxiliary verb or make it
  reflexive)

(Por,Spa) fix lexicon entry
2019-02-14 10:26:17 -02:00
Inari Listenmaa
60a750f1bc Merge pull request #173 from odanoburu/extendromancefunctor
(Romance,Por,Spa) refactor Extend{Por,Spa} into ExtendRomanceFunctor
2019-02-13 20:22:45 +01:00