Commit Graph

134 Commits

Author SHA1 Message Date
1Regina
0dbb5e4ee8 replace future with "就会" instead of old "在" 2022-03-07 04:30:39 +01:00
1Regina
734d000b4d if then conjunctions 2022-03-07 04:30:39 +01:00
1Regina
bbf109a473 add 25 tests for chinese pronouns -- passed 2022-03-07 04:30:39 +01:00
1Regina
3aefd51280 fix DetNP for positive case for ge 2022-03-07 04:30:39 +01:00
1Regina
5f8a21dc08 add test for chinese passive tests -- passed 2022-03-07 04:30:39 +01:00
1Regina
b7b4c08e8a add test for chinese numerals -- passed 2022-03-07 04:30:39 +01:00
1Regina
92bfa85a49 add AST to test for complements 2022-03-07 04:30:39 +01:00
1Regina
9a6301691d add distinction between Attributive vs Predicative (esp for colours) 2022-03-07 04:30:39 +01:00
1Regina
1b02447b44 attempt to edit complexAP for table selection 2022-03-07 04:30:39 +01:00
1Regina
565cd8fa61 fixed SentAP and AdvAP for AdjPlace in ResChi 2022-03-07 04:30:39 +01:00
1Regina
b26e6e1c9f adjectives colour 2022-03-07 04:30:39 +01:00
1Regina
e4e304d551 WIP negation for chinese 2022-03-07 04:30:39 +01:00
Inari Listenmaa
4f821ca621 (Chi) Add ExtendChi 2021-08-04 08:49:14 +02:00
krangelov
88b3974bee extend the documentation API 2021-03-12 22:24:40 +01:00
Aarne Ranta
58b7492a70 fixed word order in AdjectiveChi.CompA2 2018-06-17 09:57:08 +02:00
Aarne Ranta
b3eeee54ce fixed the use of de in Chi Adv 2018-05-27 10:11:46 +02:00
Aarne Ranta
c50360078f fixed duplication of de in RelativeChi 2018-05-16 10:24:02 +02:00
Aarne Ranta
2de326e8a3 more cases to Chi.mkA2 2018-04-25 08:42:20 +02:00
Inari Listenmaa
792b58abe3 Add a variant of mkAdv : Adv -> AdvType -> Adv that fixes the existing Adv with the given AdvType. 2017-08-24 16:16:31 +03:00
aarne
98fa173686 corrected the DType of NounChi.IndefArt to get the classifier right 2016-11-19 03:10:06 +00: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
54cf5ce0c8 added tired_VP in Constructions 2016-07-04 21:15:00 +00:00
aarne
82b96e6a10 a couple more fixes in Chi 2015-12-11 13:42:26 +00:00
aarne
0fa7599fbe fix in QuestionChi, suppressing the verb in some cases and making a negative sentence interpreted as a reduplicative question 2015-12-11 13:29:00 +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
tobn2701
c62c881364 Chi fixes from René Tobner 2015-11-12 15:45:10 +00:00
aarne
54fde918da removed bogus "om" from Dut infinitives; fixed "wrong" in Chi 2015-09-04 15:38:49 +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
aarne
faabf27b93 pinyin version of ConstructionChi 2015-07-21 15:38:16 +00:00
aarne
49a8824755 constants for Chi negation words to support Pinyin 2015-07-19 09:40:59 +00:00
aarne
05be967ec4 Pinyin files using diacritics instead of numbers 2015-07-19 09:11:45 +00:00
aarne
101f829447 file with noun classifiers extracted from DictionaryChi" 2015-07-19 08:15:59 +00:00
aarne
1f531603b8 Pinyin with accents in additions to tone numbers 2015-07-16 13:58:58 +00:00
aarne
f47919dc92 fixes in Chi suggested by Mary 2015-07-14 15:11:33 +00:00
aarne
f8b9d4e1d8 subordinate sentence order and two intransitive verbs in Chi 2015-07-14 12:40:29 +00:00
krasimir
b3130736e4 the Android app now can show Glosses from WordNet 2015-07-01 09:44:56 +00:00
aarne
9a024f6625 fixed the word order of Scand discontious conjunctions: antinger jag vinner eller... -> antingen vinner jag eller... 2015-05-22 11:31:57 +00:00
aarne
0267383537 some missing Chi functions 2014-12-08 13:14:47 +00:00
aarne
03b15a8683 missing syntax functions in Chi and some other languages 2014-12-08 10:19:38 +00:00
aarne
41f7a0d9b0 Constructions: languageNP and languageCN ; languagePN removed. Requires the change of lincat from PN to N. Done for 10 languages, not yet Bul and Hin. Enables "my English is bad", "this is bad English" 2014-11-20 22:10:24 +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
aarne
27cb32844b variants for language and wife in Chi dictionary 2014-10-20 22:24:22 +00:00
aarne
31e67742fa some adjustments for 0,1,2's in NumeralChi. Remaining problem: 225,250 gets "liang" as a variant for its second digit, should be only "er". 2014-10-20 22:07:32 +00:00
aarne
f3d4c7f4d7 added the constructor Noun.NumeralSuperlOrd for phrases like "third largest", which have special linearizations in many languages e.g. German (drittgrösste) and Finnish (kolmanneksi suurin). Implemented for Chi (to check), Dut, Eng, Fin, Ger, Romance, Scand so far 2014-08-24 14:32:44 +00:00
aarne
7815ea4b3e made the "how old" construction in Chinese more efficient by moving variants to the top level; the resulting rule is the same. This kind of inefficiencies are best found if you compile with the -v option and check for constructors creating unexpectedly many PGF rules. 2014-08-24 14:28:48 +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
9702746c0e using reduplication in Chi indirect questions, as suggested by Qiao 2014-07-15 09:41:26 +00:00