You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing wget by itself just results in a hang due to an ssl check (need to add flag --no-check-certificate_, so it will require a refactor to use python logic (to call python only commands like unzip, if that's a thing?), or powershell modules perhaps? You'd also have to detect the os before hand... for now I just executed the commands manually:
Also, I noticed in the do command step the java command is calling java -mx4g instead of -Xmx4g, not sure if that's a bug or not, even when I correct it the start command never returns a server which is why I ended up just running the server manually.
When running giveme5w1h-corenlp install on windows, the code is not runable because rm, mv, unzip are not windows command.
For windows, need to change rm to del, mv to move and add an unzip.bat file for windows.
The text was updated successfully, but these errors were encountered: