generated from freelawproject/new-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tokenizers): discard citation from nominative reporter on overlap
Solves #221 and #174 Uses a list of problematic nominative reporters to resolve overlpas Due to the way we tokenize, an overlap was always resolved in favor of the first token. In the case of nominative reporters, this caused a CitationToken to be found when a party name matched the reporter's name, discarding the actual citation This could be solved in a cleaner way by being consistent on tagging nominative reporters on reporters-db
- Loading branch information
Showing
3 changed files
with
105 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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