Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gatenlp/gateplugin-crowd_sourcing
GATE plugin to interface with the CrowdFlower crowd sourcing platform
https://github.com/gatenlp/gateplugin-crowd_sourcing
Last synced: about 2 months ago
JSON representation
GATE plugin to interface with the CrowdFlower crowd sourcing platform
- Host: GitHub
- URL: https://github.com/gatenlp/gateplugin-crowd_sourcing
- Owner: GateNLP
- License: lgpl-3.0
- Created: 2017-11-15T14:17:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T12:00:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T07:59:24.278Z (9 months ago)
- Language: Java
- Size: 50.8 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-GUI.md
- License: LICENSE
Awesome Lists containing this project
README
# Editing the GUI forms
The forms to enter parameters when creating new jobs were originally created using the "Abeille Forms Designer", and exported as Java classes using the designer's source code generation capability. If you need to edit the forms you can load the XML definitions (in `src/main/resources`) into the designer tool, make your changes, then re-generate the Java classes - it is necessary to post-edit the generated Java code to remove the `import` statement at the top for `I18NUtils`, which is imported but not actually used in the generated code.