Store in TSV format¶
| Path | langsim.modules.local_lm.store_tsv |
| Executable | yes |
Takes embeddings stored in the default format used within Pimlico pipelines
(see Embeddings) and stores them
as TSV files.
These are suitable as input to the Tensorflow Projector.
Like the built-in store_tsv module, but includes some additional language information in the metadata to help with visualization.
Inputs¶
| Name | Type(s) |
|---|---|
| embeddings | Embeddings |
Outputs¶
| Name | Type(s) |
|---|---|
| embeddings | TSVVecFiles |