Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markgw committed Oct 2, 2020
1 parent 7110eb5 commit 0ca7116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python/pimlico/datatypes/embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
from pimlico.datatypes.files import NamedFileCollection
from pimlico.utils.core import cached_property

__all__ = ["Embeddings", "TSVVecFiles", "Word2VecFiles"]
__all__ = ["Vocab", "Embeddings", "TSVVecFiles", "Word2VecFiles",
"DocEmbeddingsMapper", "FixedEmbeddingsDocMapper", "FastTextDocMapper"]


class Vocab(object):
Expand Down

0 comments on commit 0ca7116

Please sign in to comment.