summaryrefslogtreecommitdiff
path: root/next-lib/src
AgeCommit message (Collapse)Author
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 ↵bjorn
standard (contracted) versions. This makes it easier to use Unc* as a variant without getting meta-variables when parsing,
2008-10-30refactored romance VP. Now it is possible to parse with Spanish and Catalan; ↵aarne
for the rest, some Slash rules still pose a problem. Some clitic and agreement things unfinished. All this in next-lib only; resource 1.4 untouched
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 ↵bjorn
ExtraEng[Abs].
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 ↵bjorn
mkPron from ResEng to MorphoEng, and mkQuant from StructuralEng to MorphoEng. I also removed the unused mkPronoun stuff from MorphoEng.
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
Why would you want a function that always returns the noun "dog"?
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-29smart consonant duplication in ParadigmsEngaarne
2008-10-28German Attempto - lots of words to checkaarne
2008-10-28notpresent flags in French auxiliariesaarne
2008-10-28fixes in next resource needed for Attemptoaarne
2008-10-11for_Prep is 'para' in Spa.jordi.saludes
2008-10-10AdjOrd instance of mkAPaarne
2008-10-08oops - forgot mkPresent as wellaarne
2008-10-08oops - had forgotten Makefile from next-libaarne
2008-10-06next-lib now compiles webalt ; removed subdir mathematical/ for simplicityaarne
2008-10-06simplified 1.5 by removing mathematical/aarne
2008-10-03extended AP with Ord and compar in 1.5aarne
2008-09-30more work with Parametricaarne
2008-09-30started experiment on parametrizing more of RG definitionaarne
2008-09-24ParadigmsCat in next-lib updatedaarne
2008-09-23started Telugu in next-libaarne
2008-09-22adapted German to 1.5aarne
2008-09-22updated next-resource/src/catalan/Lexicon and Paradigms to Jordi's patches ↵aarne
in 1.4
2008-09-22moved lib/next-resource to next-lib/src, to enable linking with next-lib as ↵aarne
value of GF_LIB_PATH