Skip to content
Snippets Groups Projects
ref_glossary.md 431 B
Newer Older
  • Learn to ignore specific revisions
  • 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.