Skip to content

Commit

Permalink
rm obsolete Vocab/Trainable/abstract/Wrapper classes, persistent call…
Browse files Browse the repository at this point in the history
…backs (bug piskvorky#2136), outdated tests/warnings; update usages
  • Loading branch information
gojomo committed May 10, 2020
1 parent 28bff70 commit e69fff8
Show file tree
Hide file tree
Showing 39 changed files with 1,891 additions and 8,635 deletions.
7 changes: 0 additions & 7 deletions docs/src/apiref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ Modules:
models/wrappers/ldavowpalwabbit.rst
models/wrappers/wordrank
models/wrappers/varembed
models/wrappers/fasttext
models/deprecated/doc2vec
models/deprecated/fasttext
models/deprecated/word2vec
models/deprecated/keyedvectors
models/deprecated/fasttext_wrapper
models/base_any2vec
similarities/docsim
similarities/termsim
similarities/index
Expand Down
10 changes: 0 additions & 10 deletions docs/src/models/base_any2vec.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/src/models/deprecated/doc2vec.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/models/deprecated/fasttext.rst

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/models/deprecated/fasttext_wrapper.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/src/models/deprecated/keyedvectors.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/src/models/deprecated/word2vec.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/src/models/wrappers/fasttext.rst

This file was deleted.

1 change: 0 additions & 1 deletion gensim/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
from .translation_matrix import TranslationMatrix, BackMappingTranslationMatrix # noqa:F401

from . import wrappers # noqa:F401
from . import deprecated # noqa:F401

from gensim import interfaces, utils

Expand Down
Loading

0 comments on commit e69fff8

Please sign in to comment.