Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 816 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 816 Bytes

Contributing

If you're forking the repo to develop the project as your own and not just to send back a PR, follow these steps.

Installation

  1. Install Docker.
  2. If you are generating documentation or testing the spec, install node.js.
  3. Clone the repository using one of the following methods.
    • SSH: git clone git@github.com:neelkamath/spacy-server.git
    • HTTPS: git clone https://github.com/neelkamath/spacy-server.git
  4. If you are not going to use sense2vec, skip this step. Download the pretrained vectors. Extract it into the project's src directory.