Commit Graph

6214 Commits

Author SHA1 Message Date
odanoburu 95eb384223 (Extend,Por,Spa) add UseComp_estar
- with default UseComp lin
2019-02-09 09:37:01 -02:00
Inari Listenmaa ceb876eb37 Merge pull request #163 from inariksit/persian-fixes
Persian fixes
2019-02-07 20:22:14 +01:00
Inari Listenmaa 55decd9317 (Pes) Noun is indefinite if predicative and modified by adjective
According to this source: 
https://sites.la.utexas.edu/persian_online_resources/nouns/noun-in-a-predicative-position/
2019-02-07 19:49:06 +01:00
Inari Listenmaa a45cc462e3 (Pes) Fixes in VV constructions
* Add the conjunction که 'that' in VV
* Fix word order in imperatives formed of VV+complement
2019-02-07 19:37:17 +01:00
Inari Listenmaa 61838b818e (Pes) Fix orthography and add a vowel diacritic in mkEzafa and mkEnclic 2019-02-07 19:34:21 +01:00
Inari Listenmaa 04c5f433ec Merge pull request #161 from inariksit/persian
Persian
2019-02-07 11:39:51 +01:00
Inari Listenmaa 79a375a03e (Pes) add beVerb and use in Lexicon for some compound verbs 2019-02-07 11:10:47 +01:00
Inari Listenmaa d0d760d68b (Pes) Remove hardcoded have_V2 for one constructed in MorphoPes 2019-02-07 11:10:04 +01:00
Inari Listenmaa 8a6b0f8f01 (Pes) Added ZWNJ to verb forms + big cleanup and refactoring 2019-02-07 11:00:26 +01:00
Inari Listenmaa 75cf3643ec (Pes) Remove unused MakeStructuralPes 2019-02-06 20:12:42 +01:00
Inari Listenmaa b0c9a3527b Merge pull request #160 from odanoburu/iberic-neg-imp
(Por) also bind clitic with hyphen in imperative
2019-02-06 18:40:21 +01:00
odanoburu b976158388 (Por) also bind clitic with hyphen in imperative 2019-02-06 13:23:23 -02:00
Inari Listenmaa 1da12df1db Merge pull request #159 from odanoburu/iberic-neg-imp
(Cat,Por,Spa) Iberic imperative
2019-02-06 15:23:34 +01:00
odanoburu 32bde9dd1b (Cat) improve Catalan imperative 2019-02-06 11:19:55 -02:00
Inari Listenmaa 28917900ba Merge pull request #158 from odanoburu/ud-treebank
(UD treebank) fix two trees using it_Pron instead of ImpersCl
2019-02-05 19:21:06 +01:00
odanoburu 8939dee214 (Por) update lexicon given past changes in morphological paradigms 2019-02-05 13:59:04 -02:00
odanoburu 2679717852 (Por,Spa) fix negative imperative
- reflexive pronoun is before the verb in the negative, not after
- verb form is not the same as positive imperative, but the same as
  present subjunctive

thanks to @inariksit for catching this bug!

(Por) handle politeness better
formal -> 2nd person singular (tu)
informal sg -> 3rd person singular (você, conjugated correctly)
informal pl -> 3rd person plural (vocês, conjugated correctly)

unlike Spa, Por uses 2nd person as polite form; the PorRG thus would
have no direct access to vós (second person plural), which is rather
rare (in Brazilian Por, at least). colloquial speech in Brazil
actually mangles both, using tu with você conjugation, etc; but this
out of scope for the RGL.

(Por) fix imperative
- should use hyphen to bind the reflexive pronoun
2019-02-05 13:58:15 -02:00
odanoburu 28a9453750 (UD treebank) fix two trees using it_Pron instead of ImpersCl 2019-02-05 09:47:10 -02:00
Inari Listenmaa f2cba3fb4d Merge pull request #157 from inariksit/persian
Persian
2019-02-04 16:59:09 +01:00
Inari Listenmaa 7cb2298b55 (Pes) Add zero-width non-joiner + mkN in ParadigmsPes 2019-02-04 10:44:44 +01:00
Inari Listenmaa 19d4934671 (Pes) Add isNum to SymbOrd 2019-02-04 10:07:48 +01:00
Inari Listenmaa 271feb0295 Merge pull request #156 from odanoburu/por-dict-update-2
(Por) update Dict
2019-02-01 15:07:07 +01:00
odanoburu a3a0a3958b (Por) update Dict
-- opening new PR to save space (dictionary diffs are big!)

- don't add gender information to noun fun names if uneeded
- update README with this info
- update gfdoc sections in MorphoPor
2019-02-01 10:54:00 -02:00
Inari Listenmaa 494acc4153 (Pes) Add ExtendPes, so far only GenNP implemented 2019-01-31 17:05:16 +01:00
Inari Listenmaa 8a69cd40c7 (Pes) Cleanup + automatic whitespace removal 2019-01-31 17:04:47 +01:00
Inari Listenmaa 781f049fdd (Pes) Add isNum to Num + Ord; fix bug in DetCN, DetQuant and DetQuantOrd
See https://sites.la.utexas.edu/persian_online_resources/nouns/

"A noun modified by a number is never pluralized; that is to say, it is 
invariably singular"

In the old grammar, DetQuant would always make the Det into numeral, and 
so Sg was always chosen in DetCN.
2019-01-31 16:38:46 +01:00
Inari Listenmaa 7a48a09931 (Pes) Use enclitic form of NP in predicative
According to this source: 
https://sites.la.utexas.edu/persian_online_resources/nouns/noun-in-a-predicative-position/
2019-01-31 16:29:40 +01:00
Inari Listenmaa edc41a3a5c Merge pull request #154 from inariksit/arabic
(Ara) Use PerGenNum in the table for RCl and RS; compiles 15sec faster
2019-01-30 17:31:03 +01:00
Inari Listenmaa 80d7e293ee (Ara) Fix bug in PossPron 2019-01-30 17:18:53 +01:00
Inari Listenmaa bf0fd56960 (Ara) Use PerGenNum in the table for RCl and RS; compiles 15sec faster 2019-01-30 16:23:11 +01:00
Inari Listenmaa 269191cf9a Merge pull request #153 from inariksit/arabic
Arabic
2019-01-29 20:30:25 +01:00
Inari Listenmaa 7cdcc0931f (Ara) Small typofix + add comment 2019-01-29 17:57:38 +01:00
Inari Listenmaa e468b48ded (Ara) Fix the corner case where ReflVP is called after VPSlashPrep.
Also fix noPrep to accPrep (the default object case).

Tested with gftest -o, only changes were in combinations of ReflVP and 
VPSlashPrep.
2019-01-29 17:57:21 +01:00
Inari Listenmaa ac5352f852 (Ara) Replace two 2-valued params in VP with one 3-valued param.
* is copula / is have_V2 / is neither

There is no difference; all three options are is mutually exclusive. 
There 2 params in the first place only by accident. First one was added 
by AED 10 years agon, second by me only some weeks ago, without thinking 
that the params are mutually exclusive.

Also tested with gftest, no difference found after 2 hours of running.
2019-01-29 17:54:44 +01:00
Inari Listenmaa 08c0b3fe54 (Ara) Fixes in DetNP + some Dets and Quants 2019-01-29 15:46:59 +01:00
Inari Listenmaa 267ef1b178 (Ara) Move mkQuant functions from Paradigms to Res 2019-01-29 14:11:05 +01:00
Aarne Ranta 5a50706345 changed suffix in SymbOrd to :e which is more general, but not perfect of course 2019-01-29 11:31:11 +01:00
Herbert Lange c30a33b2cb recreating missing 2019-01-28 18:25:09 +01:00
Inari Listenmaa 6d477ccbeb Merge pull request #152 from inariksit/arabic
Arabic: add new funs and change V*V/V*S lincats
2019-01-26 19:26:39 +01:00
Inari Listenmaa d5f3fe7479 (Ara) Add new funs in ExtendAra + clean up
Remove some old exclusions, which were excluded because the necessary 
RGL function wasn't yet implemented in the autumn.
2019-01-26 18:39:45 +01:00
Inari Listenmaa dc4e866942 (Ara) small cleanup 2019-01-26 18:38:57 +01:00
Inari Listenmaa 9c903a76ab (Ara) Add SlashV2S 2019-01-26 18:38:42 +01:00
Inari Listenmaa aab42b21f6 (Ara) Change lincats for VV, V2V, VS and V2S
Update functions and opers in Lexicon, Paradigms and Verb to accommodate 
the change
2019-01-26 18:38:05 +01:00
Inari Listenmaa ee092b0042 (Ara) Add ExistIP 2019-01-26 18:34:52 +01:00
Inari Listenmaa 9fd88554ee Merge pull request #151 from inariksit/arabic-fixes
Arabic: fixes in Question + improve docs
2019-01-25 13:21:36 +01:00
Inari Listenmaa 37f7be4777 (Ara) Improve documentation in ParadigmsAra
Remove some mkNs from public API, but keep them in the hidden part. This 
way old code won't break, but the dubious constructors aren't shown in 
the synopsis.
2019-01-25 11:16:10 +01:00
Inari Listenmaa ae51f19459 (Ara) Clean up and add comments in QuestionAra 2019-01-25 10:15:48 +01:00
Inari Listenmaa 535be667c7 (Ara) Add QVP functions 2019-01-25 10:15:23 +01:00
Inari Listenmaa 7fb1d32691 (Ara) Fix QuestSlash so preposition shows up in the right place
Add comments/instructions to other functions that use complClSlash
2019-01-25 10:07:33 +01:00
Inari Listenmaa c2bfc35b4e Merge pull request #150 from inariksit/arabic-misc
Arabic misc
2019-01-23 17:21:51 +01:00