rete
playground
Aggregate
The sequences that recur across the corpus
Word
Documents
326
*301
238
KU
168
KA
163
Run this query →
no server · no download · no account
caviri.github.io/rete
Run this query in the playground →
25 rows · 15 ms · no server, no download — the query runs in your browser.
The query
PREFIX la: <https://lineara.xyz/prop/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?word (COUNT(DISTINCT ?i) AS ?documents) WHERE { ?i la:word ?w . ?w rdfs:label ?word . } GROUP BY ?word ORDER BY DESC(?documents) LIMIT 25
rete playground
·
documentation
·
github.com/caviri/rete