Skip to content

Commit

Permalink
Update URLs (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaschn committed Mar 6, 2021
1 parent 70fc159 commit dd9c01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gensim/models/lsimodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ class LsiModel(interfaces.TransformationABC, basemodel.BaseTopicModel):
<https://en.wikipedia.org/wiki/Latent_semantic_analysis#Latent_semantic_indexing>`_.
The decomposition algorithm is described in `"Fast and Faster: A Comparison of Two Streamed
Matrix Decomposition Algorithms" <https://nlp.fi.muni.cz/~xrehurek/nips/rehurek_nips.pdf>`_.
Matrix Decomposition Algorithms" <https://arxiv.org/pdf/1102.5597.pdf>`_.
Notes
-----
Expand All @@ -333,7 +333,7 @@ class LsiModel(interfaces.TransformationABC, basemodel.BaseTopicModel):
See Also
--------
`FAQ about LSI matrices
<https://github.com/piskvorky/gensim/wiki/Recipes-&-FAQ#q4-how-do-you-output-the-u-s-vt-matrices-of-lsi>`_.
<https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ#q4-how-do-you-output-the-u-s-vt-matrices-of-lsi>`_.
Examples
--------
Expand Down

0 comments on commit dd9c01c

Please sign in to comment.