Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pavellos21 committed Jul 16, 2020
2 parents 2964337 + 3b71e48 commit 3d34f95
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,27 @@ Requirements

For requirements installation use

pip install -r requirements.txt
pip3 install -r requirements.txt

---
**NOTE**

Install `pip3` and `libssl-dev` before. For this use:

sudo apt install python3-pip

and

sudo apt install libssl-dev

---

Usage
------------

Example

python3 parse.py Minsk Belarus "Belarusian State University of Informatics and Radioelectronics"
python3 src/parse.py Minsk Belarus "Belarusian State University of Informatics and Radioelectronics"

* Input all entities titles with a space
* Then type language of title with `--lang` attribute (by default its 'en')
Expand All @@ -39,11 +52,11 @@ Example

Example with attributes

python3 parse.py Минск --lang=ru --dir=output_dir --debug
python3 src/parse.py Минск --lang=ru --dir=output_dir --debug

For help enter

python3 parse.py --help
python3 src/parse.py --help

Architecture
------------
Expand Down

0 comments on commit 3d34f95

Please sign in to comment.