Skip to content
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

Build the query tool #4

Open
blagae opened this issue Nov 19, 2018 · 0 comments
Open

Build the query tool #4

blagae opened this issue Nov 19, 2018 · 0 comments

Comments

@blagae
Copy link
Owner

blagae commented Nov 19, 2018

Design and write a tool that can be used to run specific analyses on subsets of the verse corpus.
Users must be able to:

  • define which analysis they want from a predefined list (which may contain user-defined content) e.g. the use of faciebat in hexameter clausulae.
  • specify a specific subset to run the analysis on, which may be a composite of several items e.g. all works of Vergilius + the Metamorphoses.

This task comprises at the very least:

  • a front-end GUI design & implementation for the query assembler
  • the back-end script that can execute the analysis and return results
  • a rate limiter that puts reasonable constraints on the amount of CPU time a user can hog.

Nice-to-haves are:

  • an option to schedule analysis
  • an option to abort an analysis
  • an option to reuse past analyses as much as possible
  • an option to simulate analysis, in order to estimate cost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant