From 35445ddc2ed6997c116229e292ab9eb56c1ef02d Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 2 Jan 2021 18:14:54 +0100 Subject: [PATCH] Auto: misc. --- crowdsourced-search.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/crowdsourced-search.md b/crowdsourced-search.md index 05727fb82..574eee920 100644 --- a/crowdsourced-search.md +++ b/crowdsourced-search.md @@ -1,16 +1,25 @@ # Crowdsourced Search - [[pull]] [[agora search]] -- Every entity can have a node in the Agora. -- Search queries are entities. -- Nodes are crowdsourced. -- The [[agora]] is a sensible platform to implement crowdsourced search. +- Any [[entity]] can have a [[node]] in the [[Agora]]. + - Search queries are entities. + - Search queries can also be decomposed in constituent entities for better modeling using a grammar, but that is not strictly necessary. +- The Agora is a [[distributed knowledge graph]] by the people, for the people. + - Agora [[nodes]] are [[crowdsourced]]. +- From the above it seems to follow that the [[Agora]] is a sufficient platform to implement crowdsourced search. + - You can think of a [[node]] as equivalent to a user-editable search result page for the search query matching the node title. + - [[go links]] are explicit offerings for relevant links around the internet. - [[pull]] [[jump]] [//begin]: # "Autogenerated link references for markdown compatibility" [pull]: pull "Pull" [agora search]: agora-search "Agora Search" -[agora]: agora "Agora" +[entity]: entity "Entity" +[node]: node "Node" +[Agora]: agora "Agora" +[distributed knowledge graph]: distributed-knowledge-graph "Distributed Knowledge Graph" +[nodes]: nodes "Nodes" +[crowdsourced]: crowdsourced "Crowdsourced" [jump]: jump "Jump" [//end]: # "Autogenerated link references" \ No newline at end of file