lfoppiano / grobid-superconductors

Grobid module for superconductor material and properties extraction
Apache License 2.0
18 stars 2 forks source link

Aggregated sequence labelling #28

Closed lfoppiano closed 3 years ago

lfoppiano commented 3 years ago

Modified the architecture for which the sequence labeling is now performed by aggregating all the sequences and pass them as a list of lists.

This will have a positive impact on the DeLFT based processing because the sequences will be processed in batch (memory permitting).