Egil Möller
Egil Möller
The grit.xml files only contain forward tripples starting with the current document, and xpath queries can become quite convoluted. As an alternative, a direct SPARQL query to the tripple store...
Closes https://github.com/staffanm/ferenda/issues/24 Current implementation ``` ``` Note the `[]` instead of `` to be a valid xml attribute value - the more proper, but unreadable alternative would have been `<>`......
Many lists of documents are paged, and this could easily be abstracted by the docrepo base class, possibly even optimizing restarts of downloads by going directly to the last page...
Add an option to not redownload (check for updates) existing files, but still download all missing files.
The parse action is able to recover if a single downloaded file fails to parse, and still parses other files, however the download action is unable to do so, e.g....
I'm assuming these are the same as the configuration itmes (which are also undocumented)?
Without this, `relate` of `sfs` fails with `18:49:57 root ERROR sfs relate 2021:626 failed: 'order' (ferenda/fulltextindex.py:468) (manager.py:1734) `
While the license for the code is GPL 3, and possible to link to other GPL 3 code, the trained weights are not, and the combined work of code and...
The following contains mostly @sgkang :s work for TEM spatially constrained stitched inversion. Additionally it contains a framework for easily setting up an inversion of TEM data in a "production...
### Proposed new feature or change: Make examples for * [ ] Synthetic data * [ ] Real data * [ ] Find public dataset in xyz format to use...