You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: separate superscript citation/affiliation callouts from adjacent words (#251)
A superscript run (citation callout '13-15', affiliation marker '1,2,*') that abuts a baseline word with no space character in the content stream merges into it in the ALTO ('developed13-15', 'Kowalczyk1,2,*'). GROBID's tokenizer splits on whitespace and punctuation but not letter<->digit, so the callout is hidden.
Emit an inter-word <SP> when the font pass from normal to superscript. Subscripts (lowered, e.g. 'CO2') are left joined so chemical formulae stay intact.
0 commit comments