From 55873faf4c303401298c646e23f7a47ca68a6a24 Mon Sep 17 00:00:00 2001 From: amir-zeldes Date: Tue, 26 May 2020 12:06:20 -0400 Subject: [PATCH] README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a29fc5c..817f888 100644 --- a/README.md +++ b/README.md @@ -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