Commit Graph

4479 Commits

Author SHA1 Message Date
aarne
c2f97ef506 the rest of Urdu files - now compiles with lib/src/Make 2010-03-29 12:41:33 +00:00
aarne
1402b10138 urdu relatives 2010-03-29 12:40:51 +00:00
aarne
997ca76c1b fine tuning phrasebook 2010-03-28 21:13:29 +00:00
aarne
1c088506b3 catching initial bind symbol in PGFServer 2010-03-28 20:32:03 +00:00
aarne
e01f2ab1b2 version 0.2 of phrasebook 2010-03-28 20:13:46 +00:00
aarne
a814066463 new Utt constructors for AP, Card 2010-03-28 20:13:15 +00:00
aarne
13a7954646 Action category, more doc in Phrasebook 2010-03-28 19:29:06 +00:00
aarne
c99ecf2704 short-phrase translation; added Swe; started doc in Phrasebook 2010-03-28 15:28:02 +00:00
aarne
5c0fb2cb7e text-like unlexer for phrasebook web service 2010-03-26 22:08:48 +00:00
aarne
40763b5f61 change Food to Words in Phrasebook, since it's unpractical to have many small modules; added syntactic forms and words 2010-03-26 22:07:17 +00:00
aarne
c42afc59eb how8much_IAdv in Structural; changed parameter name Place in Numerals 2010-03-26 22:06:35 +00:00
aarne
5e4548e4da fixes for webdemos, including bug in StructuralIta 2010-03-26 17:38:20 +00:00
aarne
7ce6c55ef7 FoodsRon in utf-8 2010-03-25 14:47:19 +00:00
krasimir
69535e2b6b even simpler version of NQueens 2010-03-24 21:04:37 +00:00
krasimir
ab3127b5dd bugfix in the lProlog generator 2010-03-24 20:54:20 +00:00
krasimir
925fb9dc85 the Plus predicate from NQueens is replaced with definition for function plus 2010-03-24 16:14:36 +00:00
krasimir
17897bc286 partial support for def-rules in the Lambda Prolog generation 2010-03-24 16:12:58 +00:00
aarne
eab9110f05 politeness and disambiguation in Phrasebook (not visible yet) 2010-03-24 08:18:54 +00:00
krasimir
ce99935812 now for every category we store, in PGF, the list of functions for it in source-code order. The order matters for the termination of the exhaustive generation with dependent types. 2010-03-24 11:11:55 +00:00
krasimir
297d40455e typo in CheckGrammar 2010-03-23 15:35:32 +00:00
krasimir
858f6a1d4e use the new more accurate location information for some error messages 2010-03-23 15:24:48 +00:00
krasimir
1591253a55 added codepage for Turkish 2010-03-23 13:44:17 +00:00
krasimir
ef957a0307 added comment to every GF.Text.CPxxxx module about the purpose of the codepage 2010-03-23 12:19:34 +00:00
e1560697
dec065a578 nounAdjVerbNumerals 2010-03-22 08:44:21 +00:00
e1560697
2a7fbf43e1 nounverbadjmorphoandsuffixmodule 2010-02-15 17:22:10 +00:00
krasimir
ba3b57bff9 add JavaScript API for completion. contributed by John J. Camilleri 2010-03-23 08:55:56 +00:00
krasimir
20d25c23cd fix checkInfoType in Parser.y 2010-03-22 23:49:15 +00:00
aarne
cd25764350 www api command translategroup, which uses groupResults 2010-03-22 22:04:36 +00:00
krasimir
d3a84f994b store and propagate the exact source location for all judgements in the grammar. It may not be used accurately in the error messages yet 2010-03-22 21:15:29 +00:00
aarne
d1615144b6 PGF.groupResults and the option l -groups, to show ambiguities grouped by laguage 2010-03-22 19:03:06 +00:00
krasimir
63adb15eb9 transliteration for Urdu 2010-03-22 09:29:43 +00:00
krasimir
8a0d72aeec update in Urdu 2010-03-22 09:01:27 +00:00
krasimir
74448670f5 produce optimized Lambda Prolog code 2010-03-22 08:56:42 +00:00
aarne
2e78c2f774 Romanian numerals in utf8 2010-03-22 08:35:05 +00:00
aarne
534d553f3e switch to utf8 in Romanian 2010-03-21 19:58:13 +00:00
aarne
8f148ee054 French phrasebook 2010-03-21 19:57:53 +00:00
aarne
d282a9e1a0 English version of Phrasebook 2010-03-21 17:42:11 +00:00
krasimir
f4d3da0ccc the NQueens algorithm written in GF 2010-03-21 19:01:57 +00:00
aarne
5c9062f5ea Diff interface for Phrasebook 2010-03-21 03:37:02 +00:00
aarne
99b5300795 MakeStructural in Cat and Spa 2010-03-20 21:24:01 +00:00
aarne
7434b000b7 refer to MakeStructural in Spa and Cat; moved have_V2 to proper place in Ron 2010-03-20 21:22:21 +00:00
aarne
49a016fd01 started Phrasebook with Finnish and Romanian 2010-03-20 21:21:50 +00:00
krasimir
57b8e42601 added experimental generation of Lambda Prolog code. Could be used for exhaustive generation with dependent types. Doesn't support def rules yet but supports high-order syntax and lambda expressions. 2010-03-20 07:26:53 +00:00
krasimir
a74a81b8a1 pattern @ should be propagated to PGF 2010-03-18 20:21:57 +00:00
krasimir
b2c785edfa fix the precedence for patterns ~, - and @ 2010-03-18 19:52:45 +00:00
krasimir
0c2944fa7f syntax for inaccessible patterns in GF 2010-03-18 19:34:30 +00:00
krasimir
dc0a84951f incomplete code for adjoints and monads 2010-03-15 17:31:15 +00:00
krasimir
8ac49f854f identity functor 2010-03-15 16:35:00 +00:00
krasimir
1d97276a14 added natural transformations 2010-03-15 14:52:47 +00:00
krasimir
347347d411 incomplete code for composition of functors 2010-03-15 10:47:00 +00:00