Docs: Fix typo in phrase-suggest.asciidoc

Closes #7262
This commit is contained in:
Mpampis Kostas 2014-08-13 22:13:53 +03:00 committed by Clinton Gormley
parent a0b74695b7
commit 55b642abc5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ suggest-selection is left to the API consumer. Yet, often pre-selected
suggestions are required in order to present to the end-user. The
`phrase` suggester adds additional logic on top of the `term` suggester
to select entire corrected phrases instead of individual tokens weighted
based on `ngram-langugage` models. In practice this suggester will be
based on `ngram-language` models. In practice this suggester will be
able to make better decisions about which tokens to pick based on
co-occurence and frequencies.