Link to latent semantic indexing on Wikipedia

This commit is contained in:
Frank Taillandier 2016-08-23 02:24:30 +02:00
parent 4319a752b1
commit 27139f40e2
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@ following is a reference of the available data.
If the page being processed is a Post, this contains a list of up to ten If the page being processed is a Post, this contains a list of up to ten
related Posts. By default, these are the ten most recent posts. related Posts. By default, these are the ten most recent posts.
For high quality but slow to compute results, run the For high quality but slow to compute results, run the
<code>jekyll</code> command with the <code>--lsi</code> (latent semantic <code>jekyll</code> command with the <code>--lsi</code> (<a href="https://en.wikipedia.org/wiki/Latent_semantic_analysis#Latent_semantic_indexing">latent semantic indexing</a>) option. Also note GitHub Pages does not support the <code>lsi</code> option when generating sites.
indexing) option. Also note GitHub Pages does not support the <code>lsi</code> option when generating sites.
</p></td> </p></td>
</tr> </tr>