1
0
forked from GitHub/gf-rgl
Commit Graph

268 Commits

Author SHA1 Message Date
aarneranta af6edf2e6e saved WordNetAra for post-editing 2023-09-29 10:44:57 +02:00
Aarne Ranta 67d1e24761 producing a compilable WordNetAra.gf, with a lot of junk 2023-09-28 16:18:23 +02:00
Aarne Ranta f19dcc01f9 import of unicodedata in arabic_utilities 2023-09-27 12:23:43 +02:00
Aarne Ranta 1c355ce9dd factored out arabic_utilities.py as a separate file 2023-09-25 09:22:21 +02:00
Aarne Ranta 561a8c130d to_wordnet applied to a new format of data 2023-09-25 08:22:47 +02:00
Aarne Ranta aa1dff6702 added MoreAra.gf 2023-09-21 17:29:38 +02:00
aarneranta 7e383b746e moved wikt-specific paradigms to a separate file (for the moment) 2023-09-21 15:46:41 +02:00
aarneranta fdd7c9641e Ara: improving Adj inflection by identifying fcl patterns from concrete forms 2023-09-20 16:05:46 +02:00
Aarne Ranta 2419931105 some more paradigms for Arabic Wiktionary generation 2023-09-20 11:54:59 +02:00
Aarne Ranta abcb3a9f2a improving evaluation of wiktionary generated lexicon 2023-09-20 11:54:29 +02:00
Aarne Ranta 9e8c5eaad5 arabic/wiktionary: including root in the form list 2023-09-18 08:52:32 +02:00
aarneranta 73f0b8ef00 commented and refactored read_wiktionary.py 2023-09-15 14:48:23 +02:00
Aarne Ranta edecc3fe57 a quick way to extract wordnet morphology 2023-09-14 18:21:18 +02:00
Aarne Ranta 3e9be76e52 evaluation of generated lexicon 2023-09-14 15:19:05 +02:00
Aarne Ranta d5e6e7e389 Arabic Wiktionary: functions for normalization and evaluation 2023-09-14 12:21:48 +02:00
aarneranta 8e029bd8dd Arabic Wiktionary: started comparing evaluation 2023-09-13 17:24:21 +02:00
aarneranta 3c0adada11 new function in ParadigmsAra to deal with Wiktionary data; lots of untested guesses 2023-09-13 15:29:28 +02:00
Aarne Ranta afc84a61cb arabic/wiktionary using paradigms with records as arguments to cope with heterogeneous information 2023-09-13 09:06:02 +02:00
Aarne Ranta 8eceb53643 compilable MorphoDictAra generation except for V, not yet using all forms 2023-09-12 19:38:14 +02:00
Aarne Ranta 714d8abac0 GF abstract dict generation 2023-09-12 17:04:50 +02:00
Aarne Ranta ae1c7f0061 extracting Arabic from Wiktionary, next step GF generation 2023-09-12 16:35:21 +02:00
Aarne Ranta 6312624a5f preparing to read Arabic morpholex from Wiktionary 2023-09-12 12:08:31 +02:00
aarneranta 5f9322683c added NamesAra 2023-09-08 13:10:49 +02:00
Krasimir Angelov fb398c603e The new Decimal API 2023-08-21 20:14:26 +02:00
Inari Listenmaa 6131fdb41f (Ara) Add GerundNP in ExtendAra 2022-01-23 18:28:58 +08:00
Inari Listenmaa 1e761ede38 (Ara) Add extend to AllAra 2022-01-23 18:26:35 +08: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 bae17e5283 (Ara) add AdjAsNP to ExtendAra 2019-05-23 14:07:49 +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 40c8c5f923 (Extend) Rename WhatSSC to EmbedSSlash and change type to SSlash -> SC 2019-04-20 10:27:59 +02:00
Inari Listenmaa 8717ad2eb9 (Ara) Add {Base,Cons,Conj}CN 2019-04-10 13:09:23 +02: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 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 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
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 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 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