1
0
forked from GitHub/gf-core
Commit Graph

2519 Commits

Author SHA1 Message Date
bringert 896233c4a9 Remove all empty SLF nodes, don't care about edge explosion. Empty nodes are pprobably worse than lots of edges. 2007-03-26 17:36:58 +00:00
bringert 651697982b Use EBNF compaction for GSL. 2007-03-26 14:51:24 +00:00
bringert 94bdd1fb23 Fixed SISR bug. 2007-03-26 13:12:04 +00:00
aarne bc2b02e10d param encoding 2007-03-25 19:16:47 +00:00
bringert b1919ca62f Added directly cyclic SRG test case. 2007-03-25 16:44:30 +00:00
bringert f9ad1dfe2d Give SRG test cases human-readable names. 2007-03-25 16:42:52 +00:00
bringert 2091df47fe commented LC_LR modification 2007-03-25 16:34:53 +00:00
bringert 4905996816 Also remove indirectly cyclic productions. 2007-03-25 16:34:35 +00:00
bringert 935b60f977 Removed srg0006, it was a duplicate of srg0002 2007-03-25 16:34:11 +00:00
bringert 4a604934e9 Added srg0006: A grammar with a cycle caused by an empty production. 2007-03-25 16:11:51 +00:00
bringert d35727631c Comments only. 2007-03-25 11:26:03 +00:00
bringert 8a435873f2 SRG generation: merge categories with identical set of productions. The LC_LR algorithm produces lots of those, especially when there is little inflection. 2007-03-24 23:29:38 +00:00
aarne bd3db32363 simple source language for compiler experiment 2007-03-24 23:11:59 +00:00
bringert 99af757b06 Modified the LC_LR implementation to only produce rules using A-X categories when those categories have any productions. 2007-03-24 17:30:04 +00:00
bringert 0058f6281f Better debugging output when SRG generation crashes because of a missing category. 2007-03-24 17:26:21 +00:00
bringert 62854384e6 Just renaming in srg0005 2007-03-24 17:25:07 +00:00
bringert 5c5f63a48d Shrunk srg0005 2007-03-24 15:48:29 +00:00
bringert 2d713e78a5 More srg test cases. 2007-03-24 15:34:33 +00:00
bringert 7095f7aa19 Added srg0004: a simple left-recursive grammar. 2007-03-24 15:13:18 +00:00
aarne 464e93de38 components 2007-03-23 18:28:26 +00:00
aarne 28746babf0 gf course description 2007-03-23 18:27:05 +00:00
bringert cd6d10d90b Added srg0003: test case for indirect cycles. 2007-03-23 18:13:38 +00:00
bringert 10dbc3c652 Uncommented troublesome rules in srg0002 2007-03-23 18:10:21 +00:00
bringert 289ee4869e Added test case which demonstrates a bug with implicit left recusion in SRG generation. 2007-03-23 18:09:22 +00:00
bringert 082b3575f8 Updated resource api doc 2007-03-22 14:38:32 +00:00
bringert 6b2a890410 Added mkDet : Digit -> Det 2007-03-22 14:36:52 +00:00
bringert 85cf5ecf21 Regenerated resource api docs. 2007-03-22 14:30:53 +00:00
bringert 1a37e4f0fe Overaloed resource API: added mod combinators for Det -> N -> NP and Det -> CN -> NP 2007-03-22 14:29:45 +00:00
aarne 93c67cd37d bug fixes in math ger 2007-03-21 09:08:29 +00:00
aarne 6f2bf05b0f German conjunctive 2007-03-20 15:30:02 +00:00
bringert 0eac3f6b58 Remove removeIdenticalRules, since it would get rid of alternative parse results. 2007-03-20 22:09:17 +00:00
bringert fe73354cc6 Do the same initial transformations as for CFGs when generating FAs: remove cycles, identical rules and down top-down and bottom-up filtering. 2007-03-20 22:00:50 +00:00
bringert 4d369e096f Do top-down and bottom-up filtering together to a fixed point. 2007-03-20 21:59:36 +00:00
bringert c2dd74f33e Moved code and comments around in TransformCFG. 2007-03-20 21:35:24 +00:00
bringert a473281c65 Renamed removeEmptyCats to bottomUpFilter. 2007-03-20 21:15:59 +00:00
bringert e31ccc4567 Removed dead export list. 2007-03-20 21:15:43 +00:00
bringert 0300c35d87 Removed fixed FIXMEs. 2007-03-20 21:15:26 +00:00
aarne 7066c905f6 German compund verbs glued in morphology 2007-03-20 10:35:03 +00:00
bringert 205f79efc6 Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down filtering in terms of CFRules instead of SRG. Do top-down filtering in makeSimpleSRG. 2007-03-19 18:03:19 +00:00
aarne f0415dd0bc Spanish verb inflection with vowel change 2007-03-19 15:18:44 +00:00
aarne 7f1999f97d thai phrase translator 2007-03-16 16:23:39 +00:00
aarne 0e28aef3b5 ma -status; sep lines for l -all 2007-03-14 12:11:18 +00:00
aarne 72c1457bab bib entries 2007-03-01 20:10:25 +00:00
aarne 18c97fa5c0 model for resource 2007-02-28 15:49:13 +00:00
aarne e03c2cb4ad parsing method in EmbedAPI 2007-02-28 10:37:37 +00:00
aarne becea4c52d Catalan idioms for inverted 2007-02-26 19:01:06 +00:00
jordi.saludes 496bf775b7 catalan adjectives in lexicon 2007-02-17 20:26:46 +00:00
aarne ea102fda23 fixed the inverted negated word order with pronouns in French 2007-02-25 22:06:25 +00:00
aarne b9e8708024 German CN Num construction 2007-02-24 16:43:11 +00:00
aarne 42d825aefd PartCN in ExtraFin 2007-02-24 15:47:45 +00:00