ready to read full corpus to db

This commit is contained in:
voje 2019-04-21 13:14:34 +02:00
parent 3923888172
commit bb5dc581ed

View File

@ -44,6 +44,10 @@ $ make python-env-install
# run the code
# beforehand, set the data files in Makefile
$ make fill-database
# this is a long operation
# if running on a remote server, use nohup:
$ nohup $(make fill-database > fill-database.log) &
```
If all goes well, we should be able to inspect the database, filled with corpora, on `0.0.0.0:8087`.