The Wayback Machine - https://web.archive.org/web/20220617165258/https://github.com/topics/document-similarity
Skip to content
#

document-similarity

Here are 48 public repositories matching this topic...

gensim
mpenkov
mpenkov commented Jun 22, 2021

In gensim/models/fasttext.py:

    model = FastText(
        vector_size=m.dim,
        vector_size=m.dim,
        window=m.ws,
        window=m.ws,
        epochs=m.epoch,
        epochs=m.epoch,
        negative=m.neg,
        negative=m.neg,
        # FIXME: these next 2 lines read in unsupported FB FT modes (loss=3 softmax or loss=4 onevsall,
        # or model=3 supervi
bug difficulty easy good first issue fasttext

Improve this page

Add a description, image, and links to the document-similarity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the document-similarity topic, visit your repo's landing page and select "manage topics."

Learn more