Benjamin Rosemann
Benjamin Rosemann
As a workaround just give your custom handler a custom name and add ` handleAs: "customBlob"` to your xhr. Reusing the code snippet of @TiBeN : ```javascript handlers.register('customBlob', function(response){ var...
It is confusing that there are generally no results for the relations *narrowerTermGeneral*, *narrowerTermGeneric*, *narrowerTermInstantial* and *narrowerTermPartitive*. For example you may use the [lobid GND API for OpenRefine](https://lobid.org/gnd/api#openrefine) and [narrowerTermGeneral](https://d-nb.info/standards/elementset/gnd#narrowerTermGeneral)...
The properties *narrowerTermGeneral*, *narrowerTermGeneric*, *narrowerTermInstantial* and *narrowerTermPartitive* do not have counterparts in MARC21 as they are defined as the [owl:inverseOf](https://www.w3.org/TR/owl-ref/#inverseOf-def) the *broaderTerm**-group. ```mermaid flowchart LR broaderTermGeneral narrowerTermGeneral subgraph broader broaderTermGeneric...
Adding to this: having parenthesises within a name results in having no results: - Searching for [Re(c)hlinger, Johannes](https://lobid.org/gnd/search?q=Re(c)hlinger%2C+Johannes) has no results - Searching for [Rehlinger, Johannes](https://lobid.org/gnd/search?q=Rehlinger%2C+Johannes) is successfull
> An interesting more recent addition in the scientific community is the [Flexible character accuracy measure](https://www.primaresearch.org/www/assets/papers/PRL_Clausner_FlexibleCharacterAccuracy.pdf). As I have a similar problem and need a solution I will try to...
@jbarth-ubhd > Flew through this paper. Does compare strings of GT with substrings of OCR (in case of erroneously joined columns). Simplified Explanation: FCA compares a line from GT with...
> (Keeping it short as I am on my free day actually 😜 ) Free day? Same as yesterday and the day before yesterday... 😉 I have three proposals, let...
> While having support for JavaScript is certainly interesting, the tools seem to require Bower/Yarn/or npm(?) for that, and switching > to that is maybe a bit overkill for the...
> The [LAREX example](https://digi.bib.uni-mannheim.de/~jkamlah/dinglehopper-test/larex/) by @JKamlah also shows the line vs text region inconsistency, the `TextRegion`'s text is just empty: > > ``` > > > > ``` Regarding the...
Currently the instructor notes are empty. Maybe we have to wait until #74 is fixed before revisiting this issue?