MCPcopy Create free account
hub / github.com/hankcs/HanLP / get_output_dim

Method get_output_dim

hanlp/layers/embeddings/fast_text.py:86–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 return s
85
86 def get_output_dim(self):
87 return self.embedding_dim
88
89
90class FastTextEmbedding(Embedding, AutoConfigurable):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected