WolfgangFahl / ConferenceCorpus

ScientificEventCorpus
Apache License 2.0
1 stars 2 forks source link

filter FTX dump #42

Closed WolfgangFahl closed 2 years ago

WolfgangFahl commented 2 years ago
<documentGenreCode> = C = Konferenzband
<documentGenreCode> = CA = Aufsatz (Konferenz) 
WolfgangFahl commented 2 years ago
SELECT 
COUNT(*) as COUNT,
documentGenreCode
FROM event_TIBKAT
GROUP by documentGenreCode
ORDER by 1  DESC

grafik