forked from leoalenc/pygf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.gfs
More file actions
12 lines (11 loc) · 837 Bytes
/
script.gfs
File metadata and controls
12 lines (11 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
import Portuguese.gf
import Python.gf
p -cat=Command -lang=Portuguese "contar as ocorrências de um valor numa lista"
p -cat=Command -lang=Portuguese "contar as ocorrências de um valor numa lista" | l -lang=Python
p -cat=Command -lang=Portuguese "contar as ocorrências de um item numa lista" | l -lang=Python
p -cat=Command -lang=Portuguese "contar as ocorrências de um elemento numa lista" | l -lang=Python
-- of the following two Portuguese examples, only the second one is parsed,
-- because the Portuguese grammar is too rudimentary, not allowing for word order variantions
p -cat=Command -lang=Portuguese "inserir um objeto na posição 2 de uma lista" | l -lang=Python
p -cat=Command -lang=Portuguese "inserir um objeto em uma lista na posição 2" | l -lang=Python
gr -number=100 | l -treebank | write_file -file=treebank.txt