diff --git a/Makefile b/Makefile index 156e9eb6..13ed0316 100644 --- a/Makefile +++ b/Makefile @@ -177,7 +177,7 @@ start_translation: python3 -m coffeehouse_translation --start-server start_corenlp: - cd services/cornlp; make start + cd services/corenlp; make start # ======================================================================================================================