-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement tools tab #326
Implement tools tab #326
Conversation
@ingoboerner @lehkost This is now deployed on dev: https://dev.dracor.org/ger/lessing-emilia-galotti#tools. Please have a look. If @markschwindt has time, he could definitely spice it up a bit visually. |
Voyant works really well. I also tried some tools of the Switchboard, all worked as they should. Really cool stuff. About the wording, I would use the official variant "CLARIN Language Resource Switchboard". Instead of "Text to analyze" I would put: "Text layer for analysis". As tool description in the right sidebar I suggest: "This tab provides links to third-party tools. The selected text layer is forwarded directly for external analysis." |
I adjusted the wording. I slightly changed the sidebar description since the texts are not exactly forwarded. This is also why the tab will not work in a local environment, because the external tools cannot access a local API instance. In that case a note explaining this is displayed instead of the links. |
Cool! I just looked at the tools tab. The timing is perfect for the presentation at the CLARIN Strategy Days the day after tomorrow ;) Thanks for that! Currently we can not load the whole text of a drama, right? See also dracor-org/dracor-api#281 |
@ingoboerner For now we can use the full TEI with both Voyant and the CLARIN Switchboard. The latter then only provides a reduced selection of tools, but that's better than nothing. See the updated version on https://dev.dracor.org/ger/lessing-emilia-galotti#tools. Once we have an endpoint for the full plain text we can add that too. |
Cool, thanks for looking that up. That is exactly what CLARIN people told me today. Using the Switchboard, I was told, is promised to be a sustainable approach to get access to CLARINs tool, so thanks for implementing it! |
Very cool addition, thanks! Maybe instead of "TEI" next to the radio button, we could detail it as "Full text (TEI-encoded)" – that would correspond to the wording in the Downloads tab. |
Here is a first basic implementation of the tools tab.
resolve #310