You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to avoid duplicating labels, it would be better to allow the labels for a given grammar to be in multiple files. In this example, the file B.labels should only contain labels for funs b1 and b2.
When giving the labels files as arguments to gf-ud, we could give a complete list of labels files, e.g.
gf-ud ud2gf B <startcat> <lang> A.labels B.labels
Or we could keep the existing arguments to ud-gf, and make the module structure a part of the labels files:
-- B.labels#include A.labels
#fun b1 …
#fun b2 …
The text was updated successfully, but these errors were encountered:
Many GF grammars are structured as follows:
If we want to use those grammars with gf-ud, we need the following labels files:
and
In order to avoid duplicating labels, it would be better to allow the labels for a given grammar to be in multiple files. In this example, the file
B.labels
should only contain labels for funsb1
andb2
.When giving the labels files as arguments to gf-ud, we could give a complete list of labels files, e.g.
Or we could keep the existing arguments to ud-gf, and make the module structure a part of the labels files:
The text was updated successfully, but these errors were encountered: