Skip to content
Snippets Groups Projects
ref_glossary.md 539 B
Newer Older
Phil Höfer's avatar
Phil Höfer committed
<!--
SPDX-FileCopyrightText: 2024 Phil Höfer <phil@suma-ev.de>

SPDX-License-Identifier: AGPL-3.0-only
-->
Phil Höfer's avatar
Phil Höfer committed
# Glossary ❖

- **Predictor**: 
  - Algorithm used to predict a suggestion.

- **Prediction Model**: 
  - Database used to supplement a predictor. Can be trained from search query input data.

- **Markov Chain**: 
  - Stochastic prediction model describing a sequence of possible words where the probability of each word depends only on the previous word.

- **Markov Chain Predictor**: 
  - Predictor utilising a Markov chain.