Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ICLRandD/Blackstone
/ types & classes
Types & classes
7 in github.com/ICLRandD/Blackstone
⨍
Functions
54
◇
Types & classes
7
↳
Endpoints
6
↓ 1 callers
Class
AbbreviationDetector
Detects abbreviations using the algorithm in "A simple algorithm for identifying abbreviation definitions in biomedical text.", (Schwartz & H
blackstone/pipeline/abbreviations.py:154
↓ 1 callers
Class
SentenceSegmenter
Adds custom sentence boundaries to spaCy Doc. @param vocab: the language vocabulary from the spaCy nlp object @param boundary_protection_rules
blackstone/pipeline/sentence_segmenter.py:4
Class
CompoundCases
Detects compound references to cases. Two styles of referencing are accommodated: common_pattern (e.g. Smith v Jones [2000] 1 WLR 123) and
blackstone/pipeline/compound_cases.py:5
Class
Concepts
A custom pipeline component for identifying legal "concepts" in the doc. This process is rules-based as opposed to statistical. The
blackstone/pipeline/concepts.py:7
Class
TestAbbreviationDetector
tests/test_abbreviation.py:12
Class
TestLegislationLinker
tests/test_legislation_linker.py:22
Class
TestSentenceSegmenter
tests/test_sentence_segmenter.py:7