summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-04GWT: changed input na doutput language boxes to not pretend that they allow m...bjorn
2008-11-04pgf-server: write stderr to pgf-error.log, since lighttpd closes stderr for f...bjorn
2008-11-04Use next-lib when building example PGFs in src/serverbjorn
2008-11-04Added /random to pgf-server.bjorn
2008-11-03Fix GWT client-side completion caching bug. Typing a space and then a letter ...bjorn
2008-11-03some tutorial updates ; new structural words Italian and Finnishaarne
2008-11-03structural words needed for Attempto ; negative items are overgeneratingaarne
2008-11-03missing constructions in Attempto grammars addedaarne
2008-11-03Added first version of the fridge poetry guibjorn
2008-11-03gf-server: complete noew sorts case-insensitivebjorn
2008-11-03GWT: Refactor TranslateApp to make the suggestion panel and the settings pane...bjorn
2008-11-03ParseEng: more liberal IdRPbjorn
2008-11-03Added 'parse' target to Make.hs.bjorn
2008-11-03ParseEng: StrandRelSlash as variant of RelSlash.bjorn
2008-10-31fixed some spurious errors in romanceaarne
2008-10-31ParseEng: ise CompleBareVS as variant of ComplVSbjorn
2008-10-31Use BigLexEng in ParseEng.bjorn
2008-10-31BigLexEng: use mkV3 instead of dirdirV3bjorn
2008-10-31BigLexEng: drop superfluous parantheses.bjorn
2008-10-31BigLexEng: better use of mkV3, mkV2, mkN2.bjorn
2008-10-31ParadigmsEng: more versions of mkV2 and mkV3.bjorn
2008-10-31BigLexEng: Get rid of the last mkV2 with empty second argument.bjorn
2008-10-31igLexEng: Use mkV2 : Str -> V2 instead of mkV2 (mkV "...")bjorn
2008-10-31BigLexEng: Use one-argument mkV2 instead of two-argument one with empty prep.bjorn
2008-10-31Update BigLexEng to use overloaded paradigms.bjorn
2008-10-31ParadigmsEng: more overloaded version of mkA2, mkV2, mkV3, mkN2. Added mkSubj.bjorn
2008-10-31LexiconEng: Lexicon.sister_N is N, not N2 (but it probably should be).bjorn
2008-10-31Added BigLexEng from mosg (originally from GF/example) to next-lib/parsing.bjorn
2008-10-31Added Pol argument to ExtraEng.Unc* to give them the same signatures as the s...bjorn
2008-10-30refactored romance VP. Now it is possible to parse with Spanish and Catalan; ...aarne
2008-10-30bulgarian in next-libkrasimir
2008-10-30Started working on a parsing grammar. English-only so far.bjorn
2008-10-30Removed "that" variant in RelativeEng.IdRP. Added instead that_RP in ExtraEng...bjorn
2008-10-30More English morphology clean-up.bjorn
2008-10-30Remove lots of dead code from MorphoEng.bjorn
2008-10-30Added case parameter for stand-alone forms of determiners. I had to move mkPr...bjorn
2008-10-30Towards cleaner english morphology: use mkPrep instead of ss in StructuralEng.bjorn
2008-10-30Removed some unused (and strange) code from MorphoEng. bjorn
2008-10-30Include .gf file name in source parsing syntax error message.bjorn
2008-10-30GWT lib and translator: added support for multiple pgf files.bjorn
2008-10-29gf-server: added a way to list the available pgf filesbjorn
2008-10-29Rename MainFastCGI.hs to PGFService.hs.bjorn
2008-10-29Some lighttpd config fixes for the gwt translator.bringert
2008-10-29GWT translator: fixed copy-paste bug where the from language was sent as both...bjorn
2008-10-29Better way of building gf-gwt.jar.bringert
2008-10-29GWT: Some changes to compilation scripts to run on linux.bringert
2008-10-29Changed UncNegX in ExtraEng to take a Temp rather than Tense and Ant arguments.bjorn
2008-10-29Remove superfluous RP argument to EmptyRelSlash.bjorn
2008-10-29Replace PGF.Raw with PGF.Binary in the executable section of GF.cabalbjorn
2008-10-29smart consonant duplication in ParadigmsEngaarne