-
Notifications
You must be signed in to change notification settings - Fork 23
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
ELAN vocabulary generation script throws a SAXParseException #304
Comments
This seems related to switching SOMA's format to owl functional syntax. The script assumed RDF/XML and was not updated in a while. I can take care of this later in the week, or more likely next week. As a quick workaround, Protege allows saving SOMA.owl as RDF/XML and then the script should run with that as input. |
Can you explain to me what the ELAN scripts are doing? We might want to move these to the java CI as well. |
The ELAN script generates vocabulary files. In more detail, it loops through the concepts in SOMA looking for whether a particular annotation property (ELANName I think) is defined for a concept. If it is, then an entry is generated into a controlled vocabulary file. Later, when someone uses ELAN to annotate, they rely on having such vocabulary files to provide labels for the annotations. Moving the functionality of the script to the Java CI is a good idea since Java has all the library support for OWL formats. |
@ayden175 I know that you want to work on other stuff, but would you mind checking this problem out? If not, I can also have a look at changing the CI. |
Hello,
I am trying to run the [./] ecv.sh script (-branch master -folder scripts).
However, it fails to parse the owl files.
Here is the error I get:
The text was updated successfully, but these errors were encountered: