|
|
@ -13,29 +13,29 @@ It will be on display again during the Computer Grrrls exhibition in Eindhoven ( |
|
|
|
|
|
|
|
Requirements -- apt: |
|
|
|
|
|
|
|
`$ sudo apt install python3 python3-pip` |
|
|
|
$ sudo apt install python3 python3-pip |
|
|
|
|
|
|
|
Requirements -- pip3: |
|
|
|
|
|
|
|
`$ pip3 install flask nltk` |
|
|
|
$ pip3 install flask nltk |
|
|
|
|
|
|
|
Requirements -- nltk |
|
|
|
|
|
|
|
`$ python3` |
|
|
|
$ python3 |
|
|
|
|
|
|
|
`>>> import nltk` |
|
|
|
`>>> nltk.download('averaged_perceptron_tagger')` |
|
|
|
>>> import nltk |
|
|
|
>>> nltk.download('averaged_perceptron_tagger') |
|
|
|
|
|
|
|
|
|
|
|
## Run locally |
|
|
|
|
|
|
|
To run the cross-reader locally, the script `start.py` can be used. |
|
|
|
|
|
|
|
`$ python3 start.py` |
|
|
|
$ python3 start.py |
|
|
|
|
|
|
|
In the browser now visit: |
|
|
|
|
|
|
|
`localhost:5000` |
|
|
|
localhost:5000 |
|
|
|
|
|
|
|
|
|
|
|
## Copyleft |
|
|
|