Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 679 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 679 Bytes

FCG: Position of Adjectives in French

This project is part of the course Artificial Intelligence Programming Paradigms taught at Vrije Universiteit Brussel. Requires FCG Light, part of the Babel2 Framework, available here

Implements a small grammar fragment in FCG using the words un, une, des, le, la, les, voiture, pantalon, petit, vert. The goal is:

  1. Place the adjective in the correct position, i.e. before or after the noun
  2. Make the agreement between article, noun and adjective

How to run:

  • Install the Babel2 Framework
  • Run french.lisp or french-adjectives.lisp
  • Go in your browser to http://localhost:8000