lmazuel / onagui

OnAGUI - Ontology Alignment GUI - Software to help automatic or manual realisation of ontologic alignment
MIT License
11 stars 4 forks source link

Can we launch onagui from command line? With which variables? #85

Open SteBiard opened 3 years ago

SteBiard commented 3 years ago

Hello,

Thanks a lot for this toolset.

Is there a way to interact programmatically with ONAGui? Is it doucmented somewhere?

The idea is to be able to load the 2 ontologies directly, launch one of the algorithm and be able to export the alignment as skos.

Thanks and regards

tfrancart commented 3 years ago

No, you cannot run the algorithms directly. That would be a nice addition, though. Currently, there is AlignmentGUIRunner class that allows to run the GUI by preloading the 2 vocabularies, but you still need to run the alignment manually. Also, the I_Sub comparison algorithm is available in its own java class, it it helps.

SteBiard commented 3 years ago

Thanks a lot for the feedback and the hints to pre-load the vocabularies, it could likely help.