-
Notifications
You must be signed in to change notification settings - Fork 0
overview
liam beckman edited this page Apr 15, 2020
·
1 revision
This guide details the setup, running, and maintenance of a local REACH server.
For the authoritative documentation, see CLU Lab's wiki, especially the section on Running REACH.
The directories used in this guide are contained in the following structure. The exact location of each step is open to adaptation, depending on personal preferences.
/ssd/d1/reach-integration
│
├── reach (code cloned from github/clulab/reach)
│ └── ...
│
└── reach-to-fries (the REACH to FRIES file pipeline)
│
├── completed-fries
│ └── ...
│
└── current -> 2020-04-01T12:00:00
│
├── semantic-scholar
│ └── ...
│
├── reach
│ ├── papers (input for the CLI process)
│ │ └── ...
│ │
│ └── output (output of the CLI process)
│ └── ...
│
└── fries
└── ...