Files
gf-rgl/src/romance
odanoburu 1f5e62299e (Romance,Por,Spa) refactor Extend{Por,Spa} into ExtendRomanceFunctor
- couldn't get a functor on top of another working in GFSS2018, so now
  we just copy the relevant definitions from ExtendFunctor and add the
  Romance-specific ones
- add stare_V to DiffRomance (and essere_V for symmetry) so that we
  can use it in ExtendRomance; using Latin verb name for fairness;
- add two missing lins to ExtendFunctor

  + related changes
2019-02-13 13:00:52 -02:00
..
2018-06-20 12:31:36 -03:00
2017-10-25 19:03:14 +02:00
2019-01-03 11:20:26 -02:00

# -*- mode:org -*-
#+TITLE: Romance functor

This functor generalizes the grammars of the following languages:
French, Italian, Catalan, Spanish, and Portuguese.

* special modules
** Common
The Common module contains non-exhaustively:
- the declarations of common parameters such as gender and verb forms;
- the declarations of common types such as nouns and adjectives;
- utility opers dealing with parameters: how to build parameters from
  their components, how extract components from the params;
- utility opers to build inflection tables;

** Diff
This interface module tries to encompass the main differences between
the Romance languages. It is meant to be filled by each functor
instantiation.

#* history

#* bibliography