Skip to content
#

word-embeddings

Here are 754 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
texthero
henrifroese
henrifroese commented Sep 23, 2020

It would be great to have more friendly and funny doctest text content (instead of "Aha", "Text", ...). It's also nicer for users if the docstring examples are all similar.

One idea, for instance, is to use famous sentences said by movie Superheroes. Here are a few examples:

  • I have the power!
  • Flame on!
  • HULK SMASH!
  • Holy ____ Batman!
  • I am the vengeance, I am the night, I am BATMAN!
good first issue testing

Improve this page

Add a description, image, and links to the word-embeddings 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 word-embeddings topic, visit your repo's landing page and select "manage topics."

Learn more