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

Bring back word statistics #100

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Bring back word statistics #100

wants to merge 2 commits into from

Conversation

egli
Copy link
Member

@egli egli commented Aug 5, 2021

This basically implements statistics for unknown words.

The remaining challenge is to find out when this thing should trigger. It currently assumes that it will be invoked after all unknown words have been moved to local words and before they have been confirmed. Essentially this is when a production is finished.

But finishing is currently not triggered from daisyproducer2 but from the old Python-based code.

Should I

  1. add a call to a new API end point from the Python code or
  2. move the state transition functionality to the new code base?

@egli egli linked an issue Aug 5, 2021 that may be closed by this pull request
@egli egli added this to To do in DB Migration Aug 5, 2021
@egli egli added this to To do in Word Statistics Aug 30, 2021
@egli egli removed this from To do in DB Migration Aug 30, 2021
@egli egli force-pushed the main branch 2 times, most recently from 78e1e1b to 370274a Compare May 17, 2022 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

Insert stats about unknown words into statistics_documentstatistic
1 participant