AP-664: LDC provider and corpus file fetcher DAG#36
Merged
Merged
Conversation
fed9866 to
386e98b
Compare
aa02404 to
e725c05
Compare
0ee258c to
571b753
Compare
4c85e8a to
5033968
Compare
The Linguistic Data Consortium catalog provides downloads to linguistic corpora. As LDC does not provide an API, the LDC hook creates a session to temporarily persist session cookies and fetches HTML to be parsed into structured data. - Adds a new Airflow LDC provider under mokelumne/providers/ldc with provider.yaml and get_provider_info.py. - Implements LDCHook for authenticated LDC catalog access, including session creation, refresh handling, corpora page retrieval, and download response streaming. - Adds LDC helper methods to `mokelumne.util.ldc`. - Implements a DAG to fetch files from LDC corpora.
jason-raitz
requested changes
May 15, 2026
Contributor
jason-raitz
left a comment
There was a problem hiding this comment.
r+ with nits and comment discussions.
Most of the nits I have are pylint things. Sorry for the number.
Co-authored-by: Jason Raitz <145712254+jason-raitz@users.noreply.github.com>
anarchivist
commented
May 15, 2026
jason-raitz
approved these changes
May 15, 2026
Contributor
jason-raitz
left a comment
There was a problem hiding this comment.
r+ I think that covers it. Cool stuff!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Linguistic Data Consortium catalog provides downloads to linguistic corpora. As LDC does not provide an API, the LDC hook creates a session to temporarily persist session cookies and fetches HTML to be parsed into structured data.
mokelumne.util.ldc.