-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add ngram endpoints #458
base: master
Are you sure you want to change the base?
Add ngram endpoints #458
Conversation
Code Climate has analyzed commit f7e79d7 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 87.3% (75% is the threshold). This pull request will bring the total coverage in the repository to 91.5% (0.0% change). View more on Code Climate. |
@@ -449,3 +432,90 @@ def query_corpus_by_manuscript( | |||
] | |||
) | |||
return ManuscriptAttestationSchema().load(cursor, many=True) | |||
|
|||
def _update_ngrams(self, id_: ChapterId) -> None: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to exclude colophons
No description provided.