Installation/Example help needed.
Submitted by Anonymous on Tue, 2010-01-19 17:22
Printer-friendly version
PDF version
Notice the incorrect spelling of SemanticAssistents. I tracked this down to the owl files in the Server directory of the code:


I've download the code, and have been trying to work through the examples. After a fair bit of difficulty getting the right version of dependencies and paths setup correctly, I believe I have everything built and running.
I seem to have another path issue though. When working through the command line example in the manual:
- ./runclient.sh invoke "\"Person and Location Extractor\"" \
- "docs=http://en.wikipedia.org/w/index.php?title=Christiane_Kubrick&printable=yes"
I get the following error on the server:
- ---------------- Next application: /home/ryan/Repository/durm/Applications/SemanticAssistents/gate/Annie
- [geshifilter-java] [Jan 19, 2010] Error: Service application file "/home/ryan/Repository/durm/Applications/SemanticAssistents/gate/Annie" does not seem to exist.
Resources/OwlServiceDescriptions/*
What should they point too? Is there any possibility of getting a list of what files should be where?
Thanks! This looks like a very useful tool we'd like to experiment with if we can get the path issues worked out.
-Ryan[/geshifilter-java]
»
- Login to post comments
In annie.owl as you correctly
In annie.owl as you correctly pointed there is a path:
~/Repository/durm/Applications/SemanticAssistents/gate/Annie
It should be changed to where your Gate Pipelines are located: SemanticAssistants-beta2/Resources/GatePipelines/Annie.gapp
There you need to create an annie pipeline, as described in the README and user documentation.
Re: Installation/Example help needed
Hi Ryan,
We changed the directory structure between beta1 and beta2, it's possible we missed some paths. We're looking into it.
In general, all resources (OWL service descriptions, GATE pipelines, etc.) are now under
SemanticAssistants/Resources
. By default, the server searches for OWL service descriptions inResources/OwlServiceDescriptions
and the GATE pipelines for the example services need to be stored inResources/GatePipelines
. Did you create theAnnie.gapp
file as explained in the user's guide?-René