Word Prediction algorithm

前端 未结 2 541
野趣味
野趣味 2021-01-31 10:40

I\'m sure there is a post on this, but I couldn\'t find one asking this exact question. Consider the following:

  1. We have a word dictionary available
  2. We are
2条回答
  •  北荒
    北荒 (楼主)
    2021-01-31 11:30

    Yeh Whye Teh also has some recent interesting work that addresses this problem. The "Sequence Memoizer" extends the traditional prediction-by-partial-matching scheme to take into account arbitrarily long histories.

    Here is a link the original paper: http://www.stats.ox.ac.uk/~teh/research/compling/WooGasArc2011a.pdf

    It is also worth reading some of the background work, which can be found in the paper "A Bayesian Interpretation of Interpolated Kneser-Ney"

提交回复
热议问题