mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 06:41:07 -07:00
everything in place for Lab 2
This commit is contained in:
@@ -1,14 +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
|
||||
You are given
|
||||
|
||||
- an abstract syntax,
|
||||
- an English concrete syntax,
|
||||
- a json dump from Wikidata
|
||||
- a Python file that connects Wikidata with GF
|
||||
- an abstract syntax and an English concrete syntax, in the subdirectory grammars/
|
||||
- a json dump from Wikidata, in the subdirectory data/
|
||||
- a Python file that connects Wikidata with GF, in the subdirectory scripts/
|
||||
|
||||
Your task will be to create a concrete syntax for some other language by using the
|
||||
Your task is 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.
|
||||
More instructions will be given in the lectures of the week 5-9 May 2025.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user