Daniel Ecer
Daniel Ecer
see #313 implementation of https://github.com/tqdm/tqdm/issues/313#issuecomment-812224667 /cc @casperdcl
Using `processFulltextAssetDocument` we can download a zip with the XML and related image resources. The url in the XML seem to include a temporary sub-directory, e.g. `QwmZmbXzY9.lxml_data/image-1.png` instead of `image-1.png`...
Hi, hopefully this issue hasn't been raised before... Related to #492 I was evaluating the results with reference / citation consolidation enabled. In general, where there is a DOI it...
In the [first pubmed evaluation manuscript](https://dx.doi.org/10.1208%2Fs12248-011-9260-2), a number of times 'α2-integrin' is at a line break, e.g.: "was mediated through the inhibition of expression of α2- integrin (1,2). Integrins are...
As I was replicating the training data generation, I realised that currently it is only generating `fulltext` training data for the `body` area (as per the `segmentation` model). As the...
I am upgrading from an old version of Texture 1.0 to 2.3. Since there doesn't seem to be an npm dependency I am using a github link. It installs fine...
This is carried over from https://github.com/kermitt2/delft/issues/90#issuecomment-606691994 Since the segmentation data is using the first two tokens of a line, it would make sense to have an option to be able...
(Not sure if this was discussed before) It seems that the `train_nfold` method allows the preprocessor to see the whole dataset. It may be more correct to use a separate...
I thought it might be better to discuss the sliding window in a separate issue. https://github.com/kermitt2/delft/issues/44#issue-466195876 > I was just considering whether we need sliding windows to not have to...
It might be good if the first argument was the "action", which is effectively a sub command. The model could be made optional, allowing a path to a model to...