Updated Makefile

This commit is contained in:
Netkas 2021-01-08 22:25:30 -05:00
parent 6cacd5f9a8
commit 34283f6dfc
1 changed files with 3 additions and 0 deletions

View File

@ -169,6 +169,9 @@ start_spamdetect:
start_translation:
python3 -m coffeehouse_translation --start-server
start_corenlp:
cd services/cornlp; make start
# ======================================================================================================================
docker_build: