mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 06:41:07 -07:00
change minitranslator to use MicroLang
This commit is contained in:
@@ -30,7 +30,7 @@ A minimal translator can be found in
|
||||
|
||||
[`minitranslator.py`](./minitranslator.py)
|
||||
|
||||
This program reads one line of input and translates it from English to Swedish by using `MiniGrammar.pgf`. Example:
|
||||
This program reads one line of input and translates it from English to Swedish by using `MicroGrammar.pgf`. Example:
|
||||
```
|
||||
$ echo "the cat is black" | python3 minitranslator.py
|
||||
katten är svart
|
||||
|
||||
Reference in New Issue
Block a user