keto33
keto33
I pointed to the wrong index. `" "` is correct for **before** in index #5, but it is incorrect as **after** in index #4.
> Hello @kant ! > > > 1. The documentation recommends avoiding W3C XML schemas > > Yes I think relax ng is a better choice. xml schema is the...
Well spotted. It solved my problem too. Thanks!
I confirm I could resolve the issue by modifying psola.py as you suggested. However, I encountered another error: ``` training list length 0 validation list 0 loading example backing track...
@lfoppiano, I had seed [#936](https://github.com/kermitt2/grobid/pull/936) before when I was looking for issues related to subscript. However, I did not quite catch how to implement it. Is it already implemented in...
@kermitt2, thanks for following up. I encountered the problem of subscript/superscript in several papers. More complicated subscripts (e.g., `1+x`) are often totally ignored. This paper https://doi.org/10.1016/S0167-2738(00)00327-1 has most of the...
Thanks for prompt checking, @kermitt2 I have a clean installation of Grobid 0.7.3 (everything as defaults, except for `blocksMax` and `tokensMax`, which I increased to handle large files) on Ubuntu...
@lfoppiano, thanks for the explanation. I hoped to utilise the power of modules before processing. For instance, I am very much interested in your `superconductors` module. In line with my...
> @keto33 good news, you don't need to parse TEI/XML and other stuff. The grobid-superconductors model already uses superscript/subscript and provided it in the output as a HTML string of...
Sorry, my bad. `/api/processCitationList` has already been developed for this purpose :-)