Skip to content

Commit

Permalink
Merge pull request #434 from nationalarchives/rules-manifest/ukait
Browse files Browse the repository at this point in the history
Add UKAIT rules to CSV
  • Loading branch information
dragon-dxw authored Feb 14, 2024
2 parents 91f7e2d + 3ff4be5 commit a87728f
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 174 deletions.
3 changes: 2 additions & 1 deletion src/caselaw_extraction/caselaw_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def case_pipeline(doc, db_conn):
Loop through detected caselaw citations and build components for xref attribute.
:param doc: judgment as spacy Doc object
:param db_conn: DB connection parameters to call Rules Manifest
:returns: list of tuples containing detected caselaw and associated attributes
:returns: list of tuples containing detected caselaw and associated attributes;
they're referred to as "replacements" in determine_replacements_caselaw
"""

REPLACEMENTS_CASELAW = []
Expand Down
Loading

0 comments on commit a87728f

Please sign in to comment.