dayures / parrot

Parrot is A RIF and RDF Ontologies documentation Tool. It provides users (both business users and developers) with useful reference documentation about rulesets and ontologies expressed in standard languages, such as OWL and RIF.
Eclipse Public License 1.0
3 stars 1 forks source link

Add the possibility to iterate over all language versions of the definitions #21

Open dayures opened 10 years ago

dayures commented 10 years ago

Originally reported by: larsgsvensson (Bitbucket: larsgsvensson, GitHub: larsgsvensson)


Parrot offers the possibility to iterate over the labels in all languages. For truly multilingual ontologies it would be handy to have this feature for the definitions, too. My suggestion is to add the definitions/descriptions to LexicalInformation.

#!java

LexicalInformation.getDescriptions()
LexicalInformation.findDescriptionsByLocale( Locale locale )