1
0
forked from GitHub/gf-rgl
Commit Graph

69 Commits

Author SHA1 Message Date
Krasimir Angelov
c7fe453c12 use consistent lin X everywhere 2025-11-14 14:12:57 +01:00
Krasimir Angelov
44eec8629b added Extend modules for Hindi, Urdu, Mongolian 2025-02-09 10:15:55 +01:00
Krasimir Angelov
88fe3e5a25 remove the old parse grammar 2023-10-09 16:21:11 +02:00
Krasimir Angelov
fb398c603e The new Decimal API 2023-08-21 20:14:26 +02:00
krangelov
88b3974bee extend the documentation API 2021-03-12 22:24:40 +01:00
krasimir
52e9076641 add ready_VP in Constructions 2016-07-05 09:49:30 +00:00
krasimir
c0ed747ba6 added scared_VP & ill_VP. fixed scared_A and ill_A in the general dictionaries of some languages 2016-07-05 06:22:06 +00:00
krasimir
d50eda20ca change in the Documentation module to accomodate topics visualization 2015-11-29 08:01:07 +00:00
krasimir
1b8129145a now the Documentation module contains a category Definition which is used to generate definitions and examples for words in the App. 2015-11-16 14:57:32 +00:00
hallgren
4061d03aa2 lib/src/*/Numeral*.gf: fix inconsistent inheritance form Cat
While the abstract Numeral inherits only Cat[Numeral,Digits], some of the
concrete NumeralNNN of Numeral inherited everything from CatNNN.

Normally the compiler outputs a warning message when a concrete syntax 
contains superflous lincats, but apparently not when they get included
through inheritance...

This does not seem to cause problems in the Haskell run-time system, but the 
C run-time system fails to load PGFs with superflous lincats.

This problems shows up when creating application grammars that inherit Numeral.
The Phrasebook is an example of such a grammar.
2015-08-26 11:53:16 +00:00
krasimir
b3130736e4 the Android app now can show Glosses from WordNet 2015-07-01 09:44:56 +00:00
hallgren
cec28ebec0 Lang???.gf: exclude Documentation from present mode
The Documentation module is excluded from present mode in abstract/Lang.gf,
so it needs to be excluded in the corresponding concrete syntaxes too
to avoid problems.
2014-10-23 16:32:55 +00:00
hallgren
4c38803eea Convert many RGL modules from Latin-1 to UTF-8 to speed up compilation
Also add flags coding=utf8 to silence warnings.
2014-08-19 19:42:05 +00:00
hallgren
75278a5828 Adjust the -path flags in 112 RGL modules
The -path flags in the RGL modules compiled during 'cabal build' now refer 
directly to the needed source directories. References 'alltenses' and 'present'
(and the nonexistent directory 'mathematical') have been removed.

This allows the files to be compiled in any order (e.g. in parallel). In
addition, you can do things like

	gf -retain lib/src/api/TrySwe.gf

without compiling/installing any other RGL modules first, and without 
setting any other path flags or environment variables.
2014-08-18 22:26:29 +00:00
aarne
fb0c649f80 path in AllBul to work with Construction ; potential clash in ConstructionHin 2014-06-18 15:55:01 +00:00
aarne
192a6f87df geonames in DictionaryHin ; partial implementation of ConstructionHin from Phrasebook and Wiktionary ; to be checked by an expert 2014-06-18 15:01:04 +00:00
aarne
84963c8490 RGLBaseHin added ; DocumentationHin in LangHin so that it gets compiled in RGL 2014-03-18 09:16:38 +00:00
kr.angelov
f769ca148d fix in DocumentationHin 2014-02-27 13:07:22 +00:00
kr.angelov
1bb6b17019 implemented DocumentationHin (as best as I could). I am still suspicious. 2014-02-26 17:29:27 +00:00
aarne
3cb55c2764 removed obsolete DictEng??? grammars and marked Parse as obsolete in Makefile 2014-01-22 15:00:16 +00:00
aarne
ee342e0837 Merry Christmas and other Dict updates 2014-01-17 14:42:22 +00:00
aarne
b01badea4a may_VV split in Bul and Hin (to check in Hin!) ; Documentation added to Lang and ParseEngAbs 2013-12-12 15:43:49 +00:00
kr.angelov
8e37d0f24d fixes in the dictionaries 2013-12-11 14:10:49 +00:00
kr.angelov
9e7b22abcb a lot more words in English have gender now. Some words are also marked as animate in Bulgarian 2013-12-11 10:04:28 +00:00
kr.angelov
67a44343f0 split teacher_N into two genders 2013-12-03 10:39:45 +00:00
kr.angelov
9e843ca6d3 one big patch with several changes in the different dictionaries
1. the duplicated variants in the French entries are merged
2. ~150 abstract words are split into masculine and feminine entries.
   The actual defininitions for English, Bulgarian, French and German differ.
   For the other languages they are just copied.
3. fan_N, intelligency_N, character_N and letter_N are split into
   different senses. The entries for Bulgarian, Swedish, German and French
   are sense disambiguated. For English they are just copied since they
   are ambiguous. For the other languages they are copied since I don't
   know how to translate them.
2013-12-03 08:14:05 +00:00
aarne
f64eb3acbf mkInterj in some languages; 'make Parse' in lib/src builds Parse8.pgf 2013-12-02 13:34:07 +00:00
kr.angelov
2bef26f3d2 two senses of ring_V2 which have different morphology in English 2013-11-14 21:55:40 +00:00
kr.angelov
44173a6222 a number of changes in the dictionaries. marvellous_A is merged with marvelous_A. organise as alternative spelling of organize_V2. A few new Bulgarian words. DictEngSwe.gf is now disconnected from DictSwe.gf and follows the same convention as the English, Bulgarian and German dictionaries. 2013-11-14 18:03:33 +00:00
kr.angelov
6b5d3deb53 split degree_N into three senses and add licentiate_N and phd_N in Bulgarian 2013-11-13 16:39:04 +00:00
kr.angelov
b422567dd2 split fire_N into two senses fire_1_N and fire_2_N 2013-11-13 08:59:03 +00:00
aarne
4b064676e9 renamed Hindi and Urdu translation dictionaries to DictEngHin and DictEngUrd for the sake of uniformity; chose latest versions from the repository, but there were older versions with different names, which were left as they are. 2013-10-27 20:09:53 +00:00
kr.angelov
f5fe5ce1d4 bugfix in the Hindi parse grammar 2013-08-25 12:48:11 +00:00
virk.shafqat
9e9b25f7ed refinementsDiffHindustani 2013-04-20 09:15:49 +00:00
virk.shafqat
4ca47a18ec more DictHin 2013-04-10 09:50:31 +00:00
virk.shafqat
f5c42d80ac more entries in DictHin 2013-04-10 08:59:31 +00:00
virk.shafqat
9f19c4bd81 implementation of few more functions in ParseHin,Urd and new entries in DictUrd2 2013-04-09 13:48:04 +00:00
virk.shafqat
4750b1e689 extension of DictHin and ParseHin 2013-04-08 11:14:29 +00:00
virk.shafqat
299e1b6d94 added around 3K new entries in DictHin
Place the long patch description above the ***END OF DESCRIPTION*** marker.
The first line of this file will be the patch name.


This patch contains the following changes:

M ./lib/src/hindi/DictHin.gf -25709 +28154
2013-03-29 11:34:14 +00:00
aarne
2ac08e6228 added generalized ComplVV to ParseFin 2013-03-25 14:21:46 +00:00
aarne
c3d1c17b55 fixed DictHin.quite_Adv which had wrong type 2013-03-19 08:09:31 +00:00
kr.angelov
b73a6af45f fix in ParseHin which made it impossible to load the grammar with the C runtime 2013-03-20 10:34:37 +00:00
virk.shafqat
b2004b9003 pathbugfixParseHin 2013-03-20 10:21:12 +00:00
virk.shafqat
e0507d7a98 smallfixDictHin 2013-03-20 09:17:55 +00:00
virk.shafqat
1e7649d1d5 factorUrdandAddDictGer 2013-03-18 14:42:10 +00:00
virk.shafqat
9674ef1724 few changes in ParseHin 2013-03-04 09:05:56 +00:00
virk.shafqat
24608cd6d4 samllfixinIdionHin 2012-11-28 11:02:18 +00:00
virk.shafqat
38fccaedd4 buginStructuralHinfixed 2012-11-27 18:24:27 +00:00
virk.shafqat
27a3dd3cba DictHinMathandDictUrdMath 2012-11-27 14:08:45 +00:00
virk.shafqat
d2a655a2c4 ParseHinandExtraUrd 2012-11-27 14:00:14 +00:00