Create README.md for Lab 2

This commit is contained in:
Aarne Ranta
2025-03-28 17:00:34 +01:00
committed by GitHub
parent 7216a25f28
commit 5a6c8cc214

14
lab2/README.md Normal file
View File

@@ -0,0 +1,14 @@
# Lab 2: Multilingual text generation from Wikidata
This uses GF to generate texts from facts in the Wikidata fact database.
You will be given
- an abstract syntax,
- an English concrete syntax,
- a json dump from Wikidata
- a Python file that connects Wikidata with GF
Your task will be to create a concrete syntax for some other language by using the
GF RGL and evaluate the text generated by this.
The listed files will be provided before the lab starts.