GDep beta2
Sep 10, 2010: The current version now compiles using gcc4.
Source code and models for tagging and parsing biomedical text.
Windows 32 and Linux 64 executables included. Executable for Mac OS X coming eventually.
Building GDep
To build GDep in Linux, MacOS X, or Windows with Cygwin, you need gcc.
Unpack the archive with
tar xzvf gdep-beta1a.tgz
Then type
cd gdep-beta1a
make
This will produce an executable named gdep.
Using GDep
To parse biomedical text, simply type
gdep INPUTFILE
where INPUTFILE is a text file containing one sentence per line.
Output is written to stdout. To save the output to a file,
type
gdep INPUTFILE > OUTPUTFILE
where OUTPUTFILE is the file where the parser output will be written.
If you don't specify an input file, GDep accepts input from stdin.
Anyone is free to download and use the parser and the models included
for research purposes.
However, because this is a beta release, I strongly recommend you
contact me (sagae+lrdep at cs dot cmu dot edu) if you want to do
anything beyond simple testing.
If you publish work in which GDep is used, please cite the 2007 paper above.