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
You should make the executable gfud available on your path; otherwise you can call it with
$ ./gfud
In the same directory.
The executable gfud has several modes and options.
Calling it without any arguments prints out a help message.
gfud typically reads and writes standard IO, and file arguments are used only when many files of different kinds have to be read.
For most commands, the input is UD trees in the CoNLL format, which can be read from files in two ways:
Nowadays the default behavior of cabal is to not install libraries globally by default, so these instructions in the readme no longer work:
To get started
Compile the software. You need
With these in place, you can simply type
You should make the executable gfud available on your path; otherwise you can call it with
In the same directory.
The executable gfud has several modes and options.
Calling it without any arguments prints out a help message.
gfud
typically reads and writes standard IO, and file arguments are used only when many files of different kinds have to be read.For most commands, the input is UD trees in the CoNLL format, which can be read from files in two ways:
We could either change the recommendation to
cabal old-install
cabal install --lib
gf-ud
usingcabal
orstack
.On a side-note, these instructions also mention
gfud
instead of the new namegf-ud
The text was updated successfully, but these errors were encountered: