-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location of KBs directory is hard coded in java files #39
Comments
all these cases should lookup the value of the parameter |
it's all relative to SIGMA_HOME, which is what is intended |
you're right, that would be better |
My workaround was to create a symlink, but since I don't know how to make reference to the config.xml parameter in your java code, I created this issue. I believe that should be something easy to fix. |
related to it, we have two parameters in the config.xml that point to an invalid path These parameters are used? What should be the correct value for them? |
kbDir is set during initialization of KBmanager so I've changed all but SigmaTestBase and SigmaMockTestBase |
reverting, this breaks the startup sequence |
fixed this in NLGutils and WordNet |
The text was updated successfully, but these errors were encountered: