We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original issue 5 created by Kaljurand on 2010-10-18T11:28:38.000Z:
The verbalizer creates a GCI axiom when handling
SubClassOf(:herbivore ObjectAllValuesFrom(:eat :plant))
to eventually verbalize it as:
"Everything that is eaten by a herbivore is a plant."
It would increase compatibility with other OWL tools if the axiom was instead verbalized as:
Every herbivore eats nothing but plants.
Also, this verbalization would not change the "word/entity order" in the original axiom (maybe this would be a good property to observe?)
See also the mail by Normunds Grūzītis:
https://lists.ifi.uzh.ch/pipermail/attempto/2010-October/000641.html
and earlier and later messages in this thread.
The text was updated successfully, but these errors were encountered:
Kaljurand
No branches or pull requests
Original issue 5 created by Kaljurand on 2010-10-18T11:28:38.000Z:
The verbalizer creates a GCI axiom when handling
SubClassOf(:herbivore ObjectAllValuesFrom(:eat :plant))
to eventually verbalize it as:
"Everything that is eaten by a herbivore is a plant."
It would increase compatibility with other OWL tools if the axiom was instead verbalized as:
Every herbivore eats nothing but plants.
Also, this verbalization would not change the "word/entity order"
in the original axiom (maybe this would be a good property to observe?)
See also the mail by Normunds Grūzītis:
https://lists.ifi.uzh.ch/pipermail/attempto/2010-October/000641.html
and earlier and later messages in this thread.
The text was updated successfully, but these errors were encountered: