Tom Morris

Results 686 comments of Tom Morris

I recommend adding the `--ff-only` switch to the pull command to make sure that you're not accidentally getting merge commits on top of a commit to `master` in your fork....

Since the original dataset ended in Aug 2019, I realized that there was a small chance the bug had been fixed in the intervening months, so I reran the analysis...

That import has much bigger issues than just a wrong cover: 1. the book was scanned in Aug 2020, but apparently never had an OpenLibrary record created 2. the book...

Wouldn't it be better to query OpenLibrary than Internet Archive? The first scanned volume that that query returns is included because a user review includes the word "thriller" which seems...

It timed out 2/3 times that I tried it, but modulo that, I think it's an improvement.

What is the state of the Python script? I watched the Wikidata Modeling Days presentation and it looked super simple to just do `pip install qlever`, but that doesn't produce...

@hannahbast That fixed the config file issue. Thanks for the quick turnaround! There are a few issues with the templates themselves (e.g. RDF_FILES vs FILE_NAMES), but I'll file separate reports...

I was curious myself, so I checked the source code: https://github.com/AngryLoki/mreid-resolver/blob/346748d02de3a035ca1cef8f92a72a5b8b86354f/src/routes/Search.svelte#L125 It's the natural log (log base e or ln) of the `resultScore` as returned by the Google kgsearch API,...

A `normalize()` function which parallels the existing `fingerprint()` [function](https://github.com/OpenRefine/OpenRefine/blob/ef5c1712d562c7437956bbd6ffe9fd38e26f12fa/main/src/com/google/refine/expr/functions/strings/Fingerprint.java#L43) would be useful to allow access to the algorithm that `fingerprint` uses internally, but we probably want to include some other...

> I think a better solution may be, if the string starts with `[` and ends with `]` then take the string[1:-1]. The problem with this is that the square...