CogComp/saul

Solving the issue of '.' vs '..'

kordjamshidi opened this issue · 4 comments

I guess we all do this all the time: change from '..' to '.' in intelliJ for the data folders and configuration to be accessed from root while sbt needs '..' there for running from command prompt. Can't there be a solution for this to avoid switching this all the time?

In IntelliJ go to debug or run configuration and change the working directory to whatever is consistent with the path you have for the data.

I think I should keep the working directory as saul, no?

If the path begins with .., you should make it saul/saul-examples, I think.

Yes, right. It works. Thanks!