Skip to content

Commit

Permalink
Fix docstrings for gensim.models.translation_matrix (#1806)
Browse files Browse the repository at this point in the history
* convert Space class doc to numpy style

* fix docstrings[1]

* fix docstrings[2]

* remove useless load

* fix docstrings[3]

* add missing import

* fix docstrings[4]
  • Loading branch information
KokuKUSIAKU authored and menshikh-iv committed Dec 27, 2017
1 parent cd776b5 commit 37bc8d4
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 138 deletions.
1 change: 1 addition & 0 deletions gensim/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from .atmodel import AuthorTopicModel # noqa:F401
from .ldaseqmodel import LdaSeqModel # noqa:F401
from .fasttext import FastText # noqa:F401
from .translation_matrix import TranslationMatrix, BackMappingTranslationMatrix # noqa:F401

from . import wrappers # noqa:F401

Expand Down
Loading

0 comments on commit 37bc8d4

Please sign in to comment.