the table script now takes all N,A,V from Lexicon

This commit is contained in:
Aarne Ranta
2019-08-02 18:33:37 +02:00
parent 44885e8216
commit abf96c097c

View File

@@ -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"