clarin-eric / switchboard-tool-registry

The Switchboard Tool Registry
GNU General Public License v3.0
4 stars 13 forks source link

Integrate eight It-Sr-NER related tools #160

Closed procesaur closed 1 year ago

procesaur commented 1 year ago

[spaCy NEL.json] [spaCy bilingual NEL.json] [spaCy bilingual NER and Geoparsing.json] [spaCy bilingual NER and NEL.json] [spaCy bilingual NER.json] [spaCy monolingual NER and Geoparsing.json] [spaCy monolingual NER and NEL.json] [spaCy monolingual NER.json]

andmor- commented 1 year ago

Can you confirm this is about integrating the tools into the production instance (switchboard.clarin.eu)?

procesaur commented 1 year ago

yes, please, integrate into the production instance.

andmor- commented 1 year ago

To integrate these tools in the production instance, we will need some kind of UI rendering of the end result. Ideally also containing some explanation of the operation executed by the tool. The Switchboard tries to be easy to understand and use from the point of view of a novice user. It should be able to assist the user finding tools and understanding what they do. In this context, a raw XML output after invoking the tools via the Switchboard UI is not very easy to understand and navigate. As many users are not familiar with XML. I would suggest some basic server-side rendering perhaps using XSLT templates (?)

procesaur commented 1 year ago

Each tool now has a graphical output with an option to download raw xml for advanced users (aside from the geoparsing tools which already outputed a map). Hope that is well enough, cheers.