Skip to content

Conversation

@Meesch
Copy link
Contributor

@Meesch Meesch commented Oct 23, 2025

Voila, feedback van Norbert, Marta, en Lex verwerkt. Geen wereldverschuivende aanpassingen volgens mij.

@Meesch Meesch requested a review from oktaal October 23, 2025 17:17
Copy link
Contributor

@oktaal oktaal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some random nitpicking but Let's deploy to production

main_question_id = line[4]
main_question = line[7]
sub_question = line[5]
sub_question = line[5] if line[5] not in ['', ' ', ' '] else 'clausal'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe replace with:

sub_question = 'clausal' if not line[5] or line[5].isspace() else line[5]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(or if you know for sure it is not None then only not line[5].isspace())

placeholder: $localize`Select Sub-Question(s)`
}, {
name: $localize`Sub-Question Text`,
// name: $localize`Sub-Question`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just remove the uncommented code

of languages/language varieties that proved interesting for our research purposes. Next, we made
questionnaires
to
The database contains 33,384 translations of 252 prompts (including unattested patterns), from 326
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The translations have to be updated and could these counts come from https://github.com/CentreForDigitalHumanities/mima/blob/feature/feedback/frontend/build/count-tokens.js? (or at least make that into a separate issue)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants