ready to read full corpus to db
This commit is contained in:
parent
3923888172
commit
bb5dc581ed
|
@ -44,6 +44,10 @@ $ make python-env-install
|
||||||
# run the code
|
# run the code
|
||||||
# beforehand, set the data files in Makefile
|
# beforehand, set the data files in Makefile
|
||||||
$ make fill-database
|
$ 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`.
|
If all goes well, we should be able to inspect the database, filled with corpora, on `0.0.0.0:8087`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user