Regex formula of Philippine Supreme Court citations in docket format (with reports); utilized in the LawSQL dataset.
See documentation, building on top of citation-report.
Each DocketCategory
has its own nuanced regex patterns identifying its category, serial_text, and date
Recently, the JIB
was added as a new category. This means creating a new CitationConstructor
object with distinct objectts.
There are are AM
and BM
docket numbers that represent rules rather than decisions.
Based on a CiteableDocument
, construct a temp object prior to formation of Citation
. This temp object is either:
- A combination of a
Docket
object with itsReport
object; or - A solo, undocketed
Report
.