Agree adjectives with agreeAdj

This is the documentation for 1.15.0 version, which is not the latest version. Consider upgrading to 3.4.0.
Most of the time, when you want to agree adjectives, it is better to generate a complete nominal group (determiner + noun + adjectives) using Value for Nominal Groups.

Use agreeAdj(adjective, subject) to agree an adjective with a subject.

Example in French

will output luxueuses / munies.

Example in German

In German you have to indicate both the case and the determiner:

will output der alten Gurke.

You can also use value with the adj property: #[+value('Gurke', {case:'GENITIVE', det:'DEFINITE', adj:'alt'})] will also output der alten Gurke.

Example in Italian

la #[+agreeAdj('vecchio', 'casa')] casa will output la vecchia casa.