Skip to content

Commit

Permalink
Merge pull request #5 from amir-zeldes/dev
Browse files Browse the repository at this point in the history
README
  • Loading branch information
amir-zeldes authored May 26, 2020
2 parents f3a5dd7 + 55873fa commit 8a26fc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,17 @@ Zeldes, Amir (2018) A Characterwise Windowed Approach to Hebrew Morphological Se

## Installation

Either install from PyPI using pip:

`pip install hebpipe`

Or install manually:

* Clone this repository into the directory that the script should run in (git clone https://github.com/amir-zeldes/HebPipe)
* In that directory, install the dependencies under **Requirements**, e.g. by running `python setup.py install` or `pip install -r requirements.txt`

Installing should get all Python dependencies, but **you will need 64 bit Java** installed and available on your path (see details below). Models can be downloaded automatically by the script on its first run.

## Requirements

### Python libraries
Expand Down

0 comments on commit 8a26fc8

Please sign in to comment.