Description Usage Arguments Details
Reduce vector space dimensionality. This is a very efficient (both memory- and CPU-friendly) approach to approximating TfIdf distances between documents, by throwing in a little randomness.
1 2 3 |
corpus |
Corpus as returned by |
... |
Any other options, from the official documentation. |
file |
Path to a saved model. |
Target dimensionality (num_topics
) of 200–500 is recommended as a “golden standard” https://dl.acm.org/citation.cfm?id=1458105.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.