mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
the table script now takes all N,A,V from Lexicon
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
-- gf -run alltenses/LangIce.gfo <example-tables.gfs
|
||||
|
||||
l MkDocument (NoDefinition "") (InflectionN car_N) "" | wf -file="example-tables.html"
|
||||
l MkDocument (NoDefinition "") (InflectionN man_N) "" | wf -append -file="example-tables.html"
|
||||
l MkDocument (NoDefinition "") (InflectionN woman_N) "" | wf -append -file="example-tables.html"
|
||||
l MkDocument (NoDefinition "") (InflectionN child_N) "" | wf -append -file="example-tables.html"
|
||||
l MkDocument (NoDefinition "") (InflectionA red_A) "" | wf -append -file="example-tables.html"
|
||||
l MkDocument (NoDefinition "") (InflectionA new_A) "" | wf -append -file="example-tables.html"
|
||||
l MkDocument (NoDefinition "") (InflectionA good_A) "" | wf -append -file="example-tables.html"
|
||||
l MkDocument (NoDefinition "") (InflectionV walk_V) "" | wf -append -file="example-tables.html"
|
||||
l MkDocument (NoDefinition "") (InflectionV sleep_V) "" | wf -append -file="example-tables.html"
|
||||
gt MkDocument (NoDefinition "") (InflectionN ?) "" | l | wf -file="example-tables.html"
|
||||
gt MkDocument (NoDefinition "") (InflectionA ?) "" | l | wf -append -file="example-tables.html"
|
||||
gt MkDocument (NoDefinition "") (InflectionV ?) "" | l | wf -append -file="example-tables.html"
|
||||
|
||||
Reference in New Issue
Block a user