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:
- Place the adjective in the correct position, i.e. before or after the noun
- Make the agreement between article, noun and adjective
- Install the Babel2 Framework
- Run
french.lisp
orfrench-adjectives.lisp
- Go in your browser to http://localhost:8000