Skip to content

Commit

Permalink
fix FastText Docs (#3339)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattYoon authored Apr 29, 2022
1 parent 742fb18 commit ed8122e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gensim/models/fasttext.py
Original file line number Diff line number Diff line change
Expand Up @@ -968,11 +968,6 @@ def __init__(self, vector_size, min_n, max_n, bucket, count=0, dtype=REAL):
buckets_word : list of np.array
For each key (by its index), report bucket slots their subwords map to.
When used in training, FastTextKeyedVectors may be decorated with
extra attributes that closely associate with its core attributes,
such as the experimental vectors_vocab_lockf and vectors_ngrams_lockf
training-update-dampening factors.
"""
super(FastTextKeyedVectors, self).__init__(vector_size=vector_size, count=count, dtype=dtype)
self.min_n = min_n
Expand Down

0 comments on commit ed8122e

Please sign in to comment.