fnielsen / ordia

Wikidata lexemes presentations
https://ordia.toolforge.org
Apache License 2.0
24 stars 13 forks source link

Filter text-to-lexemes by whether lexeme exists #81

Open Daniel-Mietchen opened 4 years ago

Daniel-Mietchen commented 4 years ago

showing both the existing and the non-existing lexemes is a good default, but it would be useful to change it such that only one of these categories is shown.

Showing only missing ones is a good setting for data entry, while showing only existing ones is good for curation.

jhsoby commented 2 years ago

I came here to request this as well. Would it be possible, @fnielsen? :-)

jhsoby commented 2 years ago

In the meantime, if anyone else happens upon this: A workaround is to paste the following in the browser's console:


$("tr").each( function() {
    $( this ).children("td").eq(2).children("a").closest("tr").remove();
});
dpriskorn commented 2 years ago

I would also like to see this as scrolling is not that fun when hunting missing lexemes.