John J. Camilleri
519a31e88a
Change build workflow to take care of creating entire release
2020-11-14 17:19:00 +01:00
John J. Camilleri
aa3b6648f3
Get SHA from github context, not environment
2020-11-11 22:11:16 +01:00
John J. Camilleri
2d102d2549
Don't archive files first, give a name to artifact
2020-11-11 22:08:15 +01:00
John J. Camilleri
7505813fa5
Must make dest directory before copying to it
2020-11-11 21:58:45 +01:00
John J. Camilleri
6cedca7f4f
dest cannot be same as dist
2020-11-11 21:50:16 +01:00
John J. Camilleri
dd102142f5
Specify --gf flag properly. Compress and upload artifact.
2020-11-11 21:43:46 +01:00
John J. Camilleri
aa8840b61b
Add sudo to dpkg command
2020-11-11 21:38:27 +01:00
John J. Camilleri
33d7b7173e
Add build workflow
2020-11-11 21:37:12 +01:00
Inari Listenmaa
ae7e895b14
Merge pull request #360 from bamutra/master
...
Request for Merge
2020-10-27 10:44:42 +01:00
Inari Listenmaa
ad76508743
Merge branch 'master' into master
2020-10-27 10:32:25 +01:00
Inari Listenmaa
43e39af33a
(Cgg) Remove the extra -path line
...
Removed --# -path=.:../abstract:../../prelude:../common
2020-10-27 10:24:12 +01:00
Inari Listenmaa
0875fde0e7
Add comments to Coordination.gf
2020-10-27 10:18:49 +01:00
Inari Listenmaa
c4bffc32f1
Merge languages.csv to the latest
2020-10-27 10:10:24 +01:00
David Bamutura
fc7bede563
modified the fun UttVP in PhraseCgg.gf to allow formation of Verb Phrase Utterances with various complements e.g to sleep == kugwenjegyera
2020-10-27 01:35:41 +03:00
David Bamutura
e14cdf99e3
modifeid mkThis in ResCgg to remove unnecessary bind
2020-10-27 01:17:53 +03:00
David Bamutura
2ef7fed0d2
=there is a bug with CompNP because we cannot fix Number agreement for the Noun. A hack can be to include the Noun info into the nounphrase
2020-10-27 00:20:51 +03:00
David Bamutura
0c5d685d8a
=corrections to languages.csv made. However, my files do not have Korean
2020-10-26 23:37:18 +03:00
David Bamutura
02d92f6cc9
=Modified UseComp to correctly apply Adverbs, Adjectives and Nouns as proper complements when forming a VP based on the verb to be. However in Rukiga, sometimes the verb ba or ri are used. I have left the application of the right form to post-processing
2020-10-26 23:34:59 +03:00
David Bamutura
24d3d2abaa
=Implemented the abstract function VocNP and PConjConj in PhraseCgg.gf
2020-10-26 16:41:58 +03:00
David Bamutura
9ba407f051
=Implemented the abstract function fun
2020-10-26 16:21:20 +03:00
David Bamutura
aad7b002aa
=made changes to Verb Phrase and VPSlash that check if the complements actually exists
2020-10-26 16:00:34 +03:00
David Bamutura
b776f47c6b
=edited languages.csv
2020-10-26 10:11:41 +03:00
David Bamutura
c96156116e
=added rukigaa to languages.csv
2020-10-26 09:23:35 +03:00
David Bamutura
b2e2631269
All structural words and most of the linearization functions for LexiconCgg have been provided
2020-10-24 03:05:05 +03:00
David Bamutura
6ca4907c11
=Added linearisations for several lexical items. The linearization type for adjectives was modified to cater for certain adjectives that are negatives of others. An example is certain and uncertain
2020-10-22 00:02:51 +03:00
David Bamutura
d4aba3bded
made sure error is reproducable by uncommenting
...
answer_V2S and ask_V2Q.
However, there are other errors due to N2 types in lexicon
2020-10-12 23:23:54 +03:00
David Bamutura
5dc5433068
Made sutitable changes that were wanrranted due to
...
changes in linearization types for Verbs to include information
about particles and checks on source of complements i.e.
Verb : Type = {
s : Str;
pres:Str;
perf:Str;
--morphs: VFormMini => VerbMorphPos=> Str;
isPresBlank : Bool;
isPerfBlank : Bool;
isRegular: Bool
};
changed to:
Verb : Type = {
s : Str;
pres:Str;
perf:Str;
--morphs: VFormMini => VerbMorphPos=> Str;
isPresBlank : Bool;
isPerfBlank : Bool;
isRegular: Bool;
p : Str; -- some verbs have particles such as prepositions and adverbial that give the verb a meaning different from what would be automatically deduced
isRefl : Bool
};
2020-10-12 23:18:27 +03:00
David Bamutura
7c997ea280
1. Created Linearization types for V2V as Res.Verb ** {comp,c3 : Str ; typ : Res.VVType} ; but however I have eerors with mkV2 overload methods and lock_C fields. I cannot seem to find out the reason for the error.
2020-10-12 17:31:40 +03:00
aarneranta
5c9885d0a2
Slovak possessives (some forms to be checked)
2020-10-12 13:24:20 +02:00
Inari Listenmaa
e48097f8a5
Merge pull request #305 from inariksit/polish
...
(Pol) Start implementing smart paradigms for nouns
2020-10-12 12:24:12 +02:00
aarneranta
7368d1a80c
added PossPron and completed pronouns for Czech
2020-10-12 12:08:21 +02:00
Inari Listenmaa
622f0da641
Merge pull request #4 from ppski/polish-inari-update
...
More smart paradigms
2020-10-12 08:09:24 +02:00
Inari Listenmaa
2f83cadc2e
Merge branch 'polish' into polish-inari-update
2020-10-12 08:07:38 +02:00
Paula Pawlowski
2406c9bfd9
(Pol) Add 2-argument smart paradigm to Inari's work. Add more cases to GuessGender.
2020-10-11 23:41:50 +02:00
Inari Listenmaa
b3b1f4ebd8
Merge pull request #358 from ppski/pl-formal-pronoun
...
Pol pronoun: Change formal possessive pronoun.
2020-10-06 19:59:51 +02:00
Paula Pawlowski
479136bfc5
Pol pronoun: Change formal possessive pronoun.
2020-10-06 19:57:19 +02:00
krangelov
272484b1fd
added link to the WordNet browser
2020-10-01 11:00:01 +02:00
Inari Listenmaa
895ee33a95
Merge pull request #353 from rnd0101/new-rus-rg
...
New Russian Resource Grammar
2020-09-29 09:39:40 +02:00
aarneranta
bf3609c083
ParadigmsEng.verbalN for default verbal nouns adding -ing to verbs
2020-09-25 15:00:53 +02:00
aarneranta
08896eb34b
added ParadigmsFin.compoundA, totally different from prefixA (as now documented)
2020-09-24 09:04:24 +02:00
Roman Suzi
244b6c2447
More tests
2020-09-23 22:51:21 +03:00
Inari Listenmaa
42fb9fd465
Cleanup
2020-09-23 22:47:44 +03:00
Inari Listenmaa
6661bdff95
Guess that Nom+Acc become Gen in negative, remove neggen field
...
This removes around 70k concrete categories (in PGFs compiled with
--optimize-pgf.)
Unsure if that is actually useful -- the number of concrete functions
only went down by a couple hundred.
2020-09-23 22:47:40 +03:00
Inari Listenmaa
a793daaf11
Merge Reflexivity and Transitivity (untested)
2020-09-23 22:47:35 +03:00
Roman Suzi
58cfa9e8dc
Merge branch 'master' into new-rus-rg
2020-09-23 22:31:22 +03:00
Inari Listenmaa
c759a3f5f4
Merge pull request #357 from inariksit/fin-CN
...
CN in Finnish
2020-09-18 16:25:41 +02:00
Inari Listenmaa
d4ee4addc5
(Fin) Update all functions that use CN to use postmod field
2020-09-17 21:04:36 +02:00
Inari Listenmaa
dd813bc7cc
(Fin) Fix typo
2020-09-17 20:48:31 +02:00
aarneranta
39b9918060
added verbal nouns to MorphoDictFin
2020-09-17 08:13:55 +02:00
aarneranta
9d9349a17a
ParadigmsFin.verbalN for building nouns of type 'tekeminen'
2020-09-17 06:51:44 +02:00
Roman Suzi
7f05718d5c
Fixed full form of uvidennyi_A
2020-09-12 10:51:10 +03:00
Roman Suzi
cae8e43d21
Also test results
2020-09-12 10:49:13 +03:00
Roman Suzi
f072f56f3f
Fixed past passive participles full forms by adding its own stem to the verb
2020-09-12 10:47:54 +03:00
Roman Suzi
eb08304c10
Merge branch 'master' into new-rus-rg
2020-09-12 09:59:49 +03:00
John J. Camilleri
b422417d4b
Normalise some whitespace
...
Can you believe some joker actually mixed tabs and spaces?
2020-09-11 16:09:03 +02:00
Inari Listenmaa
2ef1e7d8b6
Merge pull request #355 from inariksit/rgl-publications
...
Update RGL status doc + publications
2020-09-08 11:04:55 +02:00
Inari Listenmaa
adcc4c4c81
Merge pull request #356 from bamutra/master
...
Request to merge
2020-09-08 09:18:56 +02:00
Inari Listenmaa
fe50ca3fa6
(doc) Somali + Latin pubs + formatting
2020-09-07 21:21:24 +02:00
Inari Listenmaa
0f4f1f78c1
(doc) Update RGL status document
2020-09-07 21:03:13 +02:00
Inari Listenmaa
6bd9193b7e
(doc) Add Czech, Slovak and Slovenian
2020-09-07 20:22:26 +02:00
Inari Listenmaa
44e1f6fab0
(doc) Update RGL publications document
2020-09-07 19:15:29 +02:00
Roman Suzi
6ff11a2458
Fixed notpresent
2020-09-06 16:32:28 +03:00
Roman Suzi
db8f3ebf72
Test with refl suffix
2020-09-06 16:27:34 +03:00
Roman Suzi
1c92a0826b
Some fixes and adjustments to the past pass participles
2020-09-06 16:18:01 +03:00
Roman Suzi
454164a521
Fixed reflexive preffix at the end of participles
2020-09-06 09:42:08 +03:00
Roman Suzi
e679629d70
Prints to facilitate all form checks; Participles - first draft
2020-09-06 09:31:44 +03:00
Roman Suzi
6b874440db
Small lexicon fixes and additions, tests
2020-08-29 10:05:15 +03:00
Inari Listenmaa
a06732a064
Merge pull request #354 from inariksit/rusRG-intermediate
...
(Rus) Put old version in src/russian/v1
2020-08-28 12:55:11 +02:00
Inari Listenmaa
36dffcb152
(Rus) Remove old IrregRus, never had actual content
2020-08-28 12:50:01 +02:00
Inari Listenmaa
a233e33bf8
(Rus) Put old version in src/russian/v1
2020-08-28 12:44:47 +02:00
Roman Suzi
70540a7e19
Rechecked todo
2020-08-26 19:22:51 +03:00
Roman Suzi
f7f784aeb1
Many additions; more numerals; tests;
2020-08-26 18:10:35 +03:00
Roman Suzi
0e363f02dd
Merge branch 'master' into mew-rus-rg
2020-08-23 21:24:17 +03:00
Inari Listenmaa
93876d6f1c
Merge pull request #351 from inariksit/finnish-postmodifiers
...
Finnish postmodifiers
2020-08-23 16:24:41 +02:00
Inari Listenmaa
c34b05d9df
(Fin) Update README about known issues
2020-08-23 16:13:17 +02:00
Inari Listenmaa
0ca88f2caf
(Fin) Add postmodifier also to N2, needed due to ComplN3
2020-08-23 15:53:17 +02:00
Inari Listenmaa
32606cfa59
(Fin) Fix order of postmodifiers and possessive suffixes
...
"lasinsa viiniä", not "lasi viiniänsa"
2020-08-23 11:03:15 +02:00
Roman Suzi
5a3f5e430a
more verbs; moved negation after adv because adv can have not_AdA
2020-08-21 23:43:09 +03:00
Roman Suzi
ecb032770e
Lexicon extended
2020-08-19 23:22:11 +03:00
Roman Suzi
7a100120af
Adverbs added
2020-08-16 19:34:50 +03:00
Roman Suzi
1665b277a0
Renamed to inflection module
2020-08-16 18:54:53 +03:00
Roman Suzi
e0380cfa62
One CAdv added
2020-08-16 18:00:25 +03:00
Roman Suzi
36b0fb1e69
Fixes and lexicon additions
2020-08-16 17:31:42 +03:00
Roman Suzi
5132f66809
One more mixed conjugation verb - last one
2020-08-16 09:44:33 +03:00
Roman Suzi
1d726ed956
compound
2020-08-16 09:34:36 +03:00
Roman Suzi
4abec966a9
Some additions to lexicon
2020-08-16 09:03:46 +03:00
Inari Listenmaa
eb6244bc85
Merge pull request #349 from inariksit/korean
...
(Kor) Fix typo in a conjunction
2020-08-15 11:01:55 +02:00
Inari Listenmaa
bfcae3bbbb
(Kor) Fix typo in a conjunction
2020-08-15 08:09:10 +02:00
Roman Suzi
98f65975ae
Some fixes/changes, new extend functions
2020-08-14 21:00:25 +03:00
Roman Suzi
bf4b4b2d22
Removed SlashV2VNP
2020-08-11 23:16:37 +03:00
Roman Suzi
bcadbaaf32
After checkign with tests, identified problems, fixed some - eg more fine-grained animNumSizeNum
2020-08-10 00:03:05 +03:00
Roman Suzi
84361d473d
fix ComparAdvAdj
2020-08-09 17:50:29 +03:00
Roman Suzi
13ee63e25d
Fixed direct object negation cases
2020-08-09 17:20:03 +03:00
Roman Suzi
f9467bffd3
Fixed DetCN
2020-08-08 21:12:50 +03:00
Roman Suzi
c0734bdfbb
Oridnal numerals added ; many fixes
2020-08-08 20:30:28 +03:00
Inari Listenmaa
68290c590e
Merge pull request #348 from inariksit/korean
...
(Kor) Remove null characters that were accidentally copypasted
2020-08-08 18:20:56 +02:00
Inari Listenmaa
a17f4fd401
(Kor) Remove null characters that were accidentally copypasted
2020-08-08 18:06:33 +02:00
David Bamutura
7a07513f8e
=about 1261 nouns added in the extended lexicon
2020-08-07 19:43:45 +03:00
Roman Suzi
bbbe9bbb03
Introduced transgressive as an adverb...
2020-08-05 20:31:17 +03:00
Aarne Ranta
b07a19d8c1
started MorphoDictFin from Kotus dict
2020-08-05 12:15:53 +02:00
David Bamutura
1be01b549e
=959 verbs added in the extended lexicon
2020-08-05 08:50:25 +03:00
Roman Suzi
d47d2ce52f
Documentation
2020-08-05 07:09:34 +03:00
Roman Suzi
8e824083a2
Extend connected at last
2020-08-04 07:34:11 +03:00
Roman Suzi
8b5e28b948
Update to Readme
2020-08-02 22:31:07 +03:00
Roman Suzi
6ad61614b8
Some refactorings
2020-08-02 22:27:22 +03:00
Roman Suzi
e4f9b85f53
Improvements to Number; started doc
2020-08-02 19:24:28 +03:00
Roman Suzi
a6fc60e2d3
Fixed ear; fixed ComplSlash complement
2020-08-01 10:25:11 +03:00
Roman Suzi
49d97eeef9
fixed one have_name_Cl case
2020-08-01 09:12:15 +03:00
Roman Suzi
979808415b
fix for article
2020-08-01 08:54:01 +03:00
Roman Suzi
71868cc361
Removed unused type
2020-07-31 23:30:42 +03:00
Roman Suzi
642beb9169
Added tests, fixes, etc
2020-07-31 22:58:24 +03:00
Roman Suzi
f9437f01a9
More to constructors, using maybe now; fixes to RCl
2020-07-31 18:44:25 +03:00
Roman Suzi
f22f5d4abf
Fixing issues
2020-07-30 00:02:54 +03:00
Roman Suzi
14f183a577
Some fixes
2020-07-29 00:15:53 +03:00
Roman Suzi
a76a017064
fixed RelSlash; sta
2020-07-27 23:22:00 +03:00
Roman Suzi
9918e391b3
fix 400
2020-07-27 20:27:38 +03:00
Roman Suzi
1f1dec615b
Solved some problems from todo
2020-07-27 18:58:09 +03:00
Roman Suzi
118240d38d
dict changes; articles
2020-07-25 23:38:47 +03:00
Roman Suzi
3fc6efec77
Fixes to num size and other fixes
2020-07-25 19:32:57 +03:00
Roman Suzi
74485ab138
More backwards compatibility changes
2020-07-24 21:32:52 +03:00
Roman Suzi
f719268045
Some fixes and backwards compatibility
2020-07-24 19:41:11 +03:00
Roman Suzi
ea7f9aba0f
Extras added to see if phrasebook will start to work
2020-07-24 16:09:49 +03:00
Roman Suzi
662b731dd0
Some tweaks
2020-07-24 13:45:01 +03:00
Roman Suzi
1f9e6aeaad
REPLACED old Russian RG completely
2020-07-24 12:59:02 +03:00
David Bamutura
88b8e84cab
=Final changes to mergerd branch. Lexicon files left to process
2020-06-29 16:29:02 +03:00
David Bamutura
e53684c2f2
Merge branch 'latest_July'
...
This adds implementation for Tenses.
2020-06-29 16:13:57 +03:00
David Bamutura
0fbe5a14cd
=Changes to make additional Tenses work
2020-06-29 16:04:22 +03:00
David Bamutura
78146df910
=Made additions to the lexicon
2020-06-29 15:31:15 +03:00
Inari Listenmaa
4d3e106148
Merge pull request #346 from inariksit/hungarian
...
Hungarian: vowel harmony + handle multiwords
2020-06-28 14:14:43 +02:00
Inari Listenmaa
7f2a5bf18f
(Hun) Handle dashes separately from multiwords
2020-06-28 14:10:37 +02:00
Inari Listenmaa
9922d750db
(Hun) Handle back harmony words that end in i
...
Also use multiword split just in case some grammar uses these opers directly.
2020-06-28 12:36:11 +02:00
Inari Listenmaa
2cf9c2ff1e
(Hun) Handle multiword splitting already in Paradigms.
2020-06-28 12:35:05 +02:00
Inari Listenmaa
267e457cc2
(Hun) Switch: only ik is unreliable, treat other pl suffixes as reliable
2020-06-28 10:35:44 +02:00
Inari Listenmaa
2aaccfface
(Hun) Fix harmony of something_NP
2020-06-28 09:47:33 +02:00
Inari Listenmaa
d1f0e4ab0d
Merge pull request #345 from inariksit/hungarian
...
(Hun) mkN with 3-9 args: use more reliable forms to infer vowel harmony
2020-06-27 20:27:58 +02:00
Inari Listenmaa
b33a65bbb5
(Hun) mkN with 3-9 args: use more reliable forms to infer vowel harmony
2020-06-27 19:51:26 +02:00
David Bamutura
7403f44eda
=I have made changes to my structure for addition of the full Tense Structure for Rukiga
2020-06-26 17:34:33 +03:00
David Bamutura
203ea9c061
=made changes to UseCl by correcting tense linearization. Added some extras. Peparing to extend GF
2020-06-25 17:11:47 +03:00
Inari Listenmaa
d1d481b6e8
Merge pull request #344 from inariksit/hungarian-postmod
...
Hungarian postmod
2020-06-22 08:01:35 +02:00
Inari Listenmaa
7ba3842ced
(Hun) For multiwords, get harmony of the last word.
2020-06-22 07:38:41 +02:00
Inari Listenmaa
49fbbffacc
(Hun) Add postmod field to CN and NP, to better control word order.
2020-06-21 21:06:06 +02:00
Inari Listenmaa
270067291a
(Hun) Expose ablative
2020-06-21 20:59:46 +02:00
John J. Camilleri
e199fbbb0c
(Bul) Change encodings from CP1251 to UTF8 ( #343 )
2020-06-17 09:17:56 +02:00
Inari Listenmaa
71782b8e04
Merge pull request #342 from inariksit/japanese
...
Fixes in Jpn adjectives
2020-06-12 15:40:59 +02:00
Inari Listenmaa
27f7d5397a
(Jpn) Make VerbalA work for other verbs than iru
2020-06-12 14:00:18 +02:00
Inari Listenmaa
c686004c4a
Moved src/experimental and src/parametric to a branch 'experimental'
2020-06-05 22:02:44 +02:00
Inari Listenmaa
c493a476dc
Merge pull request #341 from inariksit/swahili
...
Rename Kiswahili -> Swahili
2020-06-05 21:46:11 +02:00
Inari Listenmaa
cb401368b8
Merge pull request #340 from odanoburu/unittest-forgiving-parser
...
(unittest.py) more forgiving parser
2020-06-05 21:45:12 +02:00
Inari Listenmaa
4b19050149
(Swa) Add readme
2020-06-05 21:33:30 +02:00
Inari Listenmaa
03179d4ac3
(Swa) Update new Swahili in languages.csv
2020-06-05 21:26:43 +02:00
Inari Listenmaa
abf0ec17fb
(Swa) Rename Kiswahili to Swahili
2020-06-05 21:22:24 +02:00
Inari Listenmaa
0f67332f31
(Bantu) Minor fixes to make Swahili compile
2020-06-05 21:19:14 +02:00
Inari Listenmaa
ee9b5354e7
(Swa) Move old Swahili files to src/swahili/old
2020-06-05 21:18:43 +02:00
odanoburu
2e14b90c57
Merge remote-tracking branch 'origin/master' into unittest-forgiving-parser
2020-06-04 21:35:57 -03:00
Inari Listenmaa
fd31f9f6e6
Merge pull request #339 from inariksit/hungarian
...
Hungarian: fixes in nouns, updated tests
2020-06-04 11:41:20 +02:00
Inari Listenmaa
be8f2a43d1
(Hun) Add mkN : Str -> N -> N for compound nouns
2020-06-04 08:28:18 +02:00
Inari Listenmaa
ab83883679
(Hun) Update worst-case mkN with P1Sg possessive form of the noun
2020-06-04 08:19:29 +02:00
Inari Listenmaa
1471ee563e
(Hun) Add a stem for Sg1, Sg2 and Pl2 possessive form
2020-06-04 08:19:01 +02:00
Inari Listenmaa
e5985f390a
(Hun) Update all remaining tests to use BIND
2020-06-04 07:39:54 +02:00
Inari Listenmaa
dd74c90d82
(Hun) DetNP inherits the definiteness of the determiner
2020-06-04 07:39:17 +02:00
odanoburu
9ca6dc8cb2
* unittest.py: more forgiving parser
...
- accepts whitespace before comment starts
- accepts blank lines after last test case, or more than one of them
between test cases
2020-06-03 22:19:19 -03:00
Inari Listenmaa
eb722f8cfc
Merge pull request #338 from rnd0101/some-small-fixes
...
Some small fixes in Russian RG
2020-05-31 16:49:09 +02:00
Roman Suzi
1b6e193565
Fixed tvoi/moi poss pronoun pl instr in Russian RG
2020-05-31 15:18:52 +03:00
Roman Suzi
a98820a292
removed extra yu in 200- instr
2020-05-31 15:15:51 +03:00
Inari Listenmaa
ca9d3df09e
Merge pull request #337 from inariksit/hungarian
...
(Hun) Add possessive forms in MassNP
2020-05-29 17:30:05 +02:00
Inari Listenmaa
eefefbf792
(Hun) Add possessive forms in MassNP
2020-05-29 15:23:48 +02:00
John J. Camilleri
4fc26369b8
(Cgg) Remove executable file permissions
2020-05-27 16:38:21 +02:00
Inari Listenmaa
1586809a94
Merge pull request #336 from inariksit/russian-documentation
...
(Rus) Fix syntax in ParadigmsRus to show in synopsis
2020-05-24 09:58:35 +02:00
Inari Listenmaa
b8bb2f5037
Merge pull request #334 from rnd0101/remove-seconda-part1
...
Deprecate SecondA conjugation, fix many words
2020-05-24 09:57:17 +02:00
Inari Listenmaa
78ce94be88
(Rus) Fix syntax in ParadigmsRus to show in synopsis; whitespace removal
2020-05-24 09:35:22 +02:00
Roman Suzi
a042a8c63c
Resolved conflict in a comment
2020-05-24 09:59:08 +03:00
Inari Listenmaa
a5d3edc06a
Merge pull request #335 from rnd0101/there-is-no-foreign-conj-in-russian
...
Conjugation class Foreign is not needed, coincides with First
2020-05-24 07:46:57 +02:00
Roman Suzi
8290ace214
Conjugation class Foreign is not needed, coincides with First
2020-05-23 22:05:47 +03:00
Roman Suzi
8fbcd04421
redefined go, see, hate as they are not regular
2020-05-23 18:38:48 +03:00
Roman Suzi
d62a48a8e8
Redefined leave
2020-05-23 18:35:58 +03:00
Roman Suzi
20f703e09c
Fix fly_V
2020-05-23 18:31:25 +03:00
Roman Suzi
69c1ff669c
Removed special variant of Second conj, but left one in hasConj as it is used for a different purpose
2020-05-23 18:24:03 +03:00
Inari Listenmaa
189f27a07b
Merge pull request #333 from inariksit/korean
...
Korean
2020-05-22 08:07:11 +02:00
Inari Listenmaa
db4f819113
(Kor) Change UttVP to base form
2020-05-22 07:58:27 +02:00
Inari Listenmaa
93f5395efc
(Kor) Fix bug in ConjAP: now uses the neg stem
2020-05-22 07:56:41 +02:00
Inari Listenmaa
9f1fc65e7a
(Kor) Fix attributive forms for copula
2020-05-21 21:31:33 +02:00
Inari Listenmaa
be3e20f1a5
Merge pull request #331 from inariksit/korean
...
Korean: Adv + politeness
2020-05-21 20:42:59 +02:00
Inari Listenmaa
8d8a089f53
(Kor) Add linref for AP
2020-05-21 19:51:15 +02:00
Inari Listenmaa
45badcbe75
Merge pull request #332 from rnd0101/fix-must-dolzhen
...
Fix must (dolzhen) in Rus RG
2020-05-21 18:24:37 +02:00
Inari Listenmaa
b1c578025d
(Kor) Change default style to Formal
2020-05-21 17:43:26 +02:00
Inari Listenmaa
737df2e226
(Kor) Add allomorphs for conjunctions
2020-05-21 17:43:01 +02:00
Roman Suzi
1cde3460b8
Merge branch 'master' into fix-must-dolzhen
2020-05-21 17:28:04 +03:00
Roman Suzi
04bde8b4a0
Rus RG - dirty fix must_VV (dolzhen)
2020-05-21 17:26:16 +03:00
Inari Listenmaa
7785afd2c3
(Kor) Fix VStem Neg form in worstcase constructor
2020-05-21 15:09:53 +02:00
Inari Listenmaa
8acf0da717
(Kor) Add Style as a variable up to S. Utt chooses Polite.
...
If different politeness levels are wanted in applications, UttS can be overriden.
2020-05-21 14:52:54 +02:00
Inari Listenmaa
ef364c295f
(Kor) Use all fields of VP in EmbedVP + tweak linref for VP
2020-05-21 14:17:52 +02:00
Inari Listenmaa
5153005d51
(Kor) Tweaks in Adv+AdV
2020-05-21 14:11:50 +02:00
Inari Listenmaa
1d621f5a7f
Merge pull request #330 from inariksit/jpn-prepositive
...
Fix a bug in Jpn AdvCN
2020-05-20 16:25:34 +02:00
Inari Listenmaa
3dc17b2f4b
(Jpn) Replace bar = {x = foo.x ; …} with extension: bar = foo ** {…}
...
Checked with gftest that the operation didn't change anything.
2020-05-20 16:08:04 +02:00
Inari Listenmaa
9d5555d393
(Jpn) Automatic whitespace removal
2020-05-20 16:04:21 +02:00
Inari Listenmaa
306aae28bd
(Jpn) Keep the old prepositive in CN after AdvCN
2020-05-20 15:59:32 +02:00
John J. Camilleri
26373e16d8
(Cze): Remove "??" from Adjective paradigm
2020-05-20 10:24:24 +02:00
aarneranta
863aa1f8eb
added ExtendSwe.UttAccNP
2020-05-18 16:17:44 +02:00
aarneranta
26507ce3c6
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2020-05-16 18:00:24 +02:00
aarneranta
fa70eccfd0
VPS2 and VPI2 in ExtendSwe
2020-05-16 18:00:09 +02:00
Inari Listenmaa
46772bc771
Merge pull request #329 from rnd0101/fix-rus-can
...
Fix can (moch) in Russian RG
2020-05-15 09:58:00 +02:00
Roman Suzi
c5b4f3e222
Rus RG - Also fix become_VA conjugation
2020-05-15 00:20:24 +03:00
Roman Suzi
c675de3457
Fix can (moch)
2020-05-14 21:54:28 +03:00
Inari Listenmaa
3633e3f6f5
Merge pull request #327 from rnd0101/master
...
Corrected mkVerbPerfective to not return nonExist
2020-05-11 11:07:54 +02:00
Roman Suzi
a91adff345
Corrected mkVerbPerfective to not return nonExist as it's used also in unrelated place
2020-05-09 19:59:44 +03:00
Inari Listenmaa
35c24c6371
Merge pull request #326 from rnd0101/master
...
Small fixes to Russian RG
2020-05-09 15:57:44 +02:00
Roman Suzi
ac39c90460
Fixes case for perfective/imperfective
2020-05-09 00:14:48 +03:00
Roman Suzi
61b74dc829
Fixes add_sya
2020-05-09 00:12:23 +03:00
aarneranta
e50cc6f6e4
invarA in Cze and Slo
2020-05-07 11:24:03 +02:00
John J. Camilleri
344b91c68f
Reverse changes to Setup.bat from aa1b97a. Also add Cze, Hun, Slo.
2020-05-05 11:31:57 +02:00
Aarne Ranta
aa1b97a1b4
Merge pull request #325 from bulbulistan/master
...
Corrections to ResSlo.gf, mostly pronouns and numerals.
2020-05-05 10:19:32 +02:00
Inari Listenmaa
2cc2bc22c6
Merge pull request #324 from inariksit/finnish-smart-paradigm
...
(Fin) Create paradigm for lämmin-lämpimän, Sg Gen not covered by dSuurin
2020-05-05 09:02:03 +02:00
Inari Listenmaa
24073f3ba7
(Fin) Create paradigm for lämmin-lämpimän, Sg Gen not covered by dSuurin
2020-05-05 07:31:38 +02:00
bulbul
01efa368c3
Corrections to ResSlo.gf, mostly pronouns and numerals.
2020-05-04 18:17:20 +02:00
Inari Listenmaa
4a21ce680a
Merge pull request #323 from inariksit/finnish-smart-paradigm
...
(Fin) Pattern match all 3 arguments in 3-arg mkN
2020-05-04 14:55:38 +02:00
Inari Listenmaa
1cdc6cf774
(Fin) Pattern match all 3 arguments in 3-arg mkN
2020-05-04 14:51:34 +02:00
Inari Listenmaa
899ab19e78
Merge pull request #322 from inariksit/finnish-smart-paradigm
...
Finnish smart paradigm fix
2020-05-04 14:28:06 +02:00
Inari Listenmaa
e5ff427826
(Fin) Use the given Sg Gen in nForms2N, don't force into weak grade
2020-05-04 14:18:45 +02:00
Inari Listenmaa
ed60539dd5
Automatic whitespace removal
2020-05-04 13:56:22 +02:00
Inari Listenmaa
5c48828e8e
Automatic whitespace removal
2020-05-04 13:45:43 +02:00
Inari Listenmaa
b5902789a8
(Fin) Add "muki-mukin" case to 3-arg smart paradigm for mkN
...
Used to give "muki-muin".
2020-05-04 13:43:29 +02:00
Aarne Ranta
21f468a5f5
fixes in Slo demonstrative forms
2020-05-04 13:14:44 +02:00
Inari Listenmaa
e906743c6f
Merge pull request #321 from inariksit/hungarian
...
Hungarian
2020-05-02 21:34:10 +02:00
Aarne Ranta
8878024901
some Slo fixes from Slavomír
2020-05-02 21:07:09 +02:00
John J. Camilleri
dbe7264371
Add Slovak to languages.csv
2020-04-30 22:13:44 +02:00
Julia Jansson
52d475e040
Update README.md
2020-04-30 17:31:52 +02:00
Julia Jansson
edf7f60a5f
Update README.md
2020-04-30 17:31:35 +02:00
Julia Jansson
22de842e37
Documentation
2020-04-30 17:24:46 +02:00
aarneranta
7bedd69e88
Slavomír's corrections on palatalization and demonstratives
2020-04-30 16:44:19 +02:00
Aarne Ranta
f19fc9c3ed
Slavomír Čéplö's fixes in Slovak
2020-04-30 12:07:21 +02:00
Aarne Ranta
8080b43965
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2020-04-30 11:50:27 +02:00
Aarne Ranta
115be8c68d
temporarily (?) removed the ?? markings from Slo and Cze smart paradigms
2020-04-30 11:50:10 +02:00
John J. Camilleri
1585171fd2
Merge branch 'master' of github.com:GrammaticalFramework/gf-rgl
...
# Conflicts:
# src/czech/NumeralCze.gf
2020-04-30 11:48:16 +02:00
John J. Camilleri
4f8922f030
(Cze) Only inherit relevant cats in NumeralCze
2020-04-30 11:46:47 +02:00
Aarne Ranta
9a45ab3889
restricted import of CatCze and Slo in Numeral
2020-04-30 11:45:46 +02:00
krangelov
16d89bef09
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2020-04-30 09:26:47 +02:00
krangelov
6d68a94c67
forgotten ExtendTur.gf
2020-04-30 09:26:19 +02:00
aarneranta
bdd8827423
Cze: prefix wildly guessed inflections with ??
2020-04-30 07:58:23 +02:00
aarneranta
f9db17993a
Slo: probe for long vs short endings ; default with prefix ?? instead of errorr in smart paradigms
2020-04-30 07:51:50 +02:00
Inari Listenmaa
badc7b8a51
Merge pull request #320 from inariksit/hungarian
...
Hungarian
2020-04-29 19:41:18 +02:00
Inari Listenmaa
db3c559fc8
(Hun) Remove calls to Predef.error
2020-04-29 19:20:34 +02:00
Inari Listenmaa
0e80e3b76d
(Hun) Use 4-arg paradigm for some words in Lexicon
2020-04-29 19:15:59 +02:00
Inari Listenmaa
382279fb5b
(Hun) Fixes in dMajom + pattern that recognises dMajom in smart paradigm
2020-04-29 19:15:12 +02:00
John J. Camilleri
219b3a2c01
(Cze) Remove calls to Predef.error and just do something stupid instead.
2020-04-29 15:05:24 +02:00
Aarne Ranta
715787894f
some words in LexiconSlo, to be checked
2020-04-29 13:20:04 +02:00
aarneranta
c24bf30621
Slovak complete up to Czech, except content words, and needs checking
2020-04-29 12:16:41 +02:00
aarneranta
2304194b65
Slovak adj, det, numeral paradigms
2020-04-29 10:14:13 +02:00
aarneranta
600bc66c9f
commented out contents of LexiconSlo
2020-04-28 17:51:13 +02:00
aarneranta
fc7d3b2218
fixed Slo noun declensions and smart paradigms ; LexiconSlo doesn't compile
2020-04-28 17:50:20 +02:00
Inari Listenmaa
5f03834b85
Merge pull request #319 from inariksit/fixes-tur-hun
...
(Hun) Add mkA paradigm for N -> A
2020-04-28 16:48:29 +02:00
Inari Listenmaa
6166b99237
(Hun) Add mkA paradigm for N -> A
2020-04-28 16:47:07 +02:00
Inari Listenmaa
e676561425
Merge pull request #318 from inariksit/fixes-tur-hun
...
Small fixes to Tur+Hun
2020-04-28 15:16:13 +02:00
Inari Listenmaa
8feabbfb41
Remove old unnecessary file
2020-04-28 15:10:52 +02:00
Inari Listenmaa
794d3ab4e0
Remove reference to ExtendTur which isn't present in the repo
2020-04-28 15:10:04 +02:00
Inari Listenmaa
c982219d16
Merge pull request #317 from inariksit/hungarian
...
Hungarian
2020-04-28 14:59:29 +02:00
Inari Listenmaa
0f19b70b86
(Hun) Remove PlAcc from stems, turns out it wasn't needed
...
According to https://www.researchgate.net/publication/268175865_Does_Hungarian_have_a_case_system p. 45, the allomorph for plural accusative is predictable.
2020-04-28 14:41:47 +02:00
John J. Camilleri
0d379dbf3a
Update languages.csv to build Czech
2020-04-28 14:25:38 +02:00
Inari Listenmaa
84985b91c0
(Hun) Merge the param Number into NumType: NoNum {Sg|Pl} | IsNum
2020-04-28 12:57:24 +02:00
Inari Listenmaa
1d50cc8bca
(Hun) Add special cases for derivative morphemes in regNoun (1-arg mkN)
2020-04-28 12:40:18 +02:00
Inari Listenmaa
4eb210da05
(Hun) Add 9-argument worst case noun constructor
2020-04-28 12:32:10 +02:00
Inari Listenmaa
851a0dedc8
(Hun) Add SgAll to the forms
2020-04-28 12:31:53 +02:00
Inari Listenmaa
0a31212a9e
(Hun) Small tweaks and cleanup
2020-04-28 09:42:18 +02:00
Inari Listenmaa
1adffb2b9d
(Hun) Tweak dHajó to work for words ending in i
2020-04-28 09:36:59 +02:00
Inari Listenmaa
f9e7b2ff5e
(Hun) More words with 4-arg mkN
2020-04-28 09:24:48 +02:00
aarneranta
4d9f7e929d
first version of Slovak noun paradigms
2020-04-28 08:46:42 +02:00
Inari Listenmaa
6cbcbd99fb
(Hun) Add new paradigms and a 4-arg smart paradigm
2020-04-27 21:15:43 +02:00
Inari Listenmaa
95eb7104c8
(Hun) Better guesses for PossdSg_PossrP3 stem in dToll
2020-04-27 20:50:14 +02:00
Inari Listenmaa
b4fac5bd75
(Hun) Some fixes in lexicon
2020-04-27 20:48:26 +02:00
Inari Listenmaa
5f6db51183
(Hun) Rename some parameters + add show funs for param names
2020-04-27 17:19:18 +02:00
Inari Listenmaa
fd6541846f
(Hun) Remove some stem changing paradigms from 1-argument regNoun
2020-04-27 17:18:48 +02:00
Inari Listenmaa
6f2cc8af96
(Hun) Small fixes in nMadár with possessive stems
2020-04-27 17:18:19 +02:00
aarneranta
8e0a3095c0
removed vocative case from Slovak
2020-04-27 14:19:07 +02:00
Inari Listenmaa
4c7b0cc8a3
Merge branch 'hungarian' of github.com:inariksit/gf-rgl into hungarian
2020-04-27 13:00:36 +02:00
Inari Listenmaa
9e57766263
(Hun) Use regNoun in mkAdj
2020-04-27 13:00:24 +02:00
Julia Jansson
c532ce21d5
Merge branch 'hungarian' of github.com:inariksit/gf-rgl into hungarian
2020-04-27 12:19:42 +02:00
Julia Jansson
52b99682e4
changed dToll paradigm to fit more possesive forms
2020-04-27 12:19:31 +02:00
krangelov
0f0bc4e346
PastPartAP/PastPartAgentAP must also include the n3 complement
2020-04-27 10:37:47 +02:00
krangelov
e4873bdcea
fix paradigm
2020-04-26 23:33:22 +02:00
krangelov
ba896597db
DetQuant should generate some instead of something/someone/somebody for plural.
2020-04-26 22:37:06 +02:00
krangelov
01ca4966dd
fix: several rules were droping clitics
2020-04-26 22:36:29 +02:00
Inari Listenmaa
61a3fe78b4
(Hun) A2 can go before or after its complement
2020-04-26 21:17:14 +02:00
Inari Listenmaa
a9e02de33e
(Hun) Make VP smaller by forcing object of have_V2 in s field.
...
Probably bad decision, makes word order fixed at VP already. But works for a particular application grammar.
2020-04-26 20:52:09 +02:00
Inari Listenmaa
c076409f6a
(Hun) Fix some words
2020-04-26 20:32:01 +02:00
Inari Listenmaa
69c7396335
(Hun) Update unit tests to use stem-based morphology
2020-04-26 20:31:49 +02:00
krangelov
0afe1ba167
added import for ExtendTur
2020-04-26 20:29:32 +02:00
krangelov
474d40032d
added imperfV2V
2020-04-26 20:29:00 +02:00
krangelov
8f12a9e68c
in two paces latin 'a' was used instead of cyrillic 'a'
2020-04-26 20:28:22 +02:00
Inari Listenmaa
bbcde26d72
(Hun) Add 2-argument smart paradigm for A
2020-04-26 20:16:45 +02:00
krangelov
dd2a6ad0ca
fix the linearization of prepositions in two places
2020-04-26 19:57:57 +02:00
krangelov
4aa647e306
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2020-04-26 17:49:50 +02:00
krangelov
df4bcd52b3
use SOFT_BIND before commas
2020-04-26 17:49:26 +02:00
Inari Listenmaa
22cadd2ac6
(Hun) Combine the parameters on definiteness and Quant/Det type
2020-04-26 15:51:34 +02:00
Inari Listenmaa
b6b462ca35
(Hun) Temporarily comment out cases+change order in funs that pat. match
2020-04-26 15:19:43 +02:00
Inari Listenmaa
797171fb31
(Hun) Remove unnecessary distinction between digits and numbers
2020-04-26 14:35:12 +02:00
Inari Listenmaa
ef3dc464cb
(Hun) Update Symbol after changes in lincats
2020-04-26 14:15:53 +02:00
Inari Listenmaa
b723ae1a75
(Hun) Add number as a parameter to APs complement
2020-04-26 14:15:31 +02:00
Inari Listenmaa
d7e10e843b
(Hun) Add case to A and AP
2020-04-26 13:30:00 +02:00
Julia Jansson
5b8e2eeb23
.
2020-04-25 16:03:06 +02:00
Inari Listenmaa
e2d79a72f6
(Hun) Remove unused parameters
2020-04-25 14:47:56 +02:00
Inari Listenmaa
44603f7db7
(Hun) Add proper inflection tables in NP, stems only up to CN
2020-04-25 14:03:10 +02:00
Inari Listenmaa
234f74b6b0
(Hun) Remove unused code
2020-04-25 14:02:35 +02:00
Inari Listenmaa
f24d9c2cad
(Hun) Add possibility to prepose Advs
2020-04-24 17:00:44 +02:00
Inari Listenmaa
346360d54a
(Hun) Pl nouns wit P3 Sg possessor: fix also in other cases than Nom
2020-04-24 16:51:27 +02:00
Julia Jansson
6ab883705b
comment
2020-04-24 13:45:16 +02:00
Inari Listenmaa
8ea95d8624
(Hun) Fix bug in plural nouns possessed by P3 Sg possessor
2020-04-24 11:30:52 +02:00
Inari Listenmaa
14bed283f4
(Hun) WIP: have_V2 adds possessive suffixes to its object NP
2020-04-24 08:18:53 +02:00
Inari Listenmaa
efcfb3cefa
(Hun) Use the separate pstems in caseFromPossStem
2020-04-24 07:39:21 +02:00
Inari Listenmaa
0442c0d7a7
(Hun) Add a separate table of possessive stems in CNs and NPs
2020-04-24 07:23:31 +02:00
Inari Listenmaa
b1e25c2167
(Hun) Fix allomorph of Pl P3 possessor with Pl noun
2020-04-24 07:02:23 +02:00
Inari Listenmaa
207787a76c
(Hun) Fix case forms after P3 Sg possessive suffix
2020-04-24 06:48:28 +02:00
Inari Listenmaa
fc699d231f
(Hun) Add possessive suffixes to nouns in DetCN
2020-04-23 21:12:37 +02:00
Inari Listenmaa
26253d5353
(Hun) Restructure caseFromStem and applyCase
2020-04-23 20:14:20 +02:00
Inari Listenmaa
4dc5b53c3c
(Hun) Add new QuantType param to Quants
2020-04-23 19:56:10 +02:00
Inari Listenmaa
f3fd085318
(Hun) Add possessive suffixes to lincat of Pron
2020-04-23 19:34:26 +02:00
Inari Listenmaa
3b18fadfdf
(Hun) Add possessive stems
2020-04-23 19:10:42 +02:00
Inari Listenmaa
bff100b75b
(Hun) Replace SgAcc with SgAccStem; will be reused with poss. suffixes
2020-04-23 18:05:44 +02:00
Inari Listenmaa
a52300205d
(Hun) Squeeze further down to 7 stems
2020-04-23 16:14:31 +02:00
Inari Listenmaa
3d25f3b48d
(Hun) Fix bugs in Cons,ConjNP
2020-04-23 13:42:42 +02:00
Inari Listenmaa
d7d5f4aa59
(Hun) Stems in N+CN, full infl table in NP.
2020-04-23 13:36:57 +02:00
Inari Listenmaa
15040355e6
(Hun) WIP: first attempt at stem-based nominal morphology
2020-04-22 19:55:56 +02:00
Inari Listenmaa
3705c9229d
(Hun) Restructure adpositions
2020-04-22 19:55:11 +02:00
Inari Listenmaa
e54fa4d4ad
(Hun) Use different constructor for father,mother
2020-04-22 19:48:56 +02:00
Inari Listenmaa
04bdbfbcd6
(Hun) Add more paradigms for A
2020-04-22 19:48:30 +02:00
Aarne Ranta
7abd48ec90
Merge pull request #316 from michmech/master
...
some Czech APs are post-positioned
2020-04-22 08:59:31 +02:00
Michal Mechura
c1ba6d84c2
some Czech APs are post-positioned
2020-04-21 23:53:53 +02:00
Julia Jansson
3078661665
Added acc cases for nouns
2020-04-21 21:12:36 +02:00
Inari Listenmaa
40871688fb
Merge branch 'hungarian' of github.com:inariksit/gf-rgl into hungarian
2020-04-21 20:52:16 +02:00
Inari Listenmaa
9c980f5fdf
(Hun) Use 2-argument smart paradigm in LexiconHun
2020-04-21 20:51:48 +02:00
Julia Jansson
53516a689f
dLó cases
2020-04-21 20:51:41 +02:00
Julia Jansson
2049d0379b
test cases
2020-04-21 20:17:07 +02:00
Inari Listenmaa
9a47892835
(Hun) Clean up noun morphology
2020-04-21 14:45:18 +02:00
Inari Listenmaa
821b11b4e8
(Hun) Restructure inflectional tests, add more + script to generate
2020-04-21 14:44:34 +02:00
Inari Listenmaa
1dcb4720d1
(Hun) Add negation in verbs + change some parameter names
2020-04-21 10:44:32 +02:00
Inari Listenmaa
53bc773db6
(Hun) New prepositions
2020-04-21 10:21:23 +02:00
Inari Listenmaa
7b03a6dc3b
(Hun) Add non-empty string to IndefArt.sp
...
Otherwise it's added to any possible tree, massive ambiguity problem.
2020-04-21 10:21:13 +02:00
Inari Listenmaa
a73f3b12d3
(Hun) New tests
2020-04-20 14:07:50 +02:00
Inari Listenmaa
5db5964e83
(Hun) A couple of new paradigms
2020-04-20 14:07:14 +02:00
Inari Listenmaa
23f09e5661
(Hun) New tests
2020-04-20 10:39:04 +02:00
Inari Listenmaa
5814f788bc
(Hun) Add parameter in Det,Quant whether it agrees in case as attribute
2020-04-20 10:38:53 +02:00
Inari Listenmaa
252ecd0bb3
(Hun) Fix bug with indef. article and digits
2020-04-20 10:37:12 +02:00
Inari Listenmaa
572447a8b1
Merge pull request #315 from inariksit/hungarian
...
Hungarian
2020-04-19 21:35:21 +02:00
Inari Listenmaa
15a414707c
(Hun) Fix an error in test file
2020-04-19 21:25:55 +02:00
Inari Listenmaa
80327bf42f
(Hun) Add 2-argument smart paradigm for nouns
2020-04-19 21:18:30 +02:00
Julia Jansson
0fc75fee1a
Merge branch 'hungarian' of github.com:inariksit/gf-rgl into hungarian
2020-04-19 18:54:55 +02:00
Julia Jansson
f8cbfcca96
Changes in regNoun
2020-04-19 18:52:25 +02:00
Inari Listenmaa
6d6cdbdf3a
Merge branch 'hungarian' of github.com:inariksit/gf-rgl into hungarian
2020-04-19 18:27:27 +02:00
Inari Listenmaa
4d11e68e07
(Hun) Update word order in relative clauses in tests
2020-04-19 18:26:20 +02:00
Inari Listenmaa
6a77c4a5d4
(Hun) Fix some words
2020-04-19 18:26:06 +02:00
Inari Listenmaa
5c5a6d1f04
(Hun) Use Indef agreement in SlashVP
2020-04-19 18:24:13 +02:00
Inari Listenmaa
5661a7ba01
(Hun) Change word order in relVP
2020-04-19 18:23:54 +02:00
Inari Listenmaa
8ddc50897a
(Hun) Fix number in ConjNP
2020-04-19 17:35:34 +02:00
Inari Listenmaa
0b133c7122
(Hun) Fix agreement in DetCN
2020-04-19 17:06:27 +02:00
Inari Listenmaa
73fb39164f
(Hun) More constructors for mkA2
2020-04-19 17:06:09 +02:00
Inari Listenmaa
84ff6b4f46
(Hun) Generalise Postposition to Adposition, allow it to preposition
2020-04-19 17:05:51 +02:00
Julia Jansson
c47a6cd279
Progress on writing multi-argument paradigm
2020-04-19 17:01:57 +02:00
Julia Jansson
dfd370830f
added special accusative case + lower stem plural allomorph
2020-04-19 15:00:42 +02:00
Inari Listenmaa
27d307c9db
Merge branch 'hungarian' of github.com:inariksit/gf-rgl into hungarian
2020-04-19 14:02:43 +02:00
Inari Listenmaa
6b7ea90405
(Hun) Retain VPs subjectcase in relVP
2020-04-19 14:02:20 +02:00
Julia Jansson
296132e325
Fixed "rák" and "rét" cases
2020-04-19 11:40:47 +02:00
Julia Jansson
d3f4baa655
Added many more words to Lexicon
2020-04-18 21:59:52 +02:00
Julia Jansson
2cdc0830af
Changed word order
2020-04-18 21:09:46 +02:00
Julia Jansson
cd5e8c4a48
Updated after possesive form and plural
2020-04-18 21:04:20 +02:00
Julia Jansson
ddd49c2f86
Corrected most test cases
2020-04-18 20:44:42 +02:00
Aarne Ranta
1eabf5c863
initialized Slovak (Slo) by cloning from Czech
2020-04-18 09:07:51 +02:00
Inari Listenmaa
f554187f77
(Hun) New tests
2020-04-18 08:59:12 +02:00
Inari Listenmaa
54a0863f48
Merge pull request #314 from inariksit/hungarian
...
Hungarian
2020-04-18 08:33:59 +02:00
Inari Listenmaa
18a763d764
(Hun) New paradigms for PN
2020-04-18 08:21:46 +02:00
Inari Listenmaa
f26b10a8b3
(Hun) Add UttIP
2020-04-18 08:15:20 +02:00
Inari Listenmaa
0a21ed5e5e
(Hun) Change constructor of mkDet + new Dets
2020-04-18 08:15:10 +02:00
Inari Listenmaa
753c57296d
(Hun) New lexicon
2020-04-18 08:14:44 +02:00
Inari Listenmaa
9680d0b151
(Hun) New unit tests
2020-04-17 19:36:18 +02:00
Inari Listenmaa
0fe259af38
(Hun) Add Hungarian to the API
2020-04-17 19:36:08 +02:00
Inari Listenmaa
70326b853a
(Hun) Fix a few small bugs with discontinous APs
2020-04-17 19:35:06 +02:00
Inari Listenmaa
f3726e9c0e
(Hun) Add various CN funs
2020-04-17 19:32:01 +02:00
Inari Listenmaa
de757a00e7
(Hun) Fixes in relatives
2020-04-17 18:58:11 +02:00
Inari Listenmaa
4bbb4d5808
(Hun) Add conjunction of RS
2020-04-17 18:34:28 +02:00
Inari Listenmaa
6de0fe95ec
(Hun) Add relative clauses
2020-04-17 18:23:21 +02:00
Inari Listenmaa
8c9e8e35dd
(Hun) Add some postpositions + comments
2020-04-17 15:30:52 +02:00
Inari Listenmaa
2cf99611bc
(Hun) Update SymbOrd after changes in lincat of Ord
2020-04-17 15:30:09 +02:00
Inari Listenmaa
16caf7e041
(Hun) Add UttX : X -> Utt funs
2020-04-17 15:29:17 +02:00
Inari Listenmaa
469cdbf0d1
(Hun) New unit tests
2020-04-17 14:47:28 +02:00
Inari Listenmaa
7c0ea34127
(Hun) Add A2, ComplA2, CAdv
2020-04-17 14:47:10 +02:00
Inari Listenmaa
822cfc4bef
(Hun) Change lincat of Ord + add OrdSuperl, DetQuantOrd
2020-04-17 14:46:44 +02:00
Inari Listenmaa
cc85e4aaeb
(Hun) Make comparative discontinuous
2020-04-17 14:45:44 +02:00
Inari Listenmaa
738dd44ec8
(Hun) Add digits
2020-04-17 13:29:13 +02:00
Inari Listenmaa
5430d8b450
(Hun) Make numerals take singular noun
2020-04-17 13:28:58 +02:00
Inari Listenmaa
f5068a76de
(Hun) Fix have_V2
2020-04-17 12:50:33 +02:00
Inari Listenmaa
ae2e3465fe
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into hungarian
2020-04-17 11:21:54 +02:00
Inari Listenmaa
a15e535042
Merge pull request #313 from michmech/master
...
improvements to czech, mostly morphological
2020-04-16 20:17:38 +02:00
Michal Mechura
d2ad4d6105
improvements to czech, mostly morphological
2020-04-16 20:01:38 +02:00
Julia Jansson
138b79fca3
Test
2020-04-16 11:25:46 +02:00
Julia Jansson
976098d673
Test
2020-04-16 11:22:42 +02:00
Inari Listenmaa
8f447a8bea
Merge pull request #312 from inariksit/korean
...
Korean
2020-04-15 10:02:18 +02:00
Inari Listenmaa
1ffa53c3b2
(Kor) Add negative form in V where conjunction attaches
2020-04-14 20:58:17 +02:00
Inari Listenmaa
2c83fd8691
(Kor) Don't add 들 with numerals
2020-04-14 17:53:04 +02:00
aarneranta
1f030252a1
fixed genitive es/en in German adjectives and determiners
2020-04-14 16:32:17 +02:00
krangelov
08b6910eb8
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2020-04-14 11:10:03 +02:00
krangelov
b18723aa9b
fix CompAP
2020-04-14 11:09:44 +02:00
krangelov
31a09ec2f3
Tentative version of ConjS
2020-04-14 11:08:40 +02:00
Inari Listenmaa
e71c959a09
(Hun) WIP: comparative and superlative forms
2020-04-13 20:57:56 +02:00
Inari Listenmaa
57ad749ecc
(Hun) Add Conj{S,NP,AP} + some conjunctions
2020-04-13 19:58:26 +02:00
Inari Listenmaa
3c6f7a2267
(Hun) Add SymbolHun
2020-04-13 19:41:00 +02:00
Inari Listenmaa
abc3ce5939
(Hun) MassNP, PredetNP, DetNP
2020-04-13 19:40:25 +02:00
Inari Listenmaa
dc179f1e7c
Merge branch 'hungarian' of github.com:inariksit/gf-rgl into hungarian
2020-04-13 17:54:26 +02:00
Inari Listenmaa
a7b2310734
(Hun) Add ObjDef into NP, Det and Quant
2020-04-13 17:54:06 +02:00
Inari Listenmaa
16c808c7b1
(Hun) Add a layer of inflection into V2,V3, VPSlash: is object definite?
2020-04-13 17:31:27 +02:00
Inari Listenmaa
9da533c809
(Hun) Add field for NPs whether it's definite
2020-04-13 17:30:07 +02:00
Inari Listenmaa
f6871ec3c6
(Kor) Cleanup in conjunctions
2020-04-12 22:07:53 +02:00
Julia Jansson
0f92204dfa
Added dFarok + modified regNoun + comment on pluralAllomporph
2020-04-09 21:15:36 +02:00
Inari Listenmaa
8efb9d5621
(Hun) Add function to duplicate last sound
2020-04-09 20:15:53 +02:00
Inari Listenmaa
e8a8f4b0c6
(Hun) Put digraphs and trigraphs into a pattern, use them in dMajom
2020-04-09 20:15:02 +02:00
Inari Listenmaa
6d9fa59863
(Hun) Fix partially the case with takony in dMajom
2020-04-09 19:54:06 +02:00
Julia Jansson
4ed862617c
Checked Sup case and started with sátor case
2020-04-09 19:31:07 +02:00
Julia Jansson
554945cc2e
Some changes in accusative singular case and thoughts on superessive singular case
2020-04-09 15:37:40 +02:00
Julia Jansson
8ca515f2ce
Merge conflict
2020-04-09 14:32:23 +02:00
Julia Jansson
6b0bd749c4
words
2020-04-09 14:29:58 +02:00
Inari Listenmaa
49ff81a3f4
(Hun) Updated paradigms
2020-04-09 14:26:45 +02:00
Inari Listenmaa
6fc9a68bda
Merge pull request #311 from inariksit/korean
...
Korean
2020-04-09 12:35:30 +02:00
Inari Listenmaa
00c9782c9a
(Kor) Add explicit plural for all nouns
2020-04-09 11:08:16 +02:00
Inari Listenmaa
3bda323675
(Kor) Add show function for param VForm (used in an application grammar)
2020-04-09 10:58:46 +02:00
Inari Listenmaa
ebbade4f0a
(Kor) Add new constructor for N + new words
2020-04-08 21:04:57 +02:00
Inari Listenmaa
f39662af62
(Kor) Add a conjunction that repeats "고," after each word
2020-04-08 20:32:03 +02:00
aarneranta
0d6948f59b
added more comments to Czech files
2020-04-08 11:07:12 +02:00
Inari Listenmaa
05be672d6a
Merge pull request #310 from inariksit/korean
...
Korean
2020-04-07 21:42:23 +02:00
Inari Listenmaa
96a7f49132
Update languages.csv + MissingKor
2020-04-07 21:31:10 +02:00
Inari Listenmaa
addc3f74dd
Merge branch 'korean' of github.com:inariksit/gf-rgl into korean
2020-04-07 21:30:46 +02:00
Inari Listenmaa
fc8987e557
(Kor) Small cleanup + new words
2020-04-07 21:30:43 +02:00
Inari Listenmaa
cc3a2646f8
(Kor) Small cleanup + new words
2020-04-07 21:09:19 +02:00
Inari Listenmaa
d9d2b907d1
(Kor) Small fixes in comma versions of Conj opers
2020-04-07 21:09:01 +02:00
Inari Listenmaa
291a3051ef
(Kor) Add ApposNP in ExtendKor
2020-04-07 21:02:42 +02:00
Julia Jansson
0cba0fe07c
Updated test file + lexicon words
2020-04-07 20:16:27 +02:00
Inari Listenmaa
80557e34b2
(Kor) Add NForm as a parameter to A2
2020-04-07 19:48:05 +02:00
Inari Listenmaa
dc948a1f9d
(Kor) Fix Attr in do_V, add adjective variant for using in compound adjs
2020-04-07 19:17:55 +02:00
Inari Listenmaa
99de92594e
(Kor) Add new constructor for making A out of Str+V
2020-04-07 19:13:28 +02:00
Inari Listenmaa
1928fcc1c3
(Kor) Add comma only as a conjunction. (Used in an application grammar)
2020-04-07 18:21:35 +02:00
Inari Listenmaa
e54743feaf
(Kor) Remove neg form from A's and V's worst-case constructor
2020-04-07 16:54:11 +02:00
Inari Listenmaa
ef06c0d3c0
(Kor) Add worst case constructors for A and V
2020-04-07 13:50:48 +02:00
Inari Listenmaa
986592c3a2
Merge pull request #309 from inariksit/korean
...
Korean
2020-04-06 18:37:01 +02:00
Inari Listenmaa
3c50099303
(Kor) New + updated unit tests
2020-04-06 18:19:33 +02:00
Inari Listenmaa
ac1501c942
(Kor) Add inflection table to RCl and RS, change other funs accordingly
2020-04-06 18:19:20 +02:00
Inari Listenmaa
ee3adec428
(Kor) Small fixes + new words
2020-04-06 17:50:22 +02:00
Inari Listenmaa
8b6275af1c
(Kor) Fixes in conjunctions for the verby cats (AP,S,RS)
2020-04-06 17:50:11 +02:00
Inari Listenmaa
aa3bc1d656
(Kor) New constructors for N and A2
2020-04-06 17:49:31 +02:00
Inari Listenmaa
cef3e428c2
(Kor) Make Prep's s field dependent on Phono parameter of NP
2020-04-06 17:41:48 +02:00
Inari Listenmaa
edc79e4717
(Kor) Add variants using commas instead of repeated conjunctions
2020-04-06 17:37:00 +02:00
Inari Listenmaa
0053d8223c
(Kor) Bugfix in RelVP
2020-04-06 11:24:31 +02:00
Inari Listenmaa
5564ba42ee
(Hun) New unit tests
2020-04-04 21:39:38 +02:00
Inari Listenmaa
a686746645
(Hun) More words
2020-04-04 21:37:29 +02:00
Inari Listenmaa
684cec4c34
(Hun) Add dLó to smart paradigm
2020-04-04 21:37:05 +02:00
Inari Listenmaa
1f9ac2c35d
(Hun) Force -at for accusative if plural morpheme is -ak
2020-04-04 21:35:24 +02:00
Inari Listenmaa
c486fd8367
(Hun) in dLó: force E-harmony in plural, if stem has front vowels
2020-04-04 21:33:32 +02:00
Inari Listenmaa
2bb785a54f
(Hun) Change word order to SVO
2020-04-04 21:19:23 +02:00
Julia Jansson
8648902d4e
Majom case fixed with special case
2020-04-04 17:05:39 +02:00
Aarne Ranta
0da96d0fce
more paradigms for Cze N and A
2020-04-04 12:56:49 +02:00
Aarne Ranta
e57e916349
added some words to StructuralCze, mostly very uncertain
2020-04-04 11:23:05 +02:00
Aarne Ranta
5f436574f9
more paradigms for Cze N and A
2020-04-04 10:29:57 +02:00
Aarne Ranta
f0685a3233
harmonized the lincats of Numeral and Det
2020-04-04 09:18:57 +02:00
Inari Listenmaa
870f181efb
Merge pull request #308 from inariksit/korean
...
Korean
2020-04-03 20:16:18 +02:00
Inari Listenmaa
5a3a5597a8
(Kor) Update MissingKor
2020-04-03 20:03:35 +02:00
Inari Listenmaa
1c7bad313c
(Kor) Misc. small additions
2020-04-03 20:03:23 +02:00
Inari Listenmaa
642b4b9f6b
(Kor) Add {Appos,Rel,Adv,Sent}CN
2020-04-03 19:41:10 +02:00
Inari Listenmaa
90af822547
(Kor) Add Digits
2020-04-03 19:36:22 +02:00
Inari Listenmaa
844e606429
(Kor) Add A2, ComplA2, mkA2
2020-04-03 19:35:59 +02:00
Inari Listenmaa
44abd1a8da
(Kor) Add Utt* linearisations
2020-04-03 19:35:32 +02:00
Inari Listenmaa
e586c478a3
(Kor) New words + new tests
2020-04-03 18:04:54 +02:00
Inari Listenmaa
8b62ad1fa7
(Kor) Add comparatives and superlatives
2020-04-03 18:04:34 +02:00
Inari Listenmaa
a4ad8964bc
Add paths
2020-04-03 18:02:38 +02:00
Inari Listenmaa
85b905f0e0
(Kor) Add SymbolKor functions and MassNP
2020-04-03 16:04:52 +02:00
Inari Listenmaa
a9ec29a1e6
(Kor) Add some Dets
2020-04-03 15:43:16 +02:00
Inari Listenmaa
477a214cc0
(Kor) Add PNs
2020-04-03 15:42:23 +02:00
Inari Listenmaa
9bdf4eedf4
(Kor) Updates in tests
2020-04-03 11:57:57 +02:00
Inari Listenmaa
e689b1cc5a
(Kor) Add new constructor for V2, export CaseParticle in Paradigms
2020-04-03 11:57:47 +02:00
Inari Listenmaa
a18ffbe232
(Kor) Add UsePron and PossPron, minor fix in i_Pron
2020-04-03 11:55:32 +02:00
Inari Listenmaa
4e701884db
(Kor) Add pronouns
2020-04-03 11:13:26 +02:00
Inari Listenmaa
f75b9b1c31
(Kor) Add more conjunctions
2020-04-01 19:53:02 +02:00
Inari Listenmaa
cd9dd6bdc7
(Kor) SC, PredSCVP
2020-04-01 18:44:52 +02:00
Inari Listenmaa
c23016aaad
(Kor) Relative clauses
2020-04-01 18:44:11 +02:00
Inari Listenmaa
7b09a6cf8b
(Kor) Add new VForms, replace AForm with VForm (now identical)
2020-04-01 17:31:15 +02:00
Aarne Ranta
29a10589ae
added Czech to languages.csv
2020-04-01 11:56:01 +02:00
Aarne Ranta
0f763b7960
api for Czech with backup for missing
2020-04-01 11:42:42 +02:00
Aarne Ranta
7c275c1c28
started Czech with a mini-like coverage
2020-04-01 11:07:09 +02:00
Julia Jansson
5255a773f0
Added majom (gyomor case, but realised problems in the <Pl,Acc> case
2020-03-31 21:14:50 +02:00
Julia Jansson
29e46f29cf
Improvements in ló case, still problematic for kő though
2020-03-31 20:07:56 +02:00
Inari Listenmaa
8f46b09647
Merge pull request #307 from inariksit/japanese
...
Japanese
2020-03-31 15:24:57 +02:00
Inari Listenmaa
b215395044
(Jpn) Remove space between te-form and iru in verbal adj
2020-03-31 15:23:23 +02:00
Inari Listenmaa
79262fb73f
(Jpn) Automatic whitespace adjustment
2020-03-31 15:22:19 +02:00
Julia Jansson
91f7e2e0e8
Added ló and kő cases (lovak, kövek) but not done yet
2020-03-31 12:26:33 +02:00
Inari Listenmaa
cdb7655741
small typofix
2020-03-30 21:55:45 +02:00
Inari Listenmaa
8377dfc212
(Hun) Move all noun morphology related opers and types to NounMorphoHun
2020-03-30 21:55:06 +02:00
Inari Listenmaa
d5127e735f
Comment out posses_Prep from tests
2020-03-30 21:54:21 +02:00
Inari Listenmaa
60500231d8
(Hun) Adjust types for numerals
2020-03-30 21:51:42 +02:00
Inari Listenmaa
4a8668fce9
(Hun) Prevent redundant use of IndefArt in DetQuant with a Numeral
2020-03-30 16:01:12 +02:00
Inari Listenmaa
350960da1c
(Hun) Add transitive verbs
2020-03-30 15:26:04 +02:00
Inari Listenmaa
fcd8732d9b
(Hun) New words, small fixes
2020-03-30 15:19:37 +02:00
Inari Listenmaa
cd73fe958e
(Hun) Add pronouns
2020-03-30 15:18:58 +02:00
Inari Listenmaa
ef0cca5463
(Hun) Restrict subject case to only Nom and Dat
2020-03-30 15:03:37 +02:00
Inari Listenmaa
268af14dd3
(Hun) Remove a few noun cases
2020-03-30 14:59:22 +02:00
krangelov
4a50152e17
drop the copular sufix for P3 Pl
2020-03-30 12:34:44 +02:00
krangelov
e685d5038e
future copula
2020-03-29 23:01:28 +02:00
krangelov
a79cb0b655
a draft for Copula verbs
2020-03-29 21:39:17 +02:00
Julia Jansson
0e0ac8474b
Update inflection.gftest
...
Corrected név
2020-03-29 15:48:36 +02:00
Julia Jansson
41824520b8
Corrected férfi
2020-03-29 15:43:50 +02:00
Julia Jansson
8d2657fd10
Corrected irregular madár noun
2020-03-29 14:57:22 +02:00
krangelov
1f316bf5c3
fix linearization of with_Prep in the BG documentation
2020-03-29 11:12:12 +02:00
Julia Jansson
30ef8b8255
Update README.md
2020-03-28 19:08:04 +01:00
Julia Jansson
5907b0ead7
Update inflection.gftest
2020-03-28 19:04:15 +01:00
Julia Jansson
ef37b87701
Update inflection.gftest
...
Fixed errors
2020-03-28 18:59:48 +01:00
Inari Listenmaa
f7c58d700e
(Hun) Add plurals to unit tests
2020-03-28 16:54:14 +01:00
Inari Listenmaa
59e1a397a9
(Hun) Fix error in unit tests
2020-03-28 16:47:14 +01:00
Inari Listenmaa
8b35ea2762
(Hun) Add some tests for noun inflection + new words for them
2020-03-28 16:35:02 +01:00
Inari Listenmaa
e1a94a0741
(Hun) Fresh copypaste from generic dummy template. Compiles, isn't good.
2020-03-28 15:43:58 +01:00
krangelov
c36725aea7
first draft of coordination in Turkish
2020-03-28 11:14:15 +01:00
krangelov
98b7599c7b
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2020-03-28 08:59:43 +01:00
krangelov
582730c498
Complete documentation for Turkish
2020-03-28 08:59:11 +01:00
Inari Listenmaa
7fee10e1e0
(Hun) Remove unnecessary files and code from copying English
2020-03-27 15:50:19 +01:00
Inari Listenmaa
b94c917d1d
Merge pull request #306 from inariksit/korean
...
Korean
2020-03-27 15:32:18 +01:00
Inari Listenmaa
be10915fcb
(Kor) Add api + languages.csv + minor fixes
2020-03-27 14:18:03 +01:00
Inari Listenmaa
8a151c684a
(Kor) Add ConjS + new form in S and Cl inflection table
2020-03-27 11:42:05 +01:00
Inari Listenmaa
ec0173c587
(Kor) Add conjunctions for AP and CN
2020-03-27 11:25:48 +01:00
Inari Listenmaa
dbaa52be08
(Kor) Fixes in adverbs + related unit tests
2020-03-26 20:43:52 +01:00
Inari Listenmaa
1acaa57c49
(Kor) New verb forms
2020-03-26 17:16:41 +01:00
Inari Listenmaa
afdff2e374
(Kor) Remove unused VerbType parameter
2020-03-26 17:03:52 +01:00
Inari Listenmaa
85babd3730
(Kor) Minor fixes and cleanup
2020-03-26 16:06:03 +01:00
Inari Listenmaa
602da07d3d
(Kor) Add numerals -- so far only up to 100
2020-03-26 12:40:29 +01:00
krangelov
3e51b78cb5
better compounding in Bulgarian
2020-03-26 11:58:51 +01:00
krangelov
8d5e8ce503
have_V2 in StructuralTur
2020-03-25 16:36:03 +01:00
krangelov
2c3b319d4a
SymbPN in Turkish. Just a placeholder for now
2020-03-25 16:32:42 +01:00
Inari Listenmaa
115e2f1ffa
(Kor) Add counters to N* + preliminary support for numerals
2020-03-25 16:00:48 +01:00
krangelov
01455977d2
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2020-03-25 15:51:42 +01:00
krangelov
da377fa4e7
added an API for Turkish
2020-03-25 15:51:05 +01:00
Inari Listenmaa
d83ded2624
(Kor) Det, Quant
2020-03-25 14:03:38 +01:00
Inari Listenmaa
cfdc4d9955
(Kor) Adv, AdA and AP related functions
2020-03-25 13:42:22 +01:00
Inari Listenmaa
c49bcb2f69
(Kor) Add SlashV2a and ComplSlash
2020-03-25 12:52:39 +01:00
Inari Listenmaa
64a66166eb
(Kor) Add compound adjectives
2020-03-25 12:52:18 +01:00
Inari Listenmaa
f9d23d52ee
(Kor) Add more documentation
2020-03-25 12:51:51 +01:00
Inari Listenmaa
adfa5ce4fd
(Kor) Add space before negation in CompN* + fix copula forms after vowel
2020-03-25 11:41:57 +01:00
Inari Listenmaa
b95ed78982
(Kor) Small cleanup and new words
2020-03-25 11:40:46 +01:00
Inari Listenmaa
e93b9c6743
(Kor) Add negation with ~지 않다
2020-03-25 11:40:07 +01:00
Inari Listenmaa
3f8ccb559a
(Kor) Add compound verbs
2020-03-25 11:37:35 +01:00
Inari Listenmaa
022afabf50
(Kor) Add functions for V -> V2
2020-03-25 10:30:49 +01:00
Inari Listenmaa
4730cae42b
(Kor) Add unit tests about verb inflection
2020-03-24 20:51:30 +01:00
Inari Listenmaa
5344ca7cce
(Kor) Add linrefs to V* cats
2020-03-24 20:50:54 +01:00
Inari Listenmaa
48fd16d5da
(Kor) More transformations on hanguls
2020-03-24 19:42:06 +01:00
Inari Listenmaa
c6aea7d257
(Kor) WIP constructing verb inflection tables
2020-03-24 17:00:50 +01:00
Inari Listenmaa
50eeb8757b
(Kor) WIP Transformation functions for polite verb forms
2020-03-24 17:00:08 +01:00
Inari Listenmaa
cad155b0bb
(Kor) Small cleanup
2020-03-24 14:36:30 +01:00
Inari Listenmaa
5f04085084
(Kor) Add have_V2
2020-03-24 14:35:20 +01:00
Inari Listenmaa
0351d77357
(Kor) Update add_X functions to work for strings of any length
2020-03-24 14:24:14 +01:00
Inari Listenmaa
ebd250e063
(Kor) Add present tense in 3 politeness forms, subj+obj cases in V*
2020-03-24 13:40:21 +01:00
Inari Listenmaa
779c8d7609
(Kor) Add Predets and PredetNP
2020-03-23 14:24:09 +01:00
Inari Listenmaa
703695b2cb
(Kor) Add param Phono for combining particles with nouns
2020-03-23 14:23:54 +01:00
Inari Listenmaa
5322b9d90a
(Kor) Add a separate module for handling Hangul trarnsformations
2020-03-22 08:06:39 +01:00
Inari Listenmaa
c31c00dd83
(Kor) Add AForm, change VP and Comp.
2020-03-11 16:54:02 +01:00
Inari Listenmaa
30ce18e124
(Kor) Add NForm and some Preps.
2020-03-11 15:28:27 +01:00
Inari Listenmaa
1e1369c523
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into korean
2020-03-11 14:47:24 +01:00
Inari Listenmaa
7528e87dcd
(Pol) Add 1-argument smart paradigm for ambiguous cases
2020-03-06 17:32:44 +01:00
Inari Listenmaa
334038fee2
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into polish
2020-03-06 17:14:54 +01:00
John J. Camilleri
2911abd137
Add README for Swedish with basic info about dictionaries
2020-03-04 13:46:06 +01:00
John J. Camilleri
3bd8923f3a
Bump GHC version to 8.6 in Travis build for MacOS
...
GHC 8.2 has been removed from Homebrew, see:
https://github.com/Homebrew/homebrew-core/pull/50585
2020-03-04 13:28:13 +01:00
John J. Camilleri
94d9c77947
Update link to synopsis page
2020-03-04 13:17:23 +01:00
aarneranta
9b01ed63e0
some more explanations in morphodict README
2020-03-03 18:53:45 +01:00
aarneranta
7cce2892a2
morphodict instructions in README
2020-03-03 18:50:50 +01:00
aarneranta
9790e07f6e
generating MorphoDict Swe from SALDO sources
2020-03-03 18:10:02 +01:00
aarneranta
69f2ae9794
another sorting gives better recall in compound analysis in morphodict
2020-03-03 12:04:27 +01:00
aarneranta
58ebc9234a
grouping and marking possible compounds with a heuristic algorithm
2020-03-03 11:04:53 +01:00
aarneranta
8cd5450e21
started trying to identify compounds in morphodict - to be completed
2020-03-02 16:58:27 +01:00
aarneranta
bcb811cfcb
configurations for MorphoDictSwe ; more things to do e.g. with compounds
2020-03-02 11:18:18 +01:00
aarneranta
b12eb72744
a script for making pure morphological lemgram dictionaries
2020-02-28 18:16:14 +01:00
Inari Listenmaa
962a94cb24
(Pol) Start implementing smart paradigms for nouns
2020-02-24 17:23:46 +01:00
Inari Listenmaa
e293f4894e
Merge pull request #304 from inariksit/japanese
...
(Jpn) Add more examples to mkN documentation
2020-02-17 16:59:32 +01:00
Inari Listenmaa
c9d6c03831
(Jpn) Add more examples to mkN documentation
2020-02-17 16:54:39 +01:00
Inari Listenmaa
79c647cffa
Merge pull request #303 from lizazim/master
...
Jpn: corrections of mkN paradigm, lexicon and AP conjunction
2020-02-17 16:42:03 +01:00
lizazim
7b1587a735
corrected conjunction of APs
2020-02-17 17:24:59 +02:00
lizazim
5353b8082b
added 2 functions to mkN
2020-02-17 17:23:25 +02:00
lizazim
da6836f53c
changed some counters
2020-02-17 17:20:43 +02:00
Inari Listenmaa
b3c5d9b193
Merge pull request #302 from inariksit/japanese
...
(Jpn) Revert misunderstood fix about replaceCounter + update docs
2020-02-11 17:02:40 +01:00
Inari Listenmaa
92fdf5b799
(Jpn) Revert misunderstood fix about replaceCounter + update docs
2020-02-11 16:17:32 +01:00
Inari Listenmaa
5f7f23ddd1
Merge pull request #301 from inariksit/japanese
...
Japanese
2020-02-11 15:33:28 +01:00
Inari Listenmaa
cefb149530
(Jpn) Fix bug in DetCN: missing cn.s when counterReplace=True
2020-02-11 15:28:19 +01:00
Inari Listenmaa
75a5ea0cf1
(Jpn) Fix formatting issues in ParadigmsJpn, for producing API docs.
2020-02-11 13:41:55 +01:00
Inari Listenmaa
02f8015213
(Jpn) Export Animacy from ResJpn
2020-02-11 13:30:38 +01:00
Inari Listenmaa
f1fc061750
Merge pull request #300 from inariksit/japanese
...
Document Japanese paradigms better.
2020-02-11 13:23:10 +01:00
Inari Listenmaa
8f039dfc1e
Document Japanese paradigms better.
2020-02-11 13:16:15 +01:00
Inari Listenmaa
61fda2f532
Add comments about orthography
2020-02-11 12:57:11 +01:00
Inari Listenmaa
7d9133cc05
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into korean
2020-02-07 11:01:36 +01:00
Inari Listenmaa
495c9b7e52
(Kor) WIP: First draft of Korean RG.
...
Not at all correct, just a minimal implementation that compiles.
2020-02-07 11:00:37 +01:00
aarneranta
4aecdeb0ff
new link to LiLT paper on RGL
2020-01-30 10:56:56 +01:00
krangelov
fcae1c65f1
fix vocative in paradigm mkN019a
2020-01-29 09:12:28 +01:00
krangelov
474f90819d
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2020-01-28 16:32:36 +01:00
krangelov
7173fe5d59
open Kotus.gf from ParadigmsFin to ensure that the module is compiled and installed
2020-01-28 16:31:57 +01:00
Aarne Ranta
0e2fdd3a73
added a missing case to mkQCl in the API
2020-01-16 17:39:45 +01:00
aarneranta
00d5bb85d1
added VPS variants of existentials in Extend; made this also for questions, but concrete syntax is not yet there
2020-01-03 09:57:50 +01:00
Inari Listenmaa
3bd4e0a096
Merge pull request #299 from bamutra/master
...
redesigned the Verb, VerbPhrase, Cl and RCL so as to check for empty …
2019-12-03 19:49:38 +01:00
Inari Listenmaa
df306d26a4
Merge pull request #297 from daherb/master
...
Updated Latin RG
2019-12-03 19:48:42 +01:00
David Bamutura
a21df23da5
redesigned the Verb, VerbPhrase, Cl and RCL so as to check for empty tense Markers and hence correct errors with Copulative statements. The Problem with Numeral still remains
2019-11-28 07:12:57 +03:00
Herbert Lange
fefa2f03ff
Merge branch 'latin'
2019-11-22 12:03:47 +01:00
Herbert Lange
cc379d7518
Merge remote-tracking branch 'upstream/master'
2019-11-22 12:02:40 +01:00
Herbert Lange
0197002b85
change in handling determiners in clauses
2019-11-22 12:01:36 +01:00
Herbert Lange
6f35b9f67f
fix mkmissing and update missinglat
2019-11-12 16:03:55 +01:00
Herbert Lange
f2eebc3a64
fix symbollat
2019-11-12 16:03:04 +01:00
Herbert Lange
4438ef45c0
move include of relativelat to correct file
2019-11-12 16:02:52 +01:00
Herbert Lange
b3584b8bda
fix problem with rcl
2019-11-12 15:27:53 +01:00
Herbert Lange
e46f120de3
various additions to extralat
2019-11-12 14:54:51 +01:00
Herbert Lange
ed4ff97b7b
varios function is extend
2019-11-12 14:54:33 +01:00
Herbert Lange
d60ddb1c4a
fix relnp and posspron
2019-11-12 14:54:19 +01:00
Herbert Lange
67b107ea7e
remove unnecessary parameter
2019-11-12 14:54:02 +01:00
Herbert Lange
15c6e9c323
fix conjunction for np and s
2019-11-12 14:53:31 +01:00
Herbert Lange
5b04dbffa0
change determiners in np and fix emptynp
2019-11-12 14:53:10 +01:00
Herbert Lange
b49cd9afc3
add passive to vp and add emptyvp
2019-11-12 14:51:43 +01:00
Herbert Lange
f60a4a2052
fix clauses
2019-11-12 14:50:08 +01:00
Herbert Lange
6864f61e92
updated createSentence/add defaultSentence
2019-11-12 14:49:35 +01:00
Herbert Lange
f46cbfe51e
work on relative clauses
2019-11-12 14:47:21 +01:00
Herbert Lange
2d5a111893
update combinenounphrase
2019-11-12 14:45:47 +01:00
Herbert Lange
57ba9c240a
remove no longer missing numeral function
2019-11-10 20:40:57 +01:00
Herbert Lange
48d9b3909e
start reworking grammar to split verb and verb complement
2019-11-10 20:40:32 +01:00
Herbert Lange
523b4841fc
fixing issues with extend and add new rule for different word order
2019-11-10 20:39:42 +01:00
aarneranta
6a24554928
fixed (hopefully) the rest confusions in French mkA argument order
2019-11-06 17:08:47 +01:00
Aarne Ranta
6a6062039e
some more concrete configs in LangEng
2019-11-06 17:05:04 +01:00
Herbert Lange
11a4d6ed12
some fixes and extensions
2019-10-31 13:15:29 +01:00
Herbert Lange
d960d0d361
tried to implement CountNP
2019-10-29 14:46:40 +01:00
Herbert Lange
4e8ecea403
updated the large-scale dictionary
2019-10-29 14:46:00 +01:00
Herbert Lange
d900d16dd9
new version of extend
2019-10-29 14:42:14 +01:00
Herbert Lange
56c484edf2
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-10-13 17:39:00 +02:00
Herbert Lange
a178f700f6
work on ordinal numbers
2019-10-13 17:30:28 +02:00
Inari Listenmaa
a92be72247
Merge pull request #296 from inariksit/somali
...
Somali
2019-10-04 16:26:33 +02:00
Inari Listenmaa
0ef64ed77a
(Som) Remove implemented funs from MissingSom
2019-10-03 18:01:43 +02:00
Inari Listenmaa
6a1ebffcee
(Som) Implement remaining funs needed for ExtendSom + use ExtendFunctor
2019-10-03 18:01:26 +02:00
Inari Listenmaa
c2e0c709a7
(Som) Update FocusObj and UseSlash to new type of SSlash
2019-10-03 17:59:00 +02:00
Inari Listenmaa
5871f9c165
(Som) Implement GenModNP + restructure ComplN2 to better reuse code
2019-10-03 17:56:44 +02:00
Inari Listenmaa
80ac06e4ae
Merge pull request #295 from inariksit/somali
...
Somali
2019-10-01 19:57:07 +02:00
Inari Listenmaa
ba308dcf95
(Som) More phonological assimilation rules
2019-09-30 15:40:09 +02:00
Inari Listenmaa
0e4cedd144
(Som) Add V2S
2019-09-30 15:39:53 +02:00
Inari Listenmaa
4dba178d33
(Som) Add VPSlashPrep + fix bug in insertAdv
2019-09-30 10:50:26 +02:00
Inari Listenmaa
22503e0a7a
Merge pull request #294 from inariksit/somali
...
Somali
2019-09-27 17:55:21 +02:00
Inari Listenmaa
b8b43689bc
(Som) Small bugfixes in RelCN and PartNP
2019-09-27 17:53:57 +02:00
Inari Listenmaa
096115c35f
(Som) More fine-grained parameter for modifiers in NPs (AP vs. Other)
2019-09-27 16:44:21 +02:00
Inari Listenmaa
3f30e0946e
(Som) WIP better handling of multiple modifiers and numerals
2019-09-27 15:22:43 +02:00
Inari Listenmaa
62641093dd
(Som) Rename obj2,secObj-> obj,obj2. Remove commented out code+old TODOs
2019-09-27 11:39:19 +02:00
Inari Listenmaa
8e929ea4fb
(Som) minor cleanup/whitespace removal
2019-09-27 11:14:50 +02:00
Inari Listenmaa
a520c9659f
(Som) Add superlatives
2019-09-27 11:14:23 +02:00
Inari Listenmaa
9b9d6ebdd2
(Som) Add comparatives
2019-09-27 10:32:45 +02:00
Inari Listenmaa
6d7f7ab736
Merge pull request #293 from inariksit/somali
...
Somali
2019-09-26 18:12:55 +02:00
Inari Listenmaa
a399abed83
(Som) Minor cleanup: renaming + moving things around
2019-09-26 15:21:14 +02:00
Inari Listenmaa
819bdacc65
(Som) Better handling of AP and NP complements, remove redundant fields
2019-09-26 15:11:20 +02:00
Inari Listenmaa
e63eae8519
(Som) Add npcomp field to VP for more fine-grained control of word order
2019-09-26 11:39:36 +02:00
Inari Listenmaa
4eed81d729
Merge pull request #292 from inariksit/somali
...
Somali
2019-09-25 18:45:45 +02:00
Inari Listenmaa
b188908969
(Som) Updates to some unit tests
2019-09-25 16:50:33 +02:00
Inari Listenmaa
51c4f1bce7
(Som) Split polar questions and wh-questions to separate types
2019-09-25 16:50:20 +02:00
Inari Listenmaa
0a5e9f4266
(Som) Some notes about conjunctions
2019-09-25 12:21:09 +02:00
Inari Listenmaa
36997f0dd4
(Som) Add unit tests for all TAM inflections of a single verb
2019-09-25 12:06:05 +02:00
Inari Listenmaa
1f62af0e2c
(Som) Add ImpVP and UttImp{Sg,Pl,Pol}
2019-09-25 11:53:27 +02:00
Inari Listenmaa
9973349270
(Som) Minor cleanup
2019-09-25 10:47:21 +02:00
Inari Listenmaa
4dd9b92354
(Som) more on negative questions
2019-09-24 17:28:48 +02:00
Inari Listenmaa
727648c536
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into somali
2019-09-24 09:33:03 +02:00
Inari Listenmaa
4ee46171a9
(Som) WIP negative questions
2019-09-23 22:04:23 +02:00
Aarne Ranta
11a4e5ed1b
Merge pull request #291 from hleiss/infinitives
...
Ger: improved infinitives (and passives); tests with more verbs in te…
2019-09-21 18:57:13 +02:00
Aarne Ranta
55dac61fe5
fixed the order of Fre.mkA. It should always be: SgMasc,(SgMascVoc,)SgFem,PlMasc,PlFem,Adv
2019-09-19 10:33:01 +02:00
Peter Ljunglöf
04d022c7f0
Merge pull request #259 from GrammaticalFramework/unittest-python-script
...
Unit testing for RGL languages, written in Python 2+3
2019-09-19 08:38:15 +02:00
Hans Leiss
8fb8ddd808
Ger: improved infinitives (and passives); tests with more verbs in testing/german
...
- NP: added field isLight in order to push negation behind light nps;
this had been done in gf-3.9 using field isPron, but isPron is now
used to put accusative pronoun before dative pronoun. Removed field
adv: adverbial extensions cannot be extracted (todo: also for CN).
Reduced isLight*isPron to w:Weight with 3 values: WPron, WLight, WHeavy.
- added param Control and field ctrl:Control to classify V2V-verbs into
subject- and object-contol verbs, use ctrl to make reflexives agree
with subject resp. object in VPSlash, and refine ComplSlash.
- Verb: new versions of ComplVV, SlashV2V and SlashVV to give better
(nested) infinitives (extracting infzu and correcting object order).
a) nested SlashVV doesn't work properly;
b) SlashV2VNP may have to be commented out to prevent a stack overflow
when compiling.
Intended change of SlashV2VNP in tests/german/TestLangGer could not
be tested due to size problems with the compiler.
- VP: changed field a1 : Polarity => Str to a1:Str to collect the adverbs
coming before negation, using (negation : Polarity => Str) in mkClause.
Use objCtrl:Bool instead of missingAdv to let reflexives agree with object.
- ResGer: insertObjNP reorganized, infzuVP added
- DictVerbsGer: some corrections (helft -> hilft, *sprecht -> *spricht)
- Some potential passive rules in tests/german/TestLangGer|Eng
- ExtraGer needs to be cleaned up with repect to the modified mkClause.
2019-09-18 15:16:42 +02:00
Inari Listenmaa
ef0549053e
Merge pull request #289 from inariksit/somali
...
Somali
2019-09-14 09:02:23 +02:00
Inari Listenmaa
a23881f2dc
(Som) Minor cleanup + better comments
2019-09-13 19:13:20 +02:00
Inari Listenmaa
d061595a2a
(Som) Add IComp + related functions
2019-09-13 15:12:50 +02:00
Inari Listenmaa
319f097ac0
(Som) Move qcl-tests into new file
2019-09-13 15:12:13 +02:00
Inari Listenmaa
0ed0c1f194
(Som) Add TODO about negative questions
2019-09-13 14:28:33 +02:00
Inari Listenmaa
d52f1633b7
(Som) Fix bug in QuestSlash, new unit tests + comments.
2019-09-13 14:04:28 +02:00
Inari Listenmaa
52aa4c35e0
(Som) Fixes in question clauses
2019-09-12 16:56:50 +02:00
Inari Listenmaa
7c03949472
(Som) New unit tests about questions
2019-09-11 17:18:12 +02:00
Aarne Ranta
953771ccf6
added PassVPSlash to ExtendFin
2019-09-11 10:41:21 +02:00
Aarne Ranta
516270148f
restored contructor CommonRomance.AF as oper since it is used in various applications
2019-09-11 09:14:53 +02:00
Inari Listenmaa
0986fb2968
Merge pull request #288 from inariksit/somali-questions
...
Somali: questions
2019-09-10 17:14:46 +02:00
Inari Listenmaa
67ac5ae5e3
(Som) Add QuestSlash + make it possible for IPs to contract with stm
2019-09-10 17:06:56 +02:00
Inari Listenmaa
4f9927d12b
(Som) minor cleanup/renaming
2019-09-10 17:06:31 +02:00
Inari Listenmaa
1ceb12d8b8
(Som) Change word order in VP complements, update test accordingly
2019-09-10 17:05:04 +02:00
Inari Listenmaa
d01aec2d64
(Som) bugfix in QuestIAdv: add subject also when STM is negative
2019-09-10 17:04:39 +02:00
Inari Listenmaa
1c367530f0
(Som) Lincats for V2* + SlashV2A + new unittest for V2A and QuestIAdv
2019-09-10 17:04:09 +02:00
Inari Listenmaa
0bbc4c551b
(Som) IAdv + related functions
2019-09-10 17:03:31 +02:00
Inari Listenmaa
58ca56eb2d
Merge pull request #287 from inariksit/somali
...
(Som) Cleanup and renaming functions
2019-09-06 16:42:14 +02:00
Inari Listenmaa
df11d86ffb
(Som) Cleanup and renaming functions
2019-09-06 15:32:48 +02:00
Inari Listenmaa
f6e24a5063
Merge pull request #286 from inariksit/finnish
...
(Fin) Add SOFT_BIND before commas
2019-09-06 09:37:52 +02:00
Inari Listenmaa
ea1d7c4601
(Fin) quality SOFT_BIND with Prelude
2019-09-05 16:15:36 +02:00
Inari Listenmaa
49fdc61eab
(Fin) Add SOFT_BIND before commas
2019-09-05 16:14:36 +02:00
Inari Listenmaa
8b86702491
Merge pull request #285 from inariksit/finnish
...
(Fin) Cover inflection type hapan/sydän in nForms3
2019-09-04 16:31:13 +02:00
Inari Listenmaa
92d70c16d1
(Fin) Cover inflection type hapan/sydän in nForms3
2019-09-04 16:11:45 +02:00
krangelov
47ce3787b9
partial documentation module for Turkish
2019-09-03 22:57:43 +02:00
krangelov
b53ac90c3c
added simple tenses
2019-09-03 21:37:14 +02:00
krangelov
026ecba0e7
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-09-03 20:54:25 +02:00
krangelov
55ce676bc6
using simple SC in Bulgarian too
2019-09-03 20:53:44 +02:00
krangelov
8e70523718
revert to using simple strings in SC
2019-09-03 20:52:34 +02:00
krangelov
b73c9ede2a
linrefs for V,V2 in Turkish
2019-09-03 20:51:22 +02:00
Inari Listenmaa
0fd0444fbf
Merge pull request #284 from inariksit/somali
...
Somali
2019-09-03 16:57:45 +02:00
Inari Listenmaa
8ac75e8550
(Som) Restructure relatives and questions
2019-09-03 16:40:12 +02:00
Inari Listenmaa
c42d3e33e9
(Som) Fix word order in QuestVP
2019-09-03 11:25:32 +02:00
Inari Listenmaa
19ae07b9a7
(Som) Fix sp forms in defIQuant
2019-09-03 11:24:56 +02:00
Inari Listenmaa
53415243a4
Merge pull request #283 from inariksit/somali
...
(Som) WIP: wh-questions
2019-09-02 17:27:15 +02:00
Inari Listenmaa
dc33b2869a
(Som) WIP: wh-questions
2019-09-02 17:14:25 +02:00
Inari Listenmaa
dda17aa104
Merge pull request #282 from davidar/progr
...
(Eng) Fix ProgrVPSlash
2019-08-31 10:49:16 +02:00
David A Roberts
46504b2d65
(Eng) Fix ProgrVPSlash
2019-08-30 21:32:47 +10:00
Inari Listenmaa
e5c35515c9
Merge pull request #281 from inariksit/somali
...
(Som) More VV types
2019-08-29 22:50:06 +02:00
Inari Listenmaa
7a2d4d2cfa
(Som) Bugfix in ComplVV + new test + small cleanup
2019-08-29 22:34:50 +02:00
Inari Listenmaa
4f8f4a6c86
(Som) More VV types
2019-08-29 15:07:21 +02:00
Inari Listenmaa
3e84f29d97
Merge pull request #280 from inariksit/somali
...
Somali
2019-08-28 16:07:57 +02:00
Inari Listenmaa
259b75753e
(Som) Add more variants of VV
2019-08-28 16:01:31 +02:00
Inari Listenmaa
8f5a45aefb
(Som) Lexicon + new unit tests
2019-08-28 14:17:11 +02:00
Inari Listenmaa
0847e5f2fa
(Som) Fix word order+add negative form for rel.cls
2019-08-28 14:16:48 +02:00
Inari Listenmaa
a80ec22a1c
(Som) Fix bug in DetCN
2019-08-28 14:14:26 +02:00
Inari Listenmaa
7a6678d4f5
Merge pull request #279 from inariksit/somali
...
Somali
2019-08-27 16:53:12 +02:00
Inari Listenmaa
a1f7c55b33
(Som) Words + new unit test for VS + minor cleanup
2019-08-27 16:39:33 +02:00
Inari Listenmaa
fef2d75ca6
(Som) Add ComplVS
2019-08-27 16:38:33 +02:00
Inari Listenmaa
d2b49b1936
(Som) Add ProgrVP
2019-08-27 16:36:41 +02:00
Inari Listenmaa
d077965a6b
(Som) Fix Preps formed from nouns with possessives
2019-08-27 16:00:14 +02:00
Inari Listenmaa
e5f597979b
(Som) Add new prepositions and unit tests
2019-08-27 13:35:49 +02:00
Inari Listenmaa
935530fad7
(Som) Fix bug in PassV2
2019-08-27 12:49:01 +02:00
Inari Listenmaa
bcb4812f10
(Som) Make relational nouns into Prep w/ possPrep
2019-08-27 12:32:42 +02:00
Inari Listenmaa
e2bf92c61c
Merge pull request #278 from inariksit/somali
...
Somali
2019-08-26 18:08:29 +02:00
Inari Listenmaa
db8356aa49
(Som) Add Predets
2019-08-26 15:25:41 +02:00
Inari Listenmaa
ea6fcd4815
(Som) Add a few words + comments
2019-08-26 14:32:10 +02:00
Aarne Ranta
ac3975eefb
added MarkupFin to wrap Finnish phrases in html tags and other markup
2019-08-23 16:58:30 +02:00
Peter Ljunglöf
01f6957bad
Updated example test cases
2019-08-22 11:35:51 +02:00
Peter Ljunglöf
7e1d0d87ea
Updated README
2019-08-22 11:35:51 +02:00
Peter Ljunglöf
091e53619d
Updated script: better handling of arguments, simplified code, better reporting, etc.
...
Note that the flag `-only-cc` has been renamed to `--no-pmcfg`
2019-08-22 11:35:51 +02:00
Inari Listenmaa
11334b10d9
Merge pull request #277 from inariksit/somali
...
Somali
2019-08-19 19:05:54 +02:00
Inari Listenmaa
62eb0f84d1
(Som) minor typofixes
2019-08-19 17:49:59 +02:00
Inari Listenmaa
21a83b9591
(Som) Add unit tests about numerals
2019-08-19 17:44:14 +02:00
Inari Listenmaa
3a760d6b29
(Som) Fix bug in ordinals
2019-08-19 17:44:00 +02:00
Inari Listenmaa
420715b88e
(Som) bugfixes in numerals
2019-08-19 17:21:23 +02:00
Inari Listenmaa
c845b2b315
Merge pull request #276 from inariksit/somali
...
(Som) Add verbforms: neg.cond + reduced present for Pl1
2019-08-19 15:50:47 +02:00
Inari Listenmaa
40a30b9fd1
(Som) Add verbforms: neg.cond + reduced present for Pl1
2019-08-19 15:12:35 +02:00
Inari Listenmaa
92b9f6ceb0
Merge pull request #275 from inariksit/somali
...
Somali
2019-08-14 21:11:36 +02:00
Inari Listenmaa
7ef077e06d
(Som) New unit tests with negation + fixes
2019-08-14 16:27:56 +02:00
Inari Listenmaa
8f650f9da3
(Som) Correct form for RS when it modifies a NP in nominative case
2019-08-14 16:24:52 +02:00
Inari Listenmaa
5151280409
Merge pull request #274 from inariksit/master
...
Add empty implementation of ProgrVPSlash to Extend(Romance)Functor
2019-08-14 16:12:47 +02:00
Inari Listenmaa
783224c1ab
(Som) Add pred=Copula in UseCopula
2019-08-14 15:52:51 +02:00
Inari Listenmaa
650b24c830
(Som) Fix bugs with negation in RelVP
2019-08-14 15:52:35 +02:00
Inari Listenmaa
2a697eebb2
Add empty implementation of ProgrVPSlash to Extend(Romance)Functor
2019-08-14 14:26:04 +02:00
Inari Listenmaa
63f457f296
Merge pull request #273 from davidar/progr
...
Add ProgrVPSlash
2019-08-14 14:17:28 +02:00
David A Roberts
db679e3fbc
Add ProgrVPSlash
2019-08-14 21:58:02 +10:00
Inari Listenmaa
cd53c5304e
(Som) typofix
2019-08-14 13:57:20 +02:00
Inari Listenmaa
2240335832
(Som) Minor cleanup/typofix
2019-08-14 13:52:45 +02:00
Inari Listenmaa
d0ae81832b
(Som) Difference between restrictive vs. appositive relative clauses
2019-08-14 13:52:14 +02:00
Inari Listenmaa
9c2d007b39
Merge pull request #272 from inariksit/somali
...
Somali
2019-08-14 11:33:01 +02:00
Inari Listenmaa
a21c37d814
(Som) New unit tests + lexical items
2019-08-14 11:22:44 +02:00
Inari Listenmaa
77da513973
(Som) Fix bug in converting between parameters (Sg3 instead of Pl3)
2019-08-14 11:19:10 +02:00
Inari Listenmaa
3abae675c7
(Som) Add State in the inflection table of CN, to pick right conjunction
2019-08-14 11:18:07 +02:00
Inari Listenmaa
fa9c3ac4b5
(Som) PossNP: if possessor is a pronoun, use long form of pronoun
2019-08-14 11:16:22 +02:00
Inari Listenmaa
a541ca0ed6
Merge pull request #271 from inariksit/somali
...
Somali
2019-08-13 20:08:48 +02:00
Inari Listenmaa
77e42e17ee
(Som) Add unit tests about relative clauses
2019-08-13 15:50:43 +02:00
Inari Listenmaa
4d3620ff3c
(Som) Remove unnecessary BIND in predVP
2019-08-13 15:46:06 +02:00
Inari Listenmaa
dfa2d222fa
(Som) More fine-grained rules with subject pronouns, WIP
2019-08-13 15:31:45 +02:00
Inari Listenmaa
73ea77b1ba
(Som) Add linref for S
2019-08-13 15:29:32 +02:00
Inari Listenmaa
94f5dcdc0d
(Som) Fix bug in getNum: Impers is also Sg
2019-08-13 15:29:02 +02:00
Inari Listenmaa
993a79041b
(Som) fix bug in pot3: retain hundred when adding thousand
2019-08-13 12:10:11 +02:00
Inari Listenmaa
62ed2ecb89
(Som) Add conjunction in RelCN, if the CN already has a modifier
2019-08-13 11:39:30 +02:00
Inari Listenmaa
e8ac77e4fc
(Som) Update unit tests to work with option -only-cc
2019-08-13 10:05:28 +02:00
Inari Listenmaa
4c02a6c6d1
(unittest) Add option to only use cc, never parse
...
Usage like before, but add -only-cc as one of the arguments. For example:
`python3 unittest/unittest.py src/somali/unittest/vp.gftest -only-cc`
In order for it to work, the test file has to only contain test cases like this:
```
LangSom: isku BIND ma barto
Lang: PhrUtt NoPConj (UttS (UseCl (TTAnt TPres ASimul) PNeg (PredVP (UsePron youSg_Pron) (ReflVP (SlashV2a teach_V2))))) NoVoc
```
&+ needs to be written as BIND.
2019-08-11 14:34:55 +02:00
Aarne Ranta
f46f2e5073
added LangFin.labels, changed Lang.labels dobj->obj
2019-08-09 14:26:37 +02:00
Aarne Ranta
62f891f0de
concrete UD labels LangIce.labels
2019-08-09 14:07:36 +02:00
Aarne Ranta
f3150f74fb
DictIce extracted from Wiktionary, 6668 lemmas and 106809 forms. Probably still very buggy though, and many common words not included
2019-08-08 15:20:35 +02:00
Aarne Ranta
4873e78db8
extraction of all major Ice categories from Wiktionary; however, some manual post-editing still needed in the generated files
2019-08-08 15:15:54 +02:00
Aarne Ranta
892d59c89f
extraction of adjectives in Icelandic wiktionary
2019-08-08 12:11:38 +02:00
Aarne Ranta
4263f57d7e
fixed some adjective paradigms in Icelandic; further check needed
2019-08-08 12:11:06 +02:00
krangelov
bce074eca2
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-08-07 18:53:34 +02:00
krangelov
f5e3583f89
ditch the obsolete DictBul
2019-08-07 18:52:59 +02:00
Aarne Ranta
c038ba5442
started to generalize Wiktionary extraction for other categories in Icelandic
2019-08-07 18:17:57 +02:00
Aarne Ranta
87c800433d
minimal monolingual DictIce extracted from LexiconIce
2019-08-07 14:24:52 +02:00
krangelov
488174313a
fix paradigm N002a
2019-08-07 10:23:29 +02:00
Aarne Ranta
ea7e12a560
a short document of ResourceDemo for the Minibar
2019-08-06 17:49:27 +02:00
Aarne Ranta
684e19dc68
using WiktIrregIce in LexiconIce
2019-08-06 17:40:04 +02:00
Aarne Ranta
6a7b220c55
the supine forms restored in Ice.VForm (disappeared by mistake in a git reset)
2019-08-06 17:27:09 +02:00
Aarne Ranta
7bdc01f45a
the script for checking Icelandic verbs wrt Wiktionary
2019-08-06 17:07:00 +02:00
Aarne Ranta
8b84b89941
WiktIrregIce: 63 verb paradigms corrected by reference to Wiktionary. To be checked by an expert, but at least some improvements are clear.
2019-08-06 16:53:36 +02:00
John J. Camilleri
2d3d382a41
unittest: create README.md as main documentation
2019-08-05 10:57:26 +02:00
Aarne Ranta
9197783fa1
typo fix in DocumentationIceFunctor
2019-08-05 10:39:02 +02:00
Inari Listenmaa
f563a90e33
Merge pull request #269 from inariksit/somali
...
Somali
2019-08-05 11:37:23 +03:00
Inari Listenmaa
79fdbb03de
(Som) Small fixes in noun morphology
2019-08-05 10:25:08 +02:00
Inari Listenmaa
95c95a3e2c
(Som) Fix bug in DetCN with indefinite forms
2019-08-05 09:59:33 +02:00
Inari Listenmaa
c8b0db121d
(Som) Use long form of pronoun in ConjNP
2019-08-05 09:45:07 +02:00
Aarne Ranta
2fdfd5127e
showing word lemmas in DocumentationIce headings
2019-08-04 21:15:44 +02:00
Aarne Ranta
80854f4c44
extended DocumentationIce to V2
2019-08-02 18:40:51 +02:00
Aarne Ranta
abf96c097c
the table script now takes all N,A,V from Lexicon
2019-08-02 18:33:37 +02:00
Aarne Ranta
44885e8216
simple script for generating a number of inflection tables as a html document
2019-08-02 18:21:54 +02:00
Aarne Ranta
ce27e4e017
Icelandic documentation: completed with adjectives
2019-08-02 18:21:12 +02:00
Aarne Ranta
b49c0255c6
documenting verb tables in Icelandic
2019-08-02 16:56:10 +02:00
Aarne Ranta
6379c22272
Terminology and Documentation for Icelandic; noun tables done
2019-08-02 15:31:23 +02:00
Aarne Ranta
915d0f0d50
added Ara and Eus into ResourceDemo
2019-08-02 12:17:11 +02:00
Aarne Ranta
8b8d815a5b
added more morphological tags to LangEng.labels
2019-08-02 12:06:52 +02:00
Aarne Ranta
5762461bea
Icelandic: added VInf Middle, which was a missing form, as well as a constructor depV for deponent verbs, also matched by -st ending in one-place mkV
2019-08-02 11:35:32 +02:00
Aarne Ranta
a1d1966d70
some catch-all cases in Ice paradigms to prevent compilation errors; need proper verification
2019-08-02 10:49:09 +02:00
Aarne Ranta
fb5943a58e
added Ice.mkN : Str -> N following textbook heuristics
2019-08-01 18:24:46 +02:00
Inari Listenmaa
3700527c4a
Merge pull request #268 from inariksit/somali
...
Somali
2019-08-01 10:10:47 +03:00
Inari Listenmaa
4d79df8406
(Som) WIP: Conjunctions
2019-07-31 17:50:50 +02:00
Inari Listenmaa
60508533d2
(Som) Minor fixes
2019-07-30 17:17:54 +02:00
Inari Listenmaa
bba53fc48b
(Som) Fix bug in UttVP+RelVP
2019-07-30 17:13:05 +02:00
Inari Listenmaa
773417511a
(Som) Fix bug in RelNP with pronouns
2019-07-30 17:01:33 +02:00
Inari Listenmaa
469718230a
(Som) WIP: add FocusObj
2019-07-30 16:38:57 +02:00
Inari Listenmaa
8425048557
Merge pull request #267 from inariksit/somali
...
Somali
2019-07-30 14:43:26 +03:00
Inari Listenmaa
855d04dee5
(Som) Use PrepCombination in VP instead of c2,c3 : Preposition
2019-07-30 11:18:19 +02:00
Inari Listenmaa
7a147ccd7e
(Som) Put subject pronoun back in QuestCl
2019-07-28 14:38:42 +03:00
Inari Listenmaa
b8a7b4f0bd
(Som) WIP relative clauses.
...
Add short relative forms in VForm, split Cl(Slash) etc. even further, to
make it possible to not add sentence type marker in RelVP.
2019-07-28 12:55:16 +03:00
Inari Listenmaa
e22c3b4212
(Som) Minor fixes
2019-07-28 12:54:23 +03:00
Inari Listenmaa
99e7e61863
(Som) Make Cl, S etc. discontinuous, to add Subj to the right place
2019-07-26 22:20:00 +03:00
Inari Listenmaa
0b6fc7732b
Merge pull request #266 from inariksit/somali
...
(Som) Take passive out of Prep + add reflexive as PrepAgr + update tests
2019-07-25 18:56:47 +03:00
Inari Listenmaa
e4bc20e482
(Som) WIP: subordinate clauses
2019-07-25 18:42:16 +03:00
Inari Listenmaa
e5aa8a6499
(Som) Remove Impers_Prep and put it in PrepCombination
2019-07-25 18:41:16 +03:00
Inari Listenmaa
8c8612b7d7
(Som) Take passive out of Prep + add reflexive as PrepAgr + update tests
2019-07-24 19:24:19 +03:00
Inari Listenmaa
fbb431f2d2
Merge pull request #264 from bamutra/master
...
Rukiga gf-rgl
2019-07-24 05:55:52 +03:00
Inari Listenmaa
778fccf907
Merge pull request #265 from inariksit/somali
...
Somali
2019-07-23 23:33:44 +03:00
Inari Listenmaa
c4d7eabc83
(Som) Add more preposition combinations with passive
2019-07-23 21:40:14 +03:00
krangelov
5cd076d450
linrefs for all verb categories
2019-07-22 22:07:21 +02:00
Inari Listenmaa
a6530e4f1d
(Som) Create PrepAgr param for prepositions combining with pronouns
2019-07-22 21:51:44 +03:00
Inari Listenmaa
eabf415b0b
Merge pull request #263 from inariksit/somali
...
Somali
2019-07-22 21:49:50 +03:00
Inari Listenmaa
2717955d3c
(Som) New unit test
2019-07-22 21:49:30 +03:00
Inari Listenmaa
6817734f8d
(Som) Remove already implemented functions from MissingSom
2019-07-22 21:42:40 +03:00
Inari Listenmaa
89b52b89f9
(Som) Shaving off parameters here and there
2019-07-20 18:35:19 +03:00
Inari Listenmaa
2efd8435ae
(Som) More unit tests
2019-07-20 18:33:14 +03:00
Inari Listenmaa
6f2896acc9
Merge pull request #262 from inariksit/somali
...
Somali
2019-07-19 14:14:39 +03:00
Inari Listenmaa
404873802e
(Som) Add unit tests about VPs
2019-07-19 13:58:43 +03:00
Inari Listenmaa
c96ba57991
(Som) New lexical items
2019-07-19 13:58:22 +03:00
Inari Listenmaa
56be17ccf9
(Som) Add GenericCl
2019-07-19 13:58:02 +03:00
Inari Listenmaa
8c11c9e372
(Som) Add empty Str field to NP so every NP contributes with some string
...
Otherwise parsing sentences with pronoun objects gives metavariables.
2019-07-19 13:57:37 +03:00
Inari Listenmaa
9c1c488703
Merge pull request #261 from inariksit/estonian
...
Estonian + Somali
2019-07-19 09:41:05 +02:00
Inari Listenmaa
54870ec678
(Est) Minor cleanup+formatting
2019-07-19 10:22:07 +03:00
Inari Listenmaa
89217ee9cc
(Est) Add [CN] and {Base,Cons,Conj}CN
2019-07-19 10:21:29 +03:00
Inari Listenmaa
08cec84079
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into somali
2019-07-19 10:06:14 +03:00
Inari Listenmaa
844755b666
Merge pull request #258 from hleiss/accdatV3
...
(Ger) Readjusting accdatV3 in ParadigmsGer and modifying V3-examples …
2019-07-18 19:55:25 +02:00
Inari Listenmaa
87b21c6435
Merge pull request #257 from hleiss/vp-paradigm
...
(Ger) Correction of VP paradigm with modal verbs
2019-07-18 19:55:11 +02:00
Inari Listenmaa
db4f31047e
(Som) Add reflexives
2019-07-18 20:49:59 +03:00
Peter Ljunglöf
26442cdbd0
unittest: example test file
2019-07-12 11:05:40 +02:00
Peter Ljunglöf
7cbe4e7810
unittest: adding support for Python- or GF-style comments
2019-07-12 10:39:16 +02:00
Peter Ljunglöf
29ee6d0d70
unittest: updated the script to be able to work from the unittest directory
2019-07-12 10:39:16 +02:00
Peter Ljunglöf
9646629fb3
unittest: Move script to new directory
2019-07-12 10:39:16 +02:00
Peter Ljunglöf
35b6d8be55
Unit testing for RGL languages, written in Python 2+3
2019-07-08 23:02:53 +02:00
Hans Leiss
d9928919e3
(Ger) Readjusting accdatV3 in ParadigmsGer and modifying V3-examples in LexiconGer instead
...
ParadigmsGer had two constructions of verbs v:V3 with dat- and acc-object nps,
(1) mkV3 : V -> V3 = \v -> mkV3 v accPrep datPrep ;
(2) accdatV3 : V -> V3 = \v -> mkV3 v datPrep accPrep ; -- (no prepositions)
In a previous patch, I had replaced (accdatV3 v) to (mkV3 v accPrep datPrep), as the
name suggested. (This actually was the meaning of accdatV3 in gf-3.2, which had only
a non-overloaded mkV3 : V -> Prep -> Prep -> V3.)
The reason for having two constructions for dat+acc-verbs in Ger seems to be *Eng*:
for English, ditransitive V3-verbs are defined by
(2') mkV3 : V -> V3 = \v -> mkV3 v noPrep noPrep ;
like "to give sb sth", where the indirect argument comes first (c2=indir), the direct
second (c3=dir), corresponding to c2=datPrep, c3=accPrep in Ger; apparently, this was
meant by the comment (no prepositions) in (2). Other V3-verbs in Eng are defined by
(1') mkV3 : V -> Prep -> V3 = \v,p -> mkV3 v noPrep p ;
like "to give sth to sb", so that (c2=dir), (c3=indir-with preposition),
corresponding to c2=acc,c3=dat in Ger, i.e. (1).
In order to get trees with equal meaning in Ger and Eng, the direct and indirect
arguments of corresponding verbs must match. Therefore, some V3-verbs in Ger have to
be defined using (1), others using (2), although they syntactically behave similar.
This patch therefore reinstalls (1) and (2), and changes the V3 in LexiconGer to:
give_V3 = accdatV3 Irreg.geben_V ; -- c2=datPrep, c3=accPrep, to fit
-- to Eng ditransitive: give sb(indir) sth(dir) (no preposition)
sell_V3 = mkV3 (no_geV (regV "verkaufen")) ; -- Eng: mkV3 v noPrep toPrep
send_V3 = mkV3 (regV "schicken") ; -- Ger mkV3 v = Ger: mkV3 v accPrep datPrep
2019-07-08 16:09:17 +02:00
Hans Leiss
45e6bfdec5
(Ger) Correction of VP paradigm with modal verbs
...
The inf part of VPC is split into inf,inf2:Str to correct
hat ... wollen lesen => hat ... lesen wollen
wird ... wollen haben lesen => wird ... haben lesen wollen
(for: lesen wollen|gewollt haben)
Changed useVP and mkClause of ResGer and MkVPS of ExtraGer.
(ExtraGer.DisToCl needs to be adapted, but best by unification with mkClause.)
See also tests/german/vp-paradigm.*
2019-07-06 15:29:23 +02:00
Inari Listenmaa
bc78d8466e
Merge pull request #256 from inariksit/arabic-mkN
...
Bugfix in Arabic mkN
2019-07-05 11:06:06 +02:00
Inari Listenmaa
64e9947a61
(Ara) Fix bug in mkN instance for sg,pl,gender,species.
2019-07-05 10:44:56 +02:00
Inari Listenmaa
d426b0f9d1
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into arabic-mkN
2019-07-05 10:18:42 +02:00
Inari Listenmaa
932c72c36b
Merge pull request #255 from hleiss/pron-ordering
...
Pron ordering
2019-07-04 17:06:50 +02:00
Hans Leiss
2a1c22c5ca
fixed the syntax error with --# notpresent in ResGer
2019-07-04 14:15:50 +02:00
Inari Listenmaa
37dbd8e486
Merge branch 'pron-ordering' of https://github.com/hleiss/gf-rgl into hleiss-pron
2019-07-04 10:55:41 +02:00
Hans Leiss
07aa656687
updated tests/german/object-order.README
2019-07-04 10:19:24 +02:00
Hans Leiss
b521089274
Added tests for pronoun-switch and object ordering in Ger (see tests/object-order.*)
2019-07-03 19:16:35 +02:00
Inari Listenmaa
2500c02b5f
Merge pull request #254 from inariksit/somali
...
Somali
2019-07-02 09:55:59 +02:00
Inari Listenmaa
e4394b633c
(Som) VV complements + some restructuring.
2019-07-01 20:30:06 +02:00
Hans Leiss
d3c6dddf2c
removed comment from ResGer
2019-07-01 17:39:42 +02:00
Inari Listenmaa
ca06dc4e1d
(Som) More fine-grained adverbials
2019-07-01 14:13:45 +02:00
Inari Listenmaa
e42cc6db61
Merge pull request #253 from inariksit/somali
...
Somali
2019-07-01 12:09:35 +02:00
Inari Listenmaa
8115b26947
(Som) Rename some parameters to begin with capital letter
2019-07-01 10:44:37 +02:00
Inari Listenmaa
0e52ffbb6a
(Som) Make object pronoun and preposition(s) contract with negation.
2019-07-01 10:28:03 +02:00
Hans Leiss
03e404e518
Improving pronoun-switch and partial ordering of objects in Ger
2019-06-29 20:40:46 +02:00
Inari Listenmaa
916a3f0a30
Merge pull request #251 from daherb/master
...
(Lat) Update of the RGL and dictionary
2019-06-28 17:59:04 +02:00
Inari Listenmaa
57f814fc2e
(Som) Streamline prepositions+passives.
...
It looks confusing, but reduces 198 concrete categories from VP and
VPSlash.
2019-06-28 17:55:51 +02:00
Inari Listenmaa
8fe4fd7362
(Som) Add conditional
2019-06-28 17:55:04 +02:00
Inari Listenmaa
5b4d1eb223
Merge pull request #252 from inariksit/somali
...
Somali
2019-06-28 17:34:16 +02:00
Herbert Lange
4e0bcecb4e
Merge branch 'latin'
2019-06-28 16:54:38 +02:00
Herbert Lange
a37b4dbe54
remove references to old lexicons
2019-06-28 16:54:26 +02:00
Herbert Lange
9b07769aaa
cleanup old lexicons
2019-06-28 16:53:43 +02:00
Herbert Lange
313ec7fb57
Merge branch 'latin'
2019-06-28 16:33:32 +02:00
Herbert Lange
a01c6e7a7a
more cleanup
2019-06-28 16:31:49 +02:00
Herbert Lange
7c1b737d20
clean up missinglat
2019-06-28 16:29:12 +02:00
Herbert Lange
ad706961c3
enable build of symbolic
2019-06-28 16:26:18 +02:00
Herbert Lange
184625fb87
Merge branch 'latin'
2019-06-28 16:22:49 +02:00
Herbert Lange
41e3fa6d7e
remove unused backward module
2019-06-28 16:22:23 +02:00
Herbert Lange
db5600bcd2
remove unused extra function
2019-06-28 16:22:02 +02:00
Herbert Lange
e2ba2023e1
change type of np and add helper function to construct string from split category
2019-06-28 16:21:30 +02:00
Herbert Lange
de44443068
change type of pn
2019-06-28 16:19:22 +02:00
Inari Listenmaa
890e29f628
(Som) Add simple y/n-questions
2019-06-28 14:52:14 +02:00
Inari Listenmaa
ef13412a66
(Som) Add CompCN+NP ; more rules for predicatives
2019-06-28 14:01:40 +02:00
Herbert Lange
b917f0c443
Merge branch 'latin'
2019-06-27 18:35:33 +02:00
Herbert Lange
dfbe4b9d93
some work on questions
2019-06-27 18:31:11 +02:00
Herbert Lange
d9cded4030
some fixes in structurallat
2019-06-27 17:46:46 +02:00
Herbert Lange
91042916d3
add linref for VV
2019-06-27 17:46:29 +02:00
Inari Listenmaa
19b3d31a0e
Merge pull request #249 from inariksit/somali
...
(Som) Restructure nominal morphology + numerals
2019-06-27 16:36:56 +02:00
Inari Listenmaa
682a0adac0
(Som) Restructure nominal morphology + numerals
2019-06-27 16:19:13 +02:00
Herbert Lange
b12308fc59
minimal working version of the extendlat module
2019-06-27 00:10:24 +02:00
Herbert Lange
aed87223d1
revert removal of voc from common which led to problems
2019-06-27 00:09:01 +02:00
Herbert Lange
08ed0d8561
fix minor issues in SymbolicLat
2019-06-26 15:04:09 +02:00
Herbert Lange
c71a79942c
basic implementation of SymbolLat
2019-06-26 14:53:25 +02:00
Herbert Lange
97e44c75c7
added scripts to regenerate missinglat
2019-06-26 14:34:02 +02:00
Herbert Lange
301f985602
updated missinglat file
2019-06-26 14:32:55 +02:00
Herbert Lange
841d121193
add semicolon at end of the file
2019-06-26 14:32:26 +02:00
Herbert Lange
b90e036472
kind of working implementation of cardinal numbers
2019-06-25 17:17:46 +02:00
Herbert Lange
1fee42e758
Merge branch 'latin'
2019-06-24 18:23:26 +02:00
Herbert Lange
9e5cb3f44d
Merge remote-tracking branch 'upstream/master'
2019-06-24 18:22:15 +02:00
Herbert Lange
a35809e130
update large dictionary
2019-06-24 18:20:48 +02:00
Herbert Lange
0f174af5b4
avoid name clases and make number feature accessible
2019-06-24 18:19:54 +02:00
Herbert Lange
4df898a038
pluralN is actually in Paradigms
2019-06-24 18:19:09 +02:00
Herbert Lange
aa87a16b94
some manual work on dictionary. will probably be overwritten when the script is fixed
2019-06-23 16:55:15 +02:00
Herbert Lange
02130dc128
helper functions for various noun types
2019-06-23 16:51:38 +02:00
Herbert Lange
9772134edc
get some basic numerals working
2019-06-15 19:04:36 +02:00
Herbert Lange
abb3f4d60f
change type of numerals (again)
2019-06-15 19:04:08 +02:00
Herbert Lange
f5141ca77a
include numerals
2019-06-15 19:03:55 +02:00
Herbert Lange
5e10b4c541
fix problem with conjunction
2019-06-15 19:03:41 +02:00
Inari Listenmaa
8915200e84
Merge pull request #248 from inariksit/somali
...
(Som) WIP: Numerals, bugfixes in gender agreement.
2019-06-14 09:35:46 +02:00
Inari Listenmaa
388741ef8d
(Som) WIP: Numerals, bugfixes in gender agreement.
...
+ Other misc. fixes, like impersonal pronoun contractions.
2019-06-13 17:37:48 +02:00
Herbert Lange
f725562f79
ongoing work on numerals
2019-06-12 15:03:27 +02:00
Inari Listenmaa
ddd863640d
Merge pull request #247 from inariksit/somali
...
(Som) Possessive structures
2019-06-12 09:25:36 +02:00
Inari Listenmaa
8295e40323
(Som) Possessive structures
2019-06-11 21:20:39 +02:00
Inari Listenmaa
c3448274d4
Merge pull request #246 from inariksit/somali
...
(Som) Ditransitive verbs
2019-06-10 16:14:15 +02:00
Inari Listenmaa
7a545c25f1
(Som) WIP: Passive.
2019-06-10 15:57:23 +02:00
Inari Listenmaa
8c6be2e7b2
(Som) Ditransitive verbs
2019-06-10 13:55:13 +02:00
Inari Listenmaa
e3ae9aec1f
Merge pull request #245 from inariksit/somali
...
(Som) VP, VPSlash, ComplSlash etc.
2019-06-07 19:19:15 +02:00
Inari Listenmaa
a9bd48ccdd
(Som) VP, VPSlash, ComplSlash etc.
2019-06-07 18:44:29 +02:00
David Bamutura
ba4db3d913
=I have managed to model the Verb and delay the Verbal template mophology for tense, Anteriority and polarity to only points when the actual sentence of verb is built. My only problem is including it in the default linearizations within cat
2019-06-05 02:39:15 +02:00
David Bamutura
4eec043991
=Made changes so that I can have one parameter for Position. Also modified Adjectives according to the unofficial notion of Degree i.e Postive, Comparative and Superative
2019-06-04 19:41:08 +02:00
David Bamutura
458706694d
=Corrected an error in paradigms to recognize smartNoun paradigm
2019-06-03 20:46:19 +02:00
Inari Listenmaa
5b09f0772d
Merge pull request #244 from inariksit/somali
...
(Som) More forms for verbs and nouns
2019-06-03 18:42:34 +02:00
Inari Listenmaa
4009dface9
(Som) More forms for verbs and nouns
2019-06-03 16:31:55 +02:00
Herbert Lange
23a0c24e88
Merge remote-tracking branch 'upstream/master'
2019-06-03 13:40:27 +02:00
Herbert Lange
8dde0246c4
some changes to the np conjunctions
2019-06-03 13:34:51 +02:00
Inari Listenmaa
8c5702b43e
Merge pull request #243 from inariksit/somali
...
(Som) Quants, Dets + more morphophonological rules
2019-05-31 17:28:53 +02:00
Inari Listenmaa
f6f77d384d
(Som) minor fixes and additions
2019-05-31 16:37:03 +02:00
Inari Listenmaa
c9cc093b05
(Som) Quants, Dets + more morphophonological rules
2019-05-31 13:10:03 +02:00
David Bamutura
22c6d5aae4
Prepared the NounPhrase and its children for the ListNP with a field describing whether the first work in NPP is a Proper Noun or a common Noun. Are NPs always common Nouns? RR treats these things differently. Phonological conditioning is also required. This is my next step
2019-05-30 17:56:04 +02:00
David Bamutura
0ee7f24982
Implemented QuestIComp in QuestionCgg.gf and edesigned IAdv, IP and IComp
2019-05-30 15:30:54 +02:00
David Bamutura
9488cae6f4
=Made some grammatical corrections based on tes grammar and worked on most functions in QustionCgg.gf
2019-05-24 06:47:57 +02:00
David Bamutura
304b877854
=Remodelled RS to accomodate RelCN and RelNP appropriately and give both direct and direct relative prnouns
2019-05-24 02:20:02 +02:00
Inari Listenmaa
485912d78b
Merge pull request #242 from inariksit/persian
...
Persian + Arabic
2019-05-23 17:18:32 +02:00
Inari Listenmaa
bae17e5283
(Ara) add AdjAsNP to ExtendAra
2019-05-23 14:07:49 +02:00
Inari Listenmaa
ec4dac68d0
(Pes) WIP: more fine-grained rules about definiteness in NPs
2019-05-23 14:07:34 +02:00
David Bamutura
366d6cd38e
=ReImplemented UseCl to cater for all 3 Tense and 1 Coditional mood Form
2019-05-20 16:48:00 +02:00
John J. Camilleri
b3b2b219e8
Update link to RGL tutorial (now HTML version)
2019-05-20 10:36:00 +02:00
John J. Camilleri
4838a59d20
Update RG tutorial to render well with update_html from gf-core
2019-05-20 10:10:11 +02:00
David Bamutura
143a9e9686
=Implemented SlashVP in sentence
2019-05-20 03:12:04 +02:00
David Bamutura
b79c1bca57
=Added PConj to Lexicon but postponed implementyation of PConjConj :Conj -> PConj because I do not know what it means?
2019-05-19 10:51:56 +02:00
David Bamutura
37d27768f1
=Corrected alas_Interj
2019-05-19 10:25:46 +02:00
David Bamutura
db4126c61f
=Finished Implementation of PhraseCgg.gf
2019-05-19 10:14:10 +02:00
David Bamutura
3aef8a9f7e
=Corrected DetQuant for no_Quant
2019-05-19 08:44:30 +02:00
David Bamutura
9b0cbc63ec
=Corrected the type of Imp because Bool produced False as default hence negative form of Imperative be = taba instead of ba. Why does GF compute for false first by default? Is it data Bool = False | True?
2019-05-19 06:31:16 +02:00
Aarne Ranta
4c308d0498
sources for GF RGL tutorial as given in LREC exactly 9 years ago; 'make' now builds html, but some txt macros for LaTeX need to be retargeted for html
2019-05-17 17:31:36 +02:00
David Bamutura
115989e017
Merge branch 'master' of github.com:bamutra/gf-rgl
...
After deleting a file on the remote master branch and deleting it on my local machine, the two seem to be out of sync hence a merge
2019-05-17 02:33:47 +02:00
David Bamutura
12a691e8ae
=Failed ti implement PositAdvAdj
2019-05-17 02:33:12 +02:00
David Bamutura
9658b175d6
Delete CatCggOld.gf
...
This file was wrongly staged for commit
2019-05-17 02:13:37 +02:00
David Bamutura
d5bec3b459
=Implemented ComparA AdAP which necesitated the modification of the ADA type. Deleted the CatCggOld.gf
2019-05-17 02:11:50 +02:00
David Bamutura
5f5d71bb0a
=Implemented ComparA in Adjective. Needs through testing
2019-05-17 01:16:44 +02:00
David Bamutura
fdc4dced45
=Implemented AjOrd in Adjective which resulted in changing the type of AP and leading to use of default Agrement AgP3 Sg KI_BI. Othrwise context is required
2019-05-17 00:47:44 +02:00
David Bamutura
cc165875f5
=corrected the error and added two more Functions in Verb.Cgg. The cause of error was repeated record lable in the same record in ResCgg.gf for VerbPhrase
2019-05-17 00:19:09 +02:00
David Bamutura
cdc9fe3072
=An error in CatCgg after implementing most of the verb functions. The error is: src/compiler/GF/Compile/GeneratePMCFG.hs:137:11-36: Irrefutable pattern failed for pattern [newCat]
2019-05-16 23:23:04 +02:00
Inari Listenmaa
ecd686df78
Merge pull request #241 from inariksit/persian
...
Persian: small fixes
2019-05-15 22:14:09 +02:00
David Bamutura
18057c6e9c
Implemented all the remaining lin functions which required a change in the ResCgg.gf. This change may not be needed now as I have not used it
2019-05-15 21:10:02 +02:00
David Bamutura
7843b47cc5
Made changes to LexiconCgg.gf and ParadigmCgg.gf to corret a warning about lock fields
2019-05-15 17:40:42 +02:00
Inari Listenmaa
9c2e4a2943
(Pes) Minor lexical fixes
2019-05-15 16:48:09 +02:00
Inari Listenmaa
06d3bdc834
(Pes) add new invarA + remove an ill-advised heuristic from mkA
2019-05-15 15:24:49 +02:00
Inari Listenmaa
4f505b62df
Merge pull request #239 from inariksit/persian
...
(Pes) Negate Cl if negative NP (nothing, no N …) is subject or object.
2019-05-15 14:01:37 +02:00
Inari Listenmaa
6e3cbfaa8e
(Pes) Negate Cl if negative NP (nothing, no N …) is subject or object.
2019-05-15 11:36:06 +02:00
David Bamutura
08d1598319
Atempted at implementing all the remaining Functions under Noun.gf and its dependencies in CatCgg.gf, LexiconCgg.gf, ParadigmCgg.gf, StructuralCgg.gf and ResCgg.gf
2019-05-15 06:29:19 +02:00
Inari Listenmaa
c44fdbcafa
Merge pull request #237 from inariksit/persian
...
Fixes in Persian and Arabic
2019-05-14 15:42:34 +02:00
Inari Listenmaa
64867f3025
(Ara) Don't use verbalAgr in a verbless construction
...
Eventual TODO: restructure the whole agreement system, there are other
complications not present in the grammar currently and too much
redundancy in NTable.
2019-05-14 15:21:55 +02:00
Inari Listenmaa
1372c0b354
(Pes) Add comparative
2019-05-14 15:19:16 +02:00
David Bamutura
52639b0d3b
Some errors corrected but my the abstract syntax seems to have changed. Cause could be the pull request I made on the current RGL
2019-05-14 10:15:21 +02:00
David Bamutura
355fcc2e6d
Some corrections made and functions added
2019-05-14 09:23:09 +02:00
David Bamutura
ef5783853f
Failed for IdentQuantN in Question: error about Num
2019-05-14 04:50:00 +02:00
David Bamutura
38b29c7071
modified Noun to accommodate for IDetCN in Question
2019-05-14 03:53:11 +02:00
David Bamutura
1dbd1b535f
Added Interrogative adverbs abd Pronouns. Not working Properly.
2019-05-14 02:04:32 +02:00
David Bamutura
64f7bdb967
Restuructured Pron, which affected Quant and all the functions that use it.
2019-05-10 23:03:09 +02:00
David Bamutura
681e459d0b
Made adjustments to thisQuant and That_Quant
2019-05-10 18:23:44 +02:00
David Bamutura
e8cce483c5
Implemented functions NumDigits, NumNumeral, OrdDigits,OrdNumeral, OrdSuperl but with changes in Structural and CatCgg for the categories
2019-05-10 18:08:35 +02:00
David Bamutura
19870f6b38
Worked on DetQuant in Noun and Digits in Numeral
2019-05-10 14:56:02 +02:00
David Bamutura
c2691eda44
Added functionality for V3 in lexicon, rearranged the Paradigms to accomodate it. Implemented Slash2V3 and Slash3V3
2019-05-06 23:15:56 +02:00
Herbert Lange
2a3de7687f
fix some of the coordination again
2019-05-06 20:25:32 +02:00
Inari Listenmaa
05eb9a0d8f
Merge pull request #236 from inariksit/persian
...
(Pes) Generalise infVP to other non-finite verb forms
2019-05-06 17:29:05 +02:00
Inari Listenmaa
31d4e5971a
(Pes) Generalise infVP to other non-finite verb forms
2019-05-06 17:17:06 +02:00
David Bamutura
48aa65d2dd
Made changes to the nature of adjective so that it linearises
2019-05-06 16:21:34 +02:00
Inari Listenmaa
ba911da6c3
(Extend,Romance) Add construction AdvIsNPAP ( #235 )
...
e.g. "here are the instructions documented", default implementation in common/ExtendFunctor is "the instructions are documented here".
2019-05-06 16:04:46 +02:00
David Bamutura
7d903526f5
Correction of errors in ResCgg.gf and Numeral.gf regarding generalization of n2-n9
2019-05-06 02:11:21 +02:00
David Bamutura
5af7fd2fa9
Half the implementation of Numerals. However, pot2plus still problematic. Ordinal numerals also problematic
2019-05-06 01:29:47 +02:00
David Bamutura
7d49c87d1e
worked on the Relative Pronoun (RP) found produced by the function IdRP
2019-05-05 16:01:46 +02:00
Inari Listenmaa
1aa440b5bb
Merge pull request #234 from inariksit/persian
...
Persian
2019-05-03 18:50:06 +02:00
Inari Listenmaa
361deec532
(Pes) misc. small fixes, additions and TODOs
2019-05-03 18:43:29 +02:00
Inari Listenmaa
038ed0e863
(Pes) Add object clitics to verb phrases
...
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com >
2019-05-03 18:43:06 +02:00
David Bamutura
b18ffa9d0b
Correction of all compilation mistatkes
2019-05-03 16:43:17 +02:00
David Bamutura
023930e37a
Implementation of AdvNP function
2019-05-03 04:33:35 +02:00
David Bamutura
66474465e3
Covered PredetNP & PrepNP in NounCgg.gf & AdverbCgg.gf alongside Predet & Adv Lexicon in StructuralCgg.gf. Errors in SentenceCgg.gf because the verb system is still a mess.
2019-05-03 03:57:11 +02:00
Inari Listenmaa
c5512550b4
Merge pull request #233 from inariksit/persian
...
Small fixes and cleanup
2019-05-01 17:52:13 +02:00
Inari Listenmaa
e9be8e3b0d
(Pes) Reuse functions in VerbPes
2019-05-01 17:41:57 +02:00
Inari Listenmaa
bc4bba1171
(Pes) Changes in sentence complements
2019-05-01 17:41:39 +02:00
Inari Listenmaa
81b142c078
Merge pull request #232 from inariksit/persian
...
Persian
2019-04-30 18:47:04 +02:00
Inari Listenmaa
ae3ada90e9
(Pes) Fix bug in creating subjunctive form in S
2019-04-30 18:42:03 +02:00
Inari Listenmaa
5b7fae3c20
(Pes) small fixes + TODOs
2019-04-30 18:40:49 +02:00
Inari Listenmaa
4a13d04e6f
(Pes) InOrderToVP: only show prefix, if the verb is کردن
2019-04-30 18:39:42 +02:00
Inari Listenmaa
f52648768f
Merge pull request #231 from inariksit/persian
...
Persian
2019-04-29 17:47:00 +02:00
Inari Listenmaa
08a956223c
(Pes) Fix word order in ComplA2
2019-04-29 13:38:12 +02:00
Inari Listenmaa
b7e6f23020
(Pes) Add new constructor for mkVS + change order of args for mkV2S
2019-04-29 13:35:49 +02:00
Inari Listenmaa
8f965e8556
(Pes) Add VVForm as a field to V2S
2019-04-29 11:36:37 +02:00
Inari Listenmaa
dce3e7f161
Merge pull request #230 from inariksit/persian
...
Persian: imperatives, word order
2019-04-27 17:12:02 +02:00
Inari Listenmaa
516d4444d3
(Pes) Add word order argument OV/VO to showVPH + use VO in Extend.ByVP
...
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com >
2019-04-26 19:06:48 +02:00
Inari Listenmaa
2103a9c576
(Pes) Small fixes in imperative
...
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com >
2019-04-26 19:05:04 +02:00
Herbert Lange
a552ba9889
change type for conjunctions, split and overload mkConj and add placeholders into the dictionary t
2019-04-26 17:26:05 +02:00
Herbert Lange
52fee8ab4d
add coordinator parameter for missing conjunctions
2019-04-26 16:44:23 +02:00
Herbert Lange
04f1b50224
add linref for conjunctions
2019-04-26 16:44:03 +02:00
Herbert Lange
6c5f004fd2
fix wrong form in copula
2019-04-26 16:18:34 +02:00
Herbert Lange
556da2493c
add linrefs for more categories
2019-04-26 16:18:26 +02:00
krangelov
4e64e46d1c
cosmetic change
2019-04-26 13:19:43 +02:00
krangelov
448f0a20e4
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-04-26 13:08:31 +02:00
krangelov
d198436d7d
extensions and corrections in BeschCat to be compatible with FreeLing. Some of the diffs were plain bugs in the original module
2019-04-26 13:06:57 +02:00
Inari Listenmaa
21af0dd9be
Merge pull request #229 from inariksit/persian
...
Fixes in Persian: Prep, Subj, N2, N3, typos
2019-04-26 12:57:12 +02:00
Inari Listenmaa
95759c15ac
(Pes) Make D_1 singular
2019-04-25 16:20:45 +02:00
Inari Listenmaa
6dbacd9892
(Pes) Add relative pronoun type in Subj
2019-04-25 16:11:28 +02:00
Inari Listenmaa
35db9a0787
(Pes) add ezafePrep, used only internally in N2
...
The semantics is "the head word takes ezafe". This is a bit confusing
compared to other Preps, where it means that the preposition takes
ezafe. But this ezafePrep is not exported to the public API.
2019-04-25 11:51:29 +02:00
Inari Listenmaa
bd79656668
(Pes) WIP right form for complements of N2 and N3
...
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com >
2019-04-25 11:23:20 +02:00
Inari Listenmaa
5b8303aa57
(Pes) Fix appComp's behaviour with prepositions that take ezafe
...
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com >
2019-04-25 11:20:37 +02:00
Inari Listenmaa
0d5cd13aea
(Pes) Small cleanup and typofix
2019-04-25 11:19:25 +02:00
Inari Listenmaa
8c4c9bcf32
Merge pull request #228 from odanoburu/embedsslash
...
(Por, UD) misc fixes
2019-04-23 10:07:51 +02:00
odanoburu
0c8da77417
* correct tree in ud treebank
...
- needs Extend's EmbedSSlash
* (Por) add EmbedSSlash
* (Por) change verb form for RPasse AAnter
the current linearization of RPasse Anter tense combination is not
grammatical Portuguese, while the auxiliar in the present + participle
past form is not available anywhere (it is grammatical Portuguese but
not as common as simple past, which gets the RPast ASimul
linearization)
2019-04-22 11:35:51 -03:00
Inari Listenmaa
505f39c0fd
Merge pull request #227 from inariksit/extend
...
(Extend) Rename WhatSSC to EmbedSSlash and change type to SSlash -> SC
2019-04-20 10:37:50 +02:00
Inari Listenmaa
40c8c5f923
(Extend) Rename WhatSSC to EmbedSSlash and change type to SSlash -> SC
2019-04-20 10:27:59 +02:00
Inari Listenmaa
dc819e2320
Merge pull request #226 from inariksit/persian
...
Persian
2019-04-18 20:02:10 +02:00
Inari Listenmaa
aac108808c
(Pes) Fixes in verb tenses
...
Co-Authored-By: Nasrin Mostofian <nasrin.mostofian@gmail.com >
2019-04-18 18:45:31 +02:00
Inari Listenmaa
6bf31fa9ec
(Pes) misc small fixes and additions
...
Co-Authored-By: Nasrin Mostofian <nasrin.mostofian@gmail.com >
2019-04-18 18:44:44 +02:00
Inari Listenmaa
1719924f56
(Pes) Add parameter in A+AP about AP's placement as predicative
...
Co-Authored-By: Nasrin Mostofian <nasrin.mostofian@gmail.com >
2019-04-18 18:31:59 +02:00
Inari Listenmaa
02b231363e
(Pes) Add a parameter to VS whether to select subjunctive or indicative
...
Co-Authored-By: Nasrin Mostofian <nasrin.mostofian@gmail.com >
2019-04-18 18:10:13 +02:00
Inari Listenmaa
ed4a954ee7
Merge pull request #225 from inariksit/spanish
...
Small fixes and additions in Spanish + Persian
2019-04-17 15:10:24 +02:00
Inari Listenmaa
92a49f9c47
(Pes) Use perfect for subjunctive in haveVerb
2019-04-17 14:37:43 +02:00
Inari Listenmaa
4277ac33ad
(Pes) Fix bug in mkPrep
2019-04-17 14:37:06 +02:00
krangelov
70ae58b089
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-04-15 08:44:03 +02:00
krangelov
f8a0b2739d
replace empty variants with nonExist
2019-04-15 08:43:36 +02:00
Inari Listenmaa
d25bbe7175
(Extend,Eng,Spa,Swe) New function: "what we did (fas fun)"
2019-04-12 15:00:11 +02:00
Inari Listenmaa
a9fd3eec92
(Romance) Add DetNPFem
2019-04-12 09:04:59 +02:00
Inari Listenmaa
d31f25f370
(Spa) Fix an error in relative pronoun: cuyo is genitive, not dative
2019-04-12 09:04:44 +02:00
Inari Listenmaa
34c81a81db
Merge pull request #224 from inariksit/spanish
...
Spanish
2019-04-12 08:12:44 +02:00
David Bamutura
373a261558
Initial Files for Rukiga RGL brough from previous coding before git tracking
2019-04-11 17:38:19 +02:00
Inari Listenmaa
1f3f8aea90
(Spa) create pronouns in one place
...
Use the same oper to get a matching pronoun for an NP. Useful in
application grammars, when you want to refer to an NP argument by a
matching pronoun.
2019-04-11 16:24:10 +02:00
Inari Listenmaa
0ce6696bfa
(Spa) add + fix some adjectives
2019-04-11 15:30:35 +02:00
Inari Listenmaa
9014d64b17
(Spa) Fix a few prepositions
2019-04-11 12:54:20 +02:00
Inari Listenmaa
7cbcd6e7ca
Merge pull request #223 from inariksit/spanish
...
Typofixes in Spanish + new construction (Functor+Eng+Spa)
2019-04-11 12:43:44 +02:00
Inari Listenmaa
a3302848ac
(ExtendFunctor,Eng,Romance) Add construction "how to walk"
...
Default implementation: "how does one walk"
2019-04-11 11:46:58 +02:00
Inari Listenmaa
00649a04c0
(Spa) remove underscore from an adverb
2019-04-11 11:32:25 +02:00
Inari Listenmaa
4ccec2fcdf
(Spa) Add missing accents to how_IAdv and which_IQuant
2019-04-10 14:53:35 +02:00
Inari Listenmaa
dee8917e56
Merge pull request #222 from inariksit/arabic
...
(Ara,Pes) Add {Base,Cons,Conj}CN
2019-04-10 14:24:26 +02:00
Inari Listenmaa
0a4b42b610
(Pes) Add {Base,Cons,Conj}CN
2019-04-10 14:18:44 +02:00
krangelov
5829c2b1e1
added mkVV, mkAdV, mkAdA
2019-04-10 14:04:07 +02:00
Inari Listenmaa
8717ad2eb9
(Ara) Add {Base,Cons,Conj}CN
2019-04-10 13:09:23 +02:00
Inari Listenmaa
d739f8c222
Merge pull request #221 from inariksit/spanish
...
remove variants {} from IrregSpa + misc. small fixes
2019-04-09 15:55:40 +02:00
Inari Listenmaa
c7c902acea
(Spa) use correct mkV instance for reencender_V and merendar_V
2019-04-09 14:56:26 +02:00
Inari Listenmaa
a666da061e
(Spa) make gratis_A invariant
2019-04-09 14:33:52 +02:00
Inari Listenmaa
fb6f9ca14c
(Spa) fix typo: èl->él
2019-04-09 13:17:42 +02:00
Inari Listenmaa
74fb09daa5
(Spa) fix bug in MakeStructuralSpa.mkDet
2019-04-09 13:16:53 +02:00
Inari Listenmaa
f827650840
(Spa) Change variants {} to nonExist in IrregSpa
2019-04-09 11:04:35 +02:00
Inari Listenmaa
16eb5ace80
Merge pull request #219 from inariksit/spanish
...
Spanish/Romance: imperative, A2
2019-04-08 15:30:35 +02:00
Inari Listenmaa
6db6266124
(Spa) Add constructor for dative intransitive verbs: "me/te/le/… parece"
2019-04-08 14:53:41 +02:00
Inari Listenmaa
ca6ab8ba12
(Spa) Add missing particle to mkImperative
2019-04-08 14:52:40 +02:00
Inari Listenmaa
aa93136c4a
(Romance) Add copType to A2 as well
2019-04-08 14:47:54 +02:00
Inari Listenmaa
88fe3a85fe
Merge pull request #218 from inariksit/spanish
...
(Spa) Sense splits, new words and gender fixes
2019-04-05 18:04:07 +02:00
Inari Listenmaa
653b7e8723
(Spa) Sense splits, new words and gender fixes
2019-04-05 17:14:54 +02:00
Inari Listenmaa
c4cb25bc8b
Merge pull request #217 from inariksit/spanish
...
(Spa) Fix SgP2 imperative form for {abs,man,ob,…}tener_V
2019-04-05 11:01:19 +02:00
Inari Listenmaa
7022d0d4b8
(Spa) Fix SgP2 imperative form for {abs,man,ob,…}tener_V
2019-04-05 09:11:32 +02:00
Inari Listenmaa
98998cb1ae
Merge pull request #216 from inariksit/spanish
...
Spanish lexicon
2019-04-04 20:58:51 +02:00
Inari Listenmaa
bc06abe350
(Spa) New words + fix genders + check segmentation in DictSpa
2019-04-04 20:42:00 +02:00
Inari Listenmaa
1e670bb6e2
(Spa) Fix typos and copypasted Portuguese in Extend
2019-04-04 13:40:04 +02:00
Inari Listenmaa
d06cd3ee37
(Spa) Add new words to DictSpa
2019-04-04 13:37:14 +02:00
Inari Listenmaa
2d33069e04
(Spa) split parte_N into parte_1_N (fem) and parte_2_N (masc)
2019-04-03 14:20:51 +02:00
Inari Listenmaa
dae2a657e0
(Spa) fix typo + automatic whitespace removal
2019-04-03 14:20:12 +02:00
Inari Listenmaa
c6b99371a6
(Spa) Add new words in Dict + fix Dict.bueno_A and Lexicon.good_A
2019-04-03 14:07:21 +02:00
Inari Listenmaa
bb178fc2c8
Merge pull request #215 from inariksit/spanish
...
(Spa) small fixes
2019-04-02 17:26:07 +02:00
Inari Listenmaa
bad6119baa
(Spa) fix some genders in DictSpa
2019-04-02 16:04:22 +02:00
Inari Listenmaa
63093fd459
(Spa) add invarA + fix typo in after_Prep
2019-04-02 14:50:03 +02:00
Inari Listenmaa
70e1292013
Merge pull request #214 from inariksit/spanish
...
Spanish: lexicon + new lins in Idiom
2019-04-02 08:32:32 +02:00
Inari Listenmaa
b00b7197e8
(Spa) Add SelfAdvVP and Exist{IP,NP}Adv
2019-04-01 17:20:53 +02:00
Inari Listenmaa
b259d24556
(Spa) genders of nouns + check some MWE segmentation
2019-04-01 17:20:14 +02:00
Inari Listenmaa
c70d149837
(Spa) Add new + remove typoed words; check MWEs in DictSpa.
2019-04-01 10:31:34 +02:00
Inari Listenmaa
b7e3c34c8d
Merge pull request #213 from inariksit/extend-subj-rs
...
(Extend) Add SubjRelNP (only relevant for Romance)
2019-04-01 08:49:24 +02:00
Inari Listenmaa
d5cf083d05
(Extend,Romance) Add SubjRelNP: force RS to be in subjunctive
...
Default implementation as RelNP in ExtendFunctor, actual implementation
for Romance.
2019-03-29 20:42:17 +01:00
Inari Listenmaa
c1425a2915
(Spa) Fix typos in youPolPl_Pron and youPolPlFem_Pron
2019-03-29 20:28:33 +01:00
Inari Listenmaa
54e39ada0a
Merge pull request #212 from inariksit/persian
...
Persian: passive + defVV
2019-03-29 15:56:32 +01:00
Inari Listenmaa
0e24f1c58a
(Pes) add defVV + cleanup
2019-03-29 15:44:36 +01:00
Inari Listenmaa
ecf19a888f
Merge pull request #211 from inariksit/export-romance-copulas
...
(Cat,Por,Spa) Export CopulaType and {ser,estar}Copula in Paradigms
2019-03-29 12:53:55 +01:00
Inari Listenmaa
d96db3992b
(Cat,Por,Spa) Export CopulaType and {ser,estar}Copula in Paradigms
2019-03-29 12:29:48 +01:00
Inari Listenmaa
c6a9434da4
(Pes) use zero-width non-joiner in all_Predet
2019-03-29 11:56:05 +01:00
Inari Listenmaa
6bc6f211bf
(Pes) Add passive construction
2019-03-29 11:55:43 +01:00
Inari Listenmaa
a16c900d34
Merge pull request #210 from inariksit/spanish
...
(Spa) Fixes and additions in DictSpa
2019-03-29 10:38:14 +01:00
Inari Listenmaa
5e348cf80f
(Spa) Fixes and additions in DictSpa
2019-03-29 10:31:59 +01:00
krangelov
b3a29dc607
added ExtendSlv.gf
2019-03-29 07:52:29 +01:00
krangelov
eee3ae6a2b
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-03-28 15:19:12 +01:00
krangelov
fbe372fe1f
added trivial overloaded functions in Estonian
2019-03-28 15:18:31 +01:00
Inari Listenmaa
0960eb80e2
Merge pull request #209 from inariksit/persian
...
(Pes) Add no_Quant
2019-03-28 13:19:59 +01:00
Inari Listenmaa
d579d36c45
Merge pull request #207 from normundsg/master
...
(Lav) A bug-fix in DictLav
2019-03-28 11:12:22 +01:00
Inari Listenmaa
24ce8a1c7b
(Pes) Add no_Quant
2019-03-27 11:18:33 +01:00
Herbert Lange
73a7fe4bd0
removed extra hyphen that broke the dict
2019-03-25 14:48:10 +01:00
Normunds Grūzītis
01363833f6
(Lav) A bug-fix in DictLav
2019-03-25 10:15:37 +02:00
Inari Listenmaa
58fe82a1c3
Merge pull request #206 from inariksit/persian
...
(Pes) Fix bug with negation in haveVerb and have_V2
2019-03-25 08:12:17 +01:00
Herbert Lange
a2d847ce26
fix bug in compnp
2019-03-23 23:40:02 +01:00
Herbert Lange
de82d4b35b
make complememt position flexible
2019-03-23 23:39:44 +01:00
Inari Listenmaa
7ea508eef7
(Pes) cmpdN: modifier always singular
2019-03-22 14:33:41 +01:00
Inari Listenmaa
f17d1f3e48
(Pes) Change word order for defective VVs.
...
NB. This might be overfitting just for a particular sentence. Ideally
check with a Persian speaker.
2019-03-22 09:45:52 +01:00
Inari Listenmaa
70b8d2e5e3
(Pes) Fix bug with negation in haveVerb and have_V2
2019-03-21 20:24:07 +01:00
Inari Listenmaa
76c1c2453e
Merge pull request #204 from inariksit/persian
...
(Pes) Add mkInterj + minor fixes in some prepositions
2019-03-20 16:11:27 +01:00
Inari Listenmaa
24ff11c63d
(Pes) Fix bug in DetQuant: "a one N"
2019-03-20 16:01:55 +01:00
Inari Listenmaa
8452076636
(Pes) Remove unnecessary parameters from Imp
2019-03-20 15:32:43 +01:00
Inari Listenmaa
79ceab1ec1
(Pes) fix typo in insertVV
2019-03-20 13:41:27 +01:00
Inari Listenmaa
3c301efd05
(Pes) Add InOrderToVP and ByVP to ExtendPes
2019-03-20 13:41:07 +01:00
Prasanth Kolachina
f0930cd5cb
Merge pull request #205 from daherb/latin
...
Fix Latin issues
2019-03-20 12:26:41 +01:00
Herbert Lange
b060551802
remove ListS for the moment again because it leads to problems
2019-03-20 12:05:53 +01:00
Herbert Lange
943ce05351
replace dict symlinks with actual files
2019-03-20 12:00:45 +01:00
Inari Listenmaa
8438e88410
(Pes) Fix bug in PrepNP
2019-03-20 10:23:34 +01:00
Inari Listenmaa
95e62cd06a
Merge pull request #203 from daherb/latin
...
Latin
2019-03-19 16:59:11 +01:00
Inari Listenmaa
25a151c2d2
(Pes) Add mkInterj + minor fixes in some prepositions
2019-03-19 16:56:10 +01:00
Herbert Lange
7151b6f506
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-03-19 16:35:26 +01:00
Herbert Lange
49ee26feb0
removed extra stuff. still available in separate branch on https://github.com/daherb/gf-rgl/tree/latin-extra
2019-03-19 16:29:23 +01:00
Herbert Lange
42a339edf6
fix symbol rule
2019-03-19 16:26:24 +01:00
Herbert Lange
07642354fe
some work on sentence conjunction
2019-03-19 16:26:10 +01:00
Inari Listenmaa
77af5c99e6
Merge pull request #201 from inariksit/here_are_Cl
...
Extend + DictSpa
2019-03-19 09:42:12 +01:00
Inari Listenmaa
f8d8ba0aa9
Merge pull request #200 from odanoburu/extend-romance-cat-ita
...
(Cat,Ita) add stub implementations of Extend
2019-03-19 09:35:52 +01:00
Inari Listenmaa
82937227bc
(Extend) Add AdvIsNP + implement it in Eng,Fin,Pes,Romance,Swe
2019-03-19 09:34:26 +01:00
Inari Listenmaa
e35abeac6b
(Spa) Fix some genders + MWE segmentation in DictSpa
2019-03-19 09:33:33 +01:00
odanoburu
5aedf4add6
rm trailing whitespace
2019-03-18 14:59:39 -03:00
odanoburu
76bf6b7363
(Cat,Ita) add stub implementations of Extend
...
- using ExtendRomanceFunctor
- can't compile ExtendFre using ExtendRomanceFunctor though..
2019-03-18 14:58:42 -03:00
Inari Listenmaa
230d7afe1f
Merge pull request #199 from inariksit/persian
...
(Pes) Support relative pronoun contraction
2019-03-18 15:15:12 +01:00
Inari Listenmaa
cfbb22239c
(Pes) Support relative pronoun contraction
2019-03-18 14:53:56 +01:00
Inari Listenmaa
b527d83bde
Merge pull request #198 from inariksit/persian
...
Persian
2019-03-16 16:29:58 +01:00
krangelov
163d797357
integrate DocumentationSlv with the rest of the grammar
2019-03-16 16:01:59 +01:00
krangelov
75f919d46f
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-03-16 15:51:10 +01:00
krangelov
eb2103975c
better definition for red_A
2019-03-16 15:50:44 +01:00
krangelov
f7156bceaa
added DocumentationSlv
2019-03-16 15:50:15 +01:00
krangelov
3332ba2035
bugfix in the documentation for adjectives
2019-03-16 09:48:39 +01:00
Inari Listenmaa
f174e92f70
(Pes) Add alternative insertCompPost; used in an application grammar
2019-03-15 16:58:15 +01:00
Inari Listenmaa
1192a93855
(Pes) Add VPSlashPrep
2019-03-15 16:57:44 +01:00
Inari Listenmaa
6a006597c4
(Pes) Fixes in NP complements
2019-03-15 16:43:47 +01:00
Inari Listenmaa
ad37f1b681
(Pes) Add Mod to Prep + update appComp. Constructors with Mod for Det.
2019-03-15 16:39:48 +01:00
Inari Listenmaa
c61e46be89
(Pes) Add ExistNPAdv + fix ExistNP
2019-03-15 11:20:32 +01:00
Inari Listenmaa
6e4b68c7df
Merge pull request #197 from inariksit/persian
...
Persian
2019-03-14 16:59:48 +01:00
Inari Listenmaa
3751fc0b37
(Pes) add EmbedPresPart to Extend
2019-03-14 16:23:57 +01:00
Inari Listenmaa
47aa4a969d
(Pes) Remove unnecessary QForm from QS and QCl
...
Y/N questions are formed the same way in direct and indirect, not like
English "do you sleep / if you sleep".
2019-03-14 15:14:03 +01:00
Inari Listenmaa
ac4130ca2e
(Pes) Fix missing complement for NP as a subject in mkClause
2019-03-14 14:57:23 +01:00
Inari Listenmaa
58400060ad
(Pes) Add premodifier APs
2019-03-14 13:36:02 +01:00
Inari Listenmaa
76cbfa31a7
(Pes) Change place of adverb in VV constructions
2019-03-14 12:41:56 +01:00
krangelov
1b52906a11
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2019-03-13 21:42:25 +01:00
krangelov
e336f8d1d3
added some trivial morphological functions in Slovenian
2019-03-13 21:41:52 +01:00
krangelov
bf7a9e4485
add Slovenian to the list of compiled languages
2019-03-13 20:16:07 +01:00
Inari Listenmaa
3ab8fb8c59
Merge pull request #196 from inariksit/persian
...
Persian
2019-03-13 16:24:58 +01:00
Inari Listenmaa
9b9ef18242
(Pes) Add a constructor for N that doesn't pattern match
2019-03-13 15:48:11 +01:00
Inari Listenmaa
0c91baf08d
(Pes) Remove redundant exclusion of lincat of Adv
2019-03-13 15:47:49 +01:00
Inari Listenmaa
edf9aa40db
(Pes) Add Gerund{NP,CN,Adv} to Extend
2019-03-13 15:47:29 +01:00
Inari Listenmaa
718d0f9140
(Pes) Fix a few bugs in standalone forms of Dets
2019-03-13 13:37:32 +01:00
Inari Listenmaa
341a600594
Merge pull request #195 from inariksit/persian
...
Persian
2019-03-13 12:36:47 +01:00
Inari Listenmaa
6e15bce268
(Pes) Full possessive pronoun for compound nouns
2019-03-13 11:50:29 +01:00
Inari Listenmaa
a732975330
(Pes) Remove duplicate and commented out code in ExtraPes
2019-03-13 11:49:21 +01:00
Inari Listenmaa
0291ac6f75
(Pes) Add ICompAP to Extend
2019-03-13 10:59:11 +01:00
krangelov
664a413df8
added trivial morphological functions
2019-03-12 20:39:49 +01:00
Aarne Ranta
6f4dacf26f
also count abstract syntax code lines
2019-03-12 11:33:23 +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
Inari Listenmaa
6d01c96c5e
Merge pull request #194 from odanoburu/small-fixes
...
(Por) small fixes
2019-03-06 08:43:07 +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
1635d7b86f
Merge pull request #193 from inariksit/persian
...
Persian
2019-03-05 17:27:49 +01:00
Inari Listenmaa
7649fbf175
(Pes) Word order + add c2 for VA and V2A
2019-03-05 16:38:27 +01:00
Herbert Lange
e0293b2bd7
work on enabling synopsis
2019-03-05 15:24:36 +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
a10f4b359c
Merge pull request #192 from inariksit/persian
...
(Pes) Adding fields to some lexical categories
2019-03-04 16:58:10 +01:00
Inari Listenmaa
e2a3791ccf
(Pes) Adding fields to some lexical categories
2019-03-04 16:48:20 +01:00
Inari Listenmaa
87152d3650
Merge pull request #191 from inariksit/persian
...
(Pes) Fixes in word order for SlashV2V
2019-03-02 16:52:43 +01:00
Inari Listenmaa
ca51eaf433
(Pes) Fixes in word order for SlashV2V
2019-03-02 16:37:06 +01:00
Inari Listenmaa
4642d92429
Merge pull request #190 from inariksit/persian
...
(Pes) VVs etc.
2019-03-01 15:48:19 +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
42d9299879
Merge pull request #189 from inariksit/persian
...
(Pes) improvements in VV complements
2019-03-01 06:55:41 +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
1beb3272ac
(Doc) Fix typos in status.txt
2019-02-27 09:24:47 +01:00
Aarne Ranta
d5ef15c556
a script for counting lines of code in RGL implementations
2019-02-26 20:12:07 +01:00
Inari Listenmaa
e7634e9b6c
Merge pull request #188 from inariksit/persian
...
(Pes) restructuring V, VV, VP + WIP vowels for TTS
2019-02-26 17:16:12 +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
f840f6aaff
Merge pull request #187 from inariksit/persian
...
Persian
2019-02-24 10:34:03 +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
80f806fabe
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into persian
2019-02-24 08:59:55 +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
abfb57de6d
Merge pull request #186 from inariksit/persian
...
(Pes) fix poss. suff, word order, copula + cleanup
2019-02-23 11:38:40 +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
Inari Listenmaa
8a47956688
Merge pull request #184 from odanoburu/por-mkn
...
(Por) more mkN paradigms
2019-02-21 18:33:09 +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
7c9eb652b5
Merge pull request #183 from inariksit/persian-nasrin
...
(Pes) Add possessive suffixes + cleanup
2019-02-21 08:35:52 +01: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
Inari Listenmaa
eb77a27ac3
Merge pull request #174 from odanoburu/por-ter-aux
...
(Por) add ter as optional auxiliary verb
2019-02-14 13:48:07 +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
odanoburu
1f5e62299e
(Romance,Por,Spa) refactor Extend{Por,Spa} into ExtendRomanceFunctor
...
- couldn't get a functor on top of another working in GFSS2018, so now
we just copy the relevant definitions from ExtendFunctor and add the
Romance-specific ones
- add stare_V to DiffRomance (and essere_V for symmetry) so that we
can use it in ExtendRomance; using Latin verb name for fairness;
- add two missing lins to ExtendFunctor
+ related changes
2019-02-13 13:00:52 -02:00
Inari Listenmaa
e4bd251a0d
Merge pull request #172 from inariksit/spanish
...
(Spa) abrido->abierto
2019-02-13 14:53:27 +01:00
Inari Listenmaa
98d55db14a
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into spanish
2019-02-13 14:16:28 +01:00
Inari Listenmaa
07823999a9
(Spa) Fix abrido->abierto in IrregSpa + automatic whitespace removal
2019-02-13 14:15:54 +01:00
Inari Listenmaa
1d3009bc77
Merge pull request #169 from odanoburu/por-mkimperativebug
...
(Por) fix mkImperative
2019-02-13 13:47:16 +01:00
Inari Listenmaa
167cc8fc6b
Merge pull request #171 from inariksit/extend-spa
...
(Spa) Add Extend functions, mostly copied from Por
2019-02-13 11:01:03 +01:00
Inari Listenmaa
49f17e47a4
(Spa) Add Extend functions, mostly copied from Por
2019-02-13 10:29:59 +01:00
Inari Listenmaa
2389718676
(Pes) Special agreement rules
2019-02-13 10:09:22 +01:00
Inari Listenmaa
f8c0f7038f
(Pes) A few more orthography issues
2019-02-13 10:09:02 +01:00
odanoburu
c922c1c188
(Por) fix make imperative
...
- wanted to switch P2 and P3, not have P1 become P3
2019-02-12 12:28:13 -02:00
Inari Listenmaa
2c3372a5fd
Merge pull request #167 from odanoburu/por-genrp
...
(Por) add GenRP to ExtendPor
2019-02-12 15:02:31 +01:00
Inari Listenmaa
2ac36ba8e4
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl into persian
2019-02-11 14:31:46 +01:00
Inari Listenmaa
a532389bbd
(Pes) Fix orthography + add a few words in LexiconPes
2019-02-11 11:30:05 +01:00
Inari Listenmaa
9ea34d871c
(Pes) More comments in ParadigmsPes
2019-02-11 11:29:45 +01:00
odanoburu
db671b2e31
(Por) add GenRP to ExtendPor
2019-02-10 10:22:12 -02:00
Inari Listenmaa
57b59ff386
Merge pull request #166 from odanoburu/iberic-clause-inversion
...
(Por,Spa) don't invert word order in questions most of the time
2019-02-10 08:47:34 +01:00
Inari Listenmaa
56328d56f1
Merge pull request #164 from odanoburu/usecomp_estar
...
(Extend,Por,Spa) add UseComp_estar
2019-02-10 08:41:49 +01:00
odanoburu
de301c45cd
(Por,Spa) don't invert word order in questions most of the time
...
- don't invert in QuestIAdv either
(Romance) allow for finer-grained choice of when to invert word order
in questions
2019-02-09 12:54:54 -02:00
Inari Listenmaa
f4daeb4f54
Merge pull request #165 from inariksit/persian
...
Persian
2019-02-09 15:36:33 +01:00
Inari Listenmaa
5fa83b90e4
(Pes) Add possibility to use vowel diacritic (kasre) in mkEzafa
...
It's still not using kasre, but if you want to use it, just change one
line.
2019-02-09 15:28:20 +01:00
Inari Listenmaa
b0ea6680fb
(Pes) comment out conjThat from insertVV; TODO where it should go?
2019-02-09 15:27:06 +01:00
Inari Listenmaa
812602e6f8
(Pes) Cleanup; add comments in ParadigmsPes
...
Hide some confusing constructors from the public API, add mkA2 and a
pattern matching mkV
2019-02-09 15:26:12 +01:00
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
Inari Listenmaa
1373840389
(Ara) Add some comments
2019-01-23 16:42:24 +01:00
Inari Listenmaa
83c6883711
(Ara) Add a field to VP: whether to use negative copula for negation
2019-01-23 16:41:36 +01:00
Inari Listenmaa
674b13292d
(Ara) Add documentation for mkVV constructors
2019-01-23 16:41:26 +01:00
Inari Listenmaa
d5084f9041
(Ara) Sorry again, still don't know how to use git.
2019-01-23 16:41:07 +01:00
Inari Listenmaa
fa5f4fe829
(Ara) force also imperative forms in forcePerson
2019-01-23 16:40:31 +01:00
Inari Listenmaa
1c4db86736
(Ara) Add all forms of the negative copula
2019-01-23 16:40:16 +01:00
Inari Listenmaa
a5d1dda8c5
(Ara) Fix wrong information in mkV : (root,masdar:Str) -> VerbForm -> V
2019-01-23 16:40:06 +01:00
Inari Listenmaa
29cc78439d
(Ara) Ignore this, I'm learning to use git cherry-pick.
2019-01-23 16:39:33 +01:00
Inari Listenmaa
fd0a7da79a
(Ara) Remove Preposition from API, only use Prep
...
Preposition still used internally in ResAra and MorphoAra; Prep is a
subtype. For the API it makes sense to only have Prep, not two types.
2019-01-23 16:38:13 +01:00
Inari Listenmaa
e1eb288c29
(Ara) Cleanup in verbDefBool
2019-01-23 16:38:01 +01:00
Aarne Ranta
bea351b2bf
added ExtenFin.ByVP
2019-01-22 08:57:19 +01:00
Inari Listenmaa
8e908a6810
Merge pull request #147 from inariksit/arabic
...
Arabic
2019-01-22 08:32:36 +01:00
Aarne Ranta
40144e810b
added functions to ExtendFin, also excluding some functor instantiations
2019-01-21 20:46:01 +01:00
Inari Listenmaa
1d94d319b8
(Ara) Refactor ResAra: move root-and-pattern morphology into MorphoAra
2019-01-21 17:38:45 +01:00
Inari Listenmaa
c8523f0413
(Ara) Small bugfixes that came from changing DefForms
2019-01-21 14:01:20 +01:00
Inari Listenmaa
1faa9acd93
(Ara) Fix dual for defective verbs that end in w
2019-01-21 12:17:55 +01:00
Inari Listenmaa
8ac74c9384
Merge pull request #146 from odanoburu/patch-4
...
fix broken link in synopsis
2019-01-19 15:16:49 +01:00
Inari Listenmaa
c3590f0334
(Ara) WIP Restructuring Morpho and Res + fixed some forms in class 1d3
2019-01-18 17:34:13 +01:00
Aarne Ranta
0ee80e5eac
ParadigmsEng: added auxVV ; corrected negative forms of infVV
2019-01-17 20:20:26 +01:00
bruno cuconato
fe9cc96992
fix broken link
2019-01-16 09:34:05 -02:00
Inari Listenmaa
9054c6a909
Merge pull request #145 from inariksit/arabic
...
(Ara) add a few words in Structural and Construction
2019-01-15 22:47:59 +01:00
Inari Listenmaa
92126763c7
(Ara) add a few words in Structural and Construction
2019-01-15 22:32:20 +01:00
Inari Listenmaa
738091d170
Merge pull request #142 from odanoburu/fix
...
(Por) correct examples
2019-01-15 16:59:34 +01:00
Inari Listenmaa
6dc0269c1d
Merge pull request #144 from inariksit/arabic
...
(Ara) misc small fixes
2019-01-15 16:59:24 +01:00
Inari Listenmaa
5957dcf301
(Ara) misc small fixes
2019-01-15 16:54:08 +01:00
Inari Listenmaa
2a2114b227
Merge pull request #143 from inariksit/arabic
...
Arabic
2019-01-15 16:43:18 +01:00
odanoburu
162d010c1c
(Por) correct examples
...
+ comment unnecessary cases
in noun paradigms
2019-01-15 11:57:49 -02:00
Inari Listenmaa
25275794cf
(Ara) Add quadriliteral FormXI + improve documentation
2019-01-15 10:32:26 +01:00
Inari Listenmaa
e44440928a
(Ara) Add v4assimilated
2019-01-15 10:32:01 +01:00
Inari Listenmaa
c021129cda
(Ara) Add missing masdars to some paradigms
2019-01-15 10:30:27 +01:00
Inari Listenmaa
8f0bd00ecc
Merge pull request #141 from inariksit/arabic
...
Arabic
2019-01-14 21:30:44 +01:00
Inari Listenmaa
63c8049416
(Ara) Move adv in AdvCN and SentCN to another field, to fix word order
2019-01-14 21:23:12 +01:00
Inari Listenmaa
51e714864e
(Ara) add parameter to uttVP oper
2019-01-14 21:22:42 +01:00
Inari Listenmaa
6348f06052
(Ara) WIP verbal nouns; new paradigms+keep old ones backwards compatible
2019-01-14 21:21:55 +01:00
Herbert Lange
0ae057b55a
updated latin rgl
2019-01-14 17:23:47 +01:00
Herbert Lange
ce13e0dee3
make links for dict files on the top level
2019-01-14 17:05:00 +01:00
Herbert Lange
58c8cf70ea
copy files over from GF-latin
2019-01-14 16:40:07 +01:00
Inari Listenmaa
65fa4cfc20
Merge pull request #140 from odanoburu/por-cop
...
(Por) change copula type from bool to sum param
2019-01-14 00:03:12 +02:00
odanoburu
2f4db8e0bc
(Por) change copula type from bool to sum param
...
Portuguese actually has several verbs that can act as copulas,
although the main ones are ser and estar. this allows other types of
copulas to be added.
2019-01-13 18:25:53 -02:00
Aarne Ranta
82f31077d7
MakeStructuralEng,Fin : add Str to a Det, to enable for instance 'very many'
2019-01-12 08:55:36 +01:00
Inari Listenmaa
d95c74971a
Merge pull request #139 from odanoburu/por-doc
...
(Por) correct documentation generation from Paradigms
2019-01-11 22:41:56 +01:00
Inari Listenmaa
3e7957857f
Merge pull request #136 from odanoburu/por-dict
...
(Por) add Dict module, improve Irreg module + update README
2019-01-11 22:41:44 +01:00
odanoburu
653616a025
(Por) don't use Dict in All
2019-01-11 13:40:23 -02:00
odanoburu
182ef92260
(Por) correct documentation generation in Paradigms
...
- use gfdoc correctly
- use paradigms in Lexicon
- use lin instead of lock_* in Paradigms
- fix typo in languages.csv
2019-01-11 13:26:20 -02:00
Inari Listenmaa
d398863cf6
Merge pull request #138 from inariksit/arabic
...
Arabic
2019-01-11 15:50:27 +01:00
Inari Listenmaa
9d1e9b1bf1
(Ara) include VPSlash's c2 in ReflVP
2019-01-11 15:46:38 +01:00
Inari Listenmaa
f0ae2cfdb2
(Ara) add missing diacritic to with_Prep
2019-01-11 15:46:05 +01:00
Inari Listenmaa
2c0a34b9f4
Merge pull request #137 from inariksit/arabic
...
Arabic
2019-01-10 20:43:05 +01:00
Inari Listenmaa
cf9a9b31ad
(Ara) Add new mkA constructor + improve documentation of old ones
2019-01-10 20:20:28 +01:00
odanoburu
40a6b516d9
(Por) fix import name
2019-01-10 15:06:55 -02:00
odanoburu
cbf67ab528
(Por) open Extra, Dict,Irreg in All to force compilation
2019-01-10 13:32:12 -02:00
odanoburu
cfd110632c
(Por) fix compilation error
...
- change name of verbs
2019-01-10 13:29:14 -02:00
odanoburu
22788d2d66
(Por) update README
...
- with Dict and Irreg info
- with tense change
2019-01-10 12:36:35 -02:00
odanoburu
ead472bf51
Merge remote-tracking branch 'upstream/master' into por-dict
2019-01-10 12:34:00 -02:00
odanoburu
a4334f0904
(Por) add Dict module, improve Irreg module
...
* Dict
- Dict only contains nouns and adjectives using the full-form
paradigms^1 (for stability and because generating the minimal ones
would take longer)
- verbs can be found in Irreg, using bescherelle paradigms -- the
full-form ones would make the file too big!
- adverbs are just {s : Str}, so if you know their names you can make
them yourself, no need to include them (but I can if it's best)
^1: adjectives actually use the almost full-form paradigm, but they
should be correct except for a couple of cases
* Irreg
- renamed IrregBesch to Irreg
- added more verbs (there are still quite a few missing)
2019-01-10 12:18:25 -02:00
Inari Listenmaa
186c41bdbb
(Ara) add nothing_NP + improve smart paradigm for nisbaA
2019-01-10 14:25:10 +01:00
Inari Listenmaa
a79c1cfc5f
Merge pull request #135 from odanoburu/morpho
...
(Por) improve adjective smart paradigms
2019-01-10 13:24:19 +01:00
Inari Listenmaa
b5e9120bae
Merge pull request #134 from odanoburu/por-tense
...
(Por) differ from Romance tense/anteriority in only one case
2019-01-10 13:22:19 +01:00
odanoburu
96b64320b9
Merge remote-tracking branch 'upstream/master' into por-dict
2019-01-10 09:56:47 -02:00
odanoburu
9376c108ac
(Por) rm (indirect) use of runtime gluing
2019-01-10 09:53:47 -02:00
odanoburu
aeb4b3b3c1
(Por) differ from Romance tense/anteriority in only one case
...
- in order to follow Romance more closely, we only avoid using the
auxiliary in (RPres,Anter), instead of swapping the perfect and
imperfect forms too
2019-01-10 08:59:59 -02:00
Inari Listenmaa
04400471b8
Merge pull request #133 from inariksit/arabic
...
(Ara) Add new mkV2V constructors + better comments for degrA
(Ara) Add new paradigm for assimilated+defective FormI verbs
(Ara) misc. small fixes/additions
2019-01-09 19:44:36 +02:00
Inari Listenmaa
90f1585d7e
(Ara) misc. small fixes/additions
2019-01-09 19:39:04 +02:00
Inari Listenmaa
5a0818920b
(Ara) Add new paradigm for assimilated+defective FormI verbs
2019-01-09 19:38:47 +02:00
odanoburu
167e80df97
(Por) improve adjective smart paradigms
...
- make it about guessing feminine form from the lemma (masculine form)
- this way one can reuse the noun paradigm in the adjective paradigms,
simplifying it and improving it at the same time
- add cases for 'mente'
obs: works but doesn't compile?
2019-01-09 12:00:32 -02:00
Inari Listenmaa
002fea0e66
(Ara) Add new mkV2V constructors + better comments for degrA
2019-01-09 13:51:06 +02:00
Inari Listenmaa
3aa7eb5e9b
Merge pull request #131 from odanoburu/morpho
...
(Por) generalize acuteToVowel to diacriticToVowel
2019-01-09 13:49:03 +02:00
odanoburu
01ad6e0876
(Por) generalize acuteToVowel to diacriticToVowel
...
- also fix parenthesis that broke build
2019-01-09 08:54:22 -02:00
odanoburu
ea05625a88
Merge remote-tracking branch 'upstream/master' into morpho
2019-01-09 08:34:41 -02:00
odanoburu
971df762f5
(Por) use lin instead of lock_*
2019-01-09 08:34:38 -02:00
Inari Listenmaa
282e8ab589
Merge pull request #130 from odanoburu/morpho
...
(Por) improve smart paradigm for nouns
2019-01-09 08:33:42 +02:00
Inari Listenmaa
967e28e3f7
Merge pull request #129 from odanoburu/por-warnings
...
(Por) miscellaneous fixes
2019-01-09 08:16:54 +02:00
Inari Listenmaa
fcdcd7d6fb
Merge pull request #128 from odanoburu/romance-tense-ant
...
(Romance,Por) allow Romance Languages to choose different verb forms for the same tense/anteriority
2019-01-09 08:15:49 +02:00
odanoburu
e2d657bf7a
(Por) delete smartGenNoun, actually
2019-01-08 10:22:01 -02:00
odanoburu
3cb24d9b0d
(Por) improve smart paradigm for nouns
...
- handle 'ão' better (thanks @inariksit!)
- add more cases (for compounds with hyphen, acutes ending in 'l', etc
- concentrate smartness in mkNomReg (i.e., make smartGenNoun dumb)
2019-01-08 10:12:42 -02:00
odanoburu
3b55eaa89d
(Por) misc fixes
...
- add n_units_of_NP
- add n_unit_CN
- refactor adjective paradigm opers
- rm identity definitions in Idiom
2019-01-07 13:35:31 -02:00
odanoburu
8013362e48
(Por) use chooseTA
...
- pick imperfect tense when verb form is present anterior
- pick perfect tense when verb form is past simultaneous
2019-01-07 10:30:31 -02:00
odanoburu
560f9b22c2
(Por) WIP: remove compilation warnings
2019-01-07 09:55:38 -02:00
odanoburu
424e65d66c
(Romance) abstract tense/anteriority choice of verb/auxiliary to oper
...
in Diff
- in preparation for changing the choices in DiffPor
2019-01-07 09:51:10 -02:00
Inari Listenmaa
579bdfcca5
Merge pull request #127 from inariksit/doc
...
(synopsis) Fix typos in Music example
2019-01-07 09:18:21 +02:00
Inari Listenmaa
f72890bd05
(synopsis) Fix typos in Music example
2019-01-07 08:42:57 +02:00
Inari Listenmaa
fb5d274a36
Merge pull request #126 from inariksit/arabic
...
Arabic
2019-01-05 21:40:09 +02:00
Inari Listenmaa
dd8c604996
Merge pull request #125 from odanoburu/term
...
(Por) misc fixes
2019-01-05 21:37:37 +02:00
Inari Listenmaa
98b5cf9ab9
(Ara) misc small additions/tweaks
...
AdvAP: reuse implementation of AdAP
BaseNP, ConsNP, ConjNP: don't make NP by default heavy.
2019-01-05 21:32:27 +02:00
Inari Listenmaa
b2ea7a5497
(Ara) Add ReflA2 and ReflVP
2019-01-05 21:30:57 +02:00
odanoburu
cf0d272a22
(Por) misc fixes
...
- add oper for compound nouns
- fix smartparadigm for adjectives
- fill Terminology to avoid warnings
(Eng) add pragma line to LangEng
2019-01-04 12:19:46 -02:00
Inari Listenmaa
e448f0e869
Merge pull request #124 from inariksit/arabic
...
Arabic
2019-01-04 15:09:25 +02:00
Inari Listenmaa
53c719c70e
(Ara) typofix
2019-01-04 14:34:49 +02:00
Inari Listenmaa
f32e49ca92
(Ara) Fix bug in ImpersCl
...
ImpersCl (VP -> Cl) used to check whether the VP is predicative, and
in the positive case, force the dummy subject to not be a pronoun.
This has been wrong since the time I changed prodrop rules in PredVP.
The error that followed manifested when the Cl was put in subordinate
position: the subject pronoun did not attach to the conjunction.
An example follows.
Lang: SubjS that_Subj (UseCl (TTAnt TPres ASimul) PPos (ImpersCl (UseComp (CompNP (DetCN (DetQuant IndefArt NumSg) (UseN girl_N))))))
LangEng: that it is a girl
Old LangAra: أنَّ ها بِنتٌ (wrong)
New LangAra: أنَّ &+ ها بِنتٌ (correct)
2019-01-04 13:39:58 +02:00
Inari Listenmaa
4141375976
(Ara) Add a distinction in CN and NP whether it's heavy
...
This makes a difference in word order; default is VSO, but if the
subject NP is complex, e.g. coming from RelNP or SentCN,
the more natural word order is SVO.
Example that triggered the change comes from an application grammar:
Gold standard by informant: مَا تَوَصْلّنَا إلَيهِ يَبْدُو مَنْطِقِيَّاً
Grammar before change: يَشْعُرُ مَاً نَتَوَصَّلُ إِلَىهُ مَنْطِقِيّاً
Grammar after change: مَاً نَتَوَصَّلُ إِلَىهُ يَشْعُرُ مَنْطِقِيّاً
2019-01-04 13:01:03 +02:00
Inari Listenmaa
19dca60b6e
(Ara) Add EmptyRelSlash to ExtendAra
2019-01-04 12:56:46 +02:00
Inari Listenmaa
93679cbcb2
(Cat) add example of a known issue in README
2019-01-04 10:24:21 +02:00
Inari Listenmaa
4f4cfeb60d
(Cat) add README.md
2019-01-04 09:54:42 +02:00
Inari Listenmaa
5553e56a33
(Fin) add a known bug to README
2019-01-03 22:03:56 +02:00
Inari Listenmaa
c86f073c46
(Ara) fix links in README
2019-01-03 21:53:43 +02:00
Inari Listenmaa
8030ce662a
Merge pull request #122 from odanoburu/irregbesch
...
(Por) don't use IrregBeschPor in {All,Lang}Por for faster compilation
2019-01-03 21:50:31 +02:00
Inari Listenmaa
50e3546375
(Ara, Eus, Est, Som) Add READMEs (WIP) #123
...
Add READMEs (WIP) for Arabic, Basque, Estonian and Somali.
2019-01-03 21:47:51 +02:00
Inari Listenmaa
b2eb6146dc
Merge pull request #121 from odanoburu/readme
...
(Romance, Por, #120 ) add READMEs
2019-01-03 21:47:20 +02:00
Inari Listenmaa
9b86304fb3
Add READMEs (WIP) for Arabic, Basque, Estonian and Somali.
2019-01-03 21:38:18 +02:00
Aarne Ranta
34d028e5eb
started finnish/README.md
2019-01-03 16:11:45 +01:00
Aarne Ranta
e251081325
added negation to Generic and Impersonal idioms with negative VP
2019-01-03 16:00:16 +01:00
odanoburu
111d883dac
(Por) don't use IrregBeschPor in {All,Lang}Por for faster compilation
...
(although it is no problem now, as the module grows it might slow
things down)
2019-01-03 12:11:35 -02:00
odanoburu
16f753843b
(Por, #120 ) add note about IrregBeschPor module
2019-01-03 12:11:13 -02:00
odanoburu
b4ba6f3859
(Romance, Por, #120 ) add READMEs
...
- Romance still needs history information!
2019-01-03 11:20:26 -02:00
John J. Camilleri
e61670dce2
Bulletise language info
2019-01-03 13:48:57 +01:00
John J. Camilleri
36d3d4b34c
Add README for Maltese, as a starting point for establishing the practice
2019-01-03 13:46:47 +01:00
Aarne Ranta
7bd08f9bde
Finnish negative NPs: retaining 'ei' in UttNP and ExistNPAdv
2019-01-02 19:32:32 +01:00
Inari Listenmaa
96ed277830
Merge pull request #116 from inariksit/arabic
...
Arabic
2019-01-02 14:00:29 +02:00
Inari Listenmaa
e1cb4ea8c3
(Ara) Add constructors for geminate verbs in classes 8 and 10
2019-01-02 13:40:03 +02:00
Inari Listenmaa
b325a61299
(Ara) hack to force the case of a NP
2019-01-02 13:39:28 +02:00
Inari Listenmaa
829ab04dcf
(Ara) Add a constructor for mkDet that allows gender variance
2019-01-02 13:38:45 +02:00
Inari Listenmaa
4a3f17c166
Merge pull request #115 from inariksit/arabic
...
Arabic
2019-01-01 18:47:28 +02:00
Inari Listenmaa
606ed5f630
(Ara) make all nouny categories (except CN) take Const in UttX
2019-01-01 17:51:05 +02:00
Inari Listenmaa
aadc00f971
(Ara) Fix geminate verb constructor
2019-01-01 17:48:57 +02:00
Inari Listenmaa
d8debc25c4
(Ara) refactor sound verb constructors; reuse v1sound for v7sound
2019-01-01 17:48:37 +02:00
Inari Listenmaa
447126c713
(Ara) fix pattern matching for geminate verbs in classes 1 and 7
2019-01-01 17:42:35 +02:00
Inari Listenmaa
33d20b15e4
(Ara) fix bug in MkVPS + comment about possible improvement in [VPS]s
2019-01-01 10:06:11 +02:00
Inari Listenmaa
0a737299c1
(Ara) replace old have_V2 ('X owns Y') with the structure 'Y is on X'
2019-01-01 09:51:27 +02:00
Inari Listenmaa
dbe14786e7
(Ara) fix SlashVV
2019-01-01 09:50:44 +02:00
Inari Listenmaa
d0158265d1
(Ara) don't bind if object case is nominative
2019-01-01 09:50:35 +02:00
Inari Listenmaa
a9394f58fb
Merge pull request #114 from inariksit/arabic
...
Arabic
2018-12-31 20:26:58 +02:00
Inari Listenmaa
a6948288b7
(Ara) whitespace + other small cleanup here and there
2018-12-31 18:01:33 +02:00
Inari Listenmaa
10f5e126ab
(Ara) Add Slash2V3 + fix Slash3V3
2018-12-31 17:56:55 +02:00
Inari Listenmaa
42e31a3dce
(Ara) Add mkA constructor for non-inflecting component in the adjective
2018-12-31 14:11:40 +02:00
Inari Listenmaa
422ace8879
(Ara) Add n_units_AP in ConstructionAra
2018-12-31 14:11:04 +02:00
Inari Listenmaa
15eef8826e
Merge pull request #113 from inariksit/arabic
...
Arabic
2018-12-30 19:30:54 +02:00
Inari Listenmaa
0e8cba1d51
(Ara) WIP fixing possessive dual forms. Doesn't work yet properly.
2018-12-30 19:25:00 +02:00
Inari Listenmaa
9b119e2bb7
(Ara) fix typo in mother_N
2018-12-30 19:02:57 +02:00
Inari Listenmaa
703f3ddefe
(Ara) improve the solution to handle CN's np field
2018-12-30 18:54:26 +02:00
Inari Listenmaa
1566b6bd03
(Ara) bind CN's np field if it comes from a pronoun
2018-12-30 11:16:53 +02:00
Inari Listenmaa
459e51f9b9
Merge pull request #112 from inariksit/arabic
...
(Ara) add how_old_QCl and why_IAdv
2018-12-29 21:30:51 +02:00
Inari Listenmaa
57101f7808
(Ara) add how_old_QCl and why_IAdv
2018-12-29 21:25:51 +02:00
Inari Listenmaa
8ce0578b53
Merge pull request #111 from inariksit/arabic
...
Arabic
2018-12-29 18:52:37 +02:00
Inari Listenmaa
9a9b36dca8
(Ara) misc. small fixes and cleanup
2018-12-29 18:45:47 +02:00
Inari Listenmaa
06a3d83f02
(Ara) Add a new mkA, for dealing with adjective construct phrases
2018-12-29 18:45:17 +02:00
Inari Listenmaa
02700acc8d
(Ara) add a string (e.g. "that") in VS
2018-12-29 18:44:16 +02:00
Inari Listenmaa
b73d5010df
(Ara) add both7and_DConj + make Conj into ConjDistr
2018-12-29 18:43:25 +02:00
Aarne Ranta
68f51bc92b
force inclusion of ExtendFin in standard compilation
2018-12-29 17:16:42 +01:00
Aarne Ranta
2e34f89c45
MakeStructuralFin: Det and IDet with partitive argument
2018-12-27 19:10:13 +01:00
Aarne Ranta
d9d3699b20
mkDet in MakeStructuralEng,Fin
2018-12-27 12:28:18 +01:00
Inari Listenmaa
65526b6c4b
Merge pull request #110 from inariksit/arabic
...
Arabic
2018-12-26 14:40:35 +01:00
Inari Listenmaa
f85e64a90d
(Ara) misc small fixes/comments
2018-12-26 14:34:15 +01:00
Inari Listenmaa
8b016f35bc
(Ara) Add field for word order in VS
2018-12-26 14:33:54 +01:00
Inari Listenmaa
213e505e9a
(Ara) add SentAP
2018-12-26 14:32:43 +01:00
Inari Listenmaa
35f21bf5cb
Merge pull request #109 from inariksit/arabic
...
(Ara) add BIND between reflexive pronoun and the suffix
2018-12-24 20:20:56 +01:00
Inari Listenmaa
0ca23eb7b7
Merge pull request #108 from odanoburu/extrapor
...
(Por) avoid use of Extra in Lang
2018-12-24 16:41:01 +01:00
Inari Listenmaa
ce7d76fec6
(Ara) add BIND between reflexive pronoun and the suffix
2018-12-24 16:40:24 +01:00
odanoburu
d2de495bbf
(Por) avoid use of Extra in lang
2018-12-22 16:20:59 -02:00
Inari Listenmaa
20a44e26e0
Merge pull request #107 from inariksit/arabic
...
Arabic
2018-12-21 23:15:16 +01:00
Inari Listenmaa
3542a5260d
(Ara) Add new mkN constructor, for forcing a number in adjective
2018-12-21 23:06:44 +01:00
Inari Listenmaa
88f425e788
(Ara) Add EmbedS,QS,VP
2018-12-21 17:01:04 +01:00
Inari Listenmaa
b25ae6bff8
(Ara) Handle defective nouns with sound feminine plural
2018-12-21 15:53:50 +01:00
Inari Listenmaa
487ba5a335
Merge pull request #104 from normundsg/master
...
(Lav) Large monolingual dict. of Latvian, extracted from Tezaurs.lv
2018-12-20 11:25:14 +01:00
Normunds Grūzītis
ef07b16c02
(Lav) Large monolingual dict. of Latvian, extracted from Tezaurs.lv
2018-12-20 12:15:36 +02:00
Inari Listenmaa
e7f1af331a
Merge pull request #103 from inariksit/arabic
...
Arabic
2018-12-19 17:26:24 +01:00
Inari Listenmaa
218e3513a0
(Ara) small fixes and additions
2018-12-19 17:17:52 +01:00
Inari Listenmaa
26e3c6dbac
(Ara) Add AdvIAdv
2018-12-19 17:17:31 +01:00
Inari Listenmaa
90d1ae76e9
(Ara) fix bad_A
2018-12-19 17:16:57 +01:00
Inari Listenmaa
7ea1e95903
(Ara) glue preposition in PrepNP if NP is a pronoun
2018-12-19 17:16:46 +01:00
Inari Listenmaa
2ae0dd0c74
(Ara) switch word order in AdAP
2018-12-19 17:16:14 +01:00
Aarne Ranta
97ef363759
testing syncat morpho annotations in LangEng.labels
2018-12-18 18:44:26 +01:00
Aarne Ranta
d629507389
a comment in LangEng.labels to test the new functionality
2018-12-18 18:31:20 +01:00
Inari Listenmaa
0e10a4a42d
Merge pull request #102 from inariksit/arabic
...
Arabic
2018-12-18 16:55:35 +01:00
Inari Listenmaa
39d5bc3e48
(Ara) elision in only the first word of the CN with liPrep
2018-12-18 16:41:22 +01:00
Inari Listenmaa
873b52898b
(Ara) Use defArt also for numerals
2018-12-18 16:39:20 +01:00
Inari Listenmaa
ef261ac4d2
(Ara) replace Agr by AAgr in Obj
2018-12-18 16:30:57 +01:00
Aarne Ranta
edd8289b6c
added some morphological tag configurations to LangEng.labels
2018-12-18 16:00:43 +01:00
Inari Listenmaa
038cb2536f
(Ara) Add months + new mkN constructors to handle adjective modifiers
2018-12-18 11:27:11 +01:00
Inari Listenmaa
143977d552
(Ara) Add days and some months to Constructions
2018-12-17 17:46:45 +01:00
Inari Listenmaa
f63f21d96e
(Ara) use the bare form (no case ending) in UttAP/CN + small cleanup here and there
2018-12-17 14:54:53 +01:00
Inari Listenmaa
315d5fdffe
Merge pull request #101 from odanoburu/ud-por
...
(gf2ud) add minimal LangPor.labels
2018-12-16 17:45:35 +03:00
Inari Listenmaa
16b4760854
Merge pull request #100 from odanoburu/ud-trees
...
(UD treebank) fixes
2018-12-16 17:44:43 +03:00
odanoburu
8e0afa202b
(Por) small fixes due to revising UD treebank
2018-12-16 11:01:51 -02:00
odanoburu
6fe29ecc84
(gf2ud) add minimal LangPor.labels
...
- enough to parse (most of) the UD treebank
2018-12-16 10:49:06 -02:00
odanoburu
89f5c35df1
(UD treebank) fixes
...
- rm duplicate trees
- correct parse trees
- always use Phr as startcat
2018-12-16 10:44:39 -02:00
Aarne Ranta
bf6028e746
compiling present for Ger again
2018-12-13 18:05:44 +02:00
Aarne Ranta
76f11b532b
removed duplicate invarA in Eng
2018-12-13 16:30:28 +02:00
Aarne Ranta
a80d49db62
fixed some dependency labels
2018-12-13 14:58:11 +02:00
Aarne Ranta
69aa749774
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-rgl
2018-12-13 14:16:09 +02:00
Aarne Ranta
231b7be0c4
added ParadigmsEng.invarA
2018-12-13 14:15:57 +02:00
Inari Listenmaa
ba8af5ffce
Merge pull request #98 from odanoburu/romance-ap-copula
...
(Romance) add copTyp to adjectives
2018-12-13 10:50:14 +02:00
Inari Listenmaa
bb4b371994
Merge pull request #99 from inariksit/catalan
...
(Cat) Add per as another preposition that fuses with article
2018-12-11 21:20:33 +02:00
Inari Listenmaa
0479820b8f
(Cat) Add per as another preposition that fuses with article
2018-12-11 16:38:24 +02:00
odanoburu
5889d5bbb3
(Romance) modify CompAP to use copTyp from adjective
2018-12-10 20:52:29 +02:00
odanoburu
ffaa701197
(Romance) add copTyp to adjectives
...
- so that one can force the use of a copula verb
- before this, a sentence like "he was ready when I saw him" would be
translated as "ele era pronto quando eu o via" in Portuguese,
instead of using the estar copula
2018-12-10 19:46:21 +02:00
Inari Listenmaa
8d7366cb0a
Merge pull request #95 from jfschaefer/master
...
(Ger) fix old spellings of irregular verbs
2018-12-10 16:34:09 +02:00
Inari Listenmaa
5d6df77607
Merge pull request #96 from odanoburu/impp3
...
(Por) add ImpP3
2018-12-10 16:33:50 +02:00
odanoburu
becd432455
(Por) add ImpP3
...
- do not use nonExist in Lexicon
- draft other missing lins in Idiom
2018-12-10 14:35:45 +02:00
John J. Camilleri
2946e6bca1
Fix some invalid HTML in synopsis
2018-12-08 14:07:31 +01:00
jfschaefer
5ef182f4be
(Ger) fix old spellings of irregular verbs
2018-12-07 17:46:27 +01:00
Inari Listenmaa
212d327df9
Merge pull request #94 from inariksit/arabic
...
(Ara) updates in hamza rules + sound fem. plural noun constructor
2018-12-06 12:28:31 +02:00
Inari Listenmaa
db2560efe4
(Ara) updates in hamza rules + sound fem. plural noun constructor
2018-12-06 12:20:35 +02:00
John J. Camilleri
a009c31606
Update hardcoded links in synopsis intro
...
When new languages are added, the links from chapter 4 onwards need to be incremented
2018-12-06 08:48:49 +01:00
Inari Listenmaa
dadcd386c9
(Romance) Attributive and predicative adjective forms ( #93 )
...
* (Fre,Por) accomodate changes to Romance adjectives
- to support Spanish buen/bueno, gran/grande and catalan bo/bon
* (Cat) Update paradigms to allow predicative and attributive forms of adj
* (Spa) fix argument order in Spanish adjective paradigms
* (Eng) fix missing paradigm invarA
* (Spa) Flip order of args in mkAdj constructor
2018-12-05 19:16:35 +02:00
Inari Listenmaa
78cac3725a
Merge pull request #92 from odanoburu/invarA
...
(Eng) fix missing paradigm invarA
2018-12-05 10:06:09 +02:00
odanoburu
aec24a3901
(Eng) fix missing paradigm invarA
2018-12-05 09:52:07 +02:00
Aarne Ranta
994e0482bc
added Construction for 'five inch nail' in Eng,Ger,Fin from the Dresden team at the summer school
2018-12-03 17:27:59 +02:00
John J. Camilleri
e66c27a4da
Add a few HTML files to gitignore
2018-12-03 15:39:38 +01:00
John J. Camilleri
f48c8c6149
Put GF logo on the right again
2018-12-03 15:28:13 +01:00
John J. Camilleri
99bc5be071
Updated sidebat in synopsis page
...
- toggleable
- overlay content at narrow widths
- right of page
- background & border
2018-12-03 10:40:00 +01:00