Support for documents in humanities, Law, and pre-1900 layouts (footnotes-driven)#1325
Draft
lfoppiano wants to merge 56 commits into
Draft
Support for documents in humanities, Law, and pre-1900 layouts (footnotes-driven)#1325lfoppiano wants to merge 56 commits into
lfoppiano wants to merge 56 commits into
Conversation
lfoppiano
force-pushed
the
feature/literature-law-flavour
branch
from
January 30, 2026 16:14
7d7e0b6 to
a13f0d5
Compare
Pull Request Test Coverage Report for Build 21991403140Details
💛 - Coveralls |
lfoppiano
force-pushed
the
feature/literature-law-flavour
branch
from
February 13, 2026 13:19
65cfb01 to
7272991
Compare
This was referenced Mar 4, 2026
lfoppiano
force-pushed
the
feature/literature-law-flavour
branch
from
April 2, 2026 09:51
825e438 to
03a79f3
Compare
lfoppiano
force-pushed
the
feature/literature-law-flavour
branch
from
May 9, 2026 16:21
0eac3b9 to
fa98d42
Compare
changes: - rename segmentation template identifiers - verify training data - merge low-resources labels - use the correct the batch job in wapiti - add regularization in wapiti --------- Signed-off-by: Luca Foppiano <luca@foppiano.org>
Signed-off-by: Luca Foppiano <luca@foppiano.org>
Signed-off-by: Luca Foppiano <luca@foppiano.org>
…ference segmenter
Signed-off-by: Luca Foppiano <luca@foppiano.org>
…rences on the floor
Signed-off-by: Luca Foppiano <luca@foppiano.org>
Signed-off-by: Luca Foppiano <luca@foppiano.org>
Two conflicts git auto-merged into non-compiling code: - AbstractParser declared `model` twice. Master added the field for the debug labelling API (#1439), this branch added it for flavor-aware engine resolution. Kept one field with the flavor rationale. - Engine.createTrainingBlank passed `id` to createBlankTrainingData for the flavor overload. #1508 dropped that parameter - the xml:id is now derived from the input file name - so the call now matches the non-flavor overload above it.
lfoppiano
force-pushed
the
feature/literature-law-flavour
branch
from
July 21, 2026 15:40
d246509 to
4417299
Compare
| continue | ||
|
|
||
| for check_num, check_fn in [ | ||
| (2, lambda elem: check_valid_labels(elem)), |
|
|
||
| for check_num, check_fn in [ | ||
| (2, lambda elem: check_valid_labels(elem)), | ||
| (3, lambda elem: check_untagged_text(elem)), |
| for check_num, check_fn in [ | ||
| (2, lambda elem: check_valid_labels(elem)), | ||
| (3, lambda elem: check_untagged_text(elem)), | ||
| (4, lambda elem: check_empty_labels(elem)), |
Signed-off-by: Luca Foppiano <luca@foppiano.org>
…er vs footnotes update)
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.
This flavor aims to develop a special flavour for Law and certain Humanities articles using footnotes for reference/footnotes/mixed content.
Guidelines are here: https://github.com/cboulanger/grobid-footnote-flavour/blob/main/docs/guidelines.md