mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 21:29:00 +00:00
73 lines
2.4 KiB
Plaintext
73 lines
2.4 KiB
Plaintext
![]() |
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>MEMEX - Failure Modes in Search</title>
|
||
|
<link rel="stylesheet" href="/style-new.css" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
</head>
|
||
|
<body class="double" lang="en">
|
||
|
|
||
|
<header>
|
||
|
<nav>
|
||
|
<a href="http://www.marginalia.nu/">Marginalia</a>
|
||
|
<a href="http://search.marginalia.nu/">Search Engine</a>
|
||
|
<a href="http://encyclopedia.marginalia.nu/">Encyclopedia</a>
|
||
|
</nav>
|
||
|
</header>
|
||
|
<nav class="topbar">
|
||
|
<h1>Memex</h1>
|
||
|
|
||
|
<a href="/" class="path root"><img src="/ico/root.png" title="root"> marginalia</a>
|
||
|
|
||
|
<a href="/commons" class="path dir"><img src="/ico/dir.png" title="dir"> commons</a>
|
||
|
|
||
|
<a href="/commons/search-failure-modes.gmi" class="path file"><img src="/ico/file.png" title="file"> search-failure-modes.gmi</a>
|
||
|
|
||
|
</nav>
|
||
|
|
||
|
<article>
|
||
|
<section id="memex-node">
|
||
|
<h1 id="1">Failure Modes in Search</h1>
|
||
|
<br>
|
||
|
Searches fail either due to incorrect prioritization of search results, failure to identify keywords in search results (especially for n-gram based approaches), or an insufficient document pool to provide relevant search results.<br>
|
||
|
<br>
|
||
|
Prioritization failures are indicated when there are an abundance of search results, but a poor match with the search terms.<br>
|
||
|
<br>
|
||
|
Keyword failures can be distinguished from pool limitations by investigating whether the n-gram is present in the dictionary.<br>
|
||
|
<br>
|
||
|
<h2 id="1.1">Topics</h2>
|
||
|
<br>
|
||
|
<a class="internal" href="/topic/astrolabe.gmi">/topic/astrolabe.gmi</a><br>
|
||
|
|
||
|
|
||
|
|
||
|
</section>
|
||
|
<div id="sidebar">
|
||
|
<section class="tools">
|
||
|
<h1>search-failure-modes.gmi</h1>
|
||
|
<a class="download" href="/api/raw?url=/commons/search-failure-modes.gmi">Raw</a><br>
|
||
|
<a rel="nofollow" href="/api/update?url=/commons/search-failure-modes.gmi" class="verb">Edit</a>
|
||
|
<a rel="nofollow" href="/api/rename?type=gmi&url=/commons/search-failure-modes.gmi" class="verb">Rename</a>
|
||
|
<a rel="nofollow" href="/api/delete?type=gmi&url=/commons/search-failure-modes.gmi" class="verb">Delete</a>
|
||
|
<br/>
|
||
|
<div class="toc">
|
||
|
|
||
|
<a href="#1" class="heading-1">1 Failure Modes in Search</a>
|
||
|
|
||
|
<a href="#1.1" class="heading-2">1.1 Topics</a>
|
||
|
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</article>
|
||
|
<footer>
|
||
|
Reach me at <a class="fancy-teknisk" href="mailto:kontakt@marginalia.nu">kontakt@marginalia.nu</a>.
|
||
|
<br />
|
||
|
</footer>
|
||
|
</body>
|