Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "wego", Short: "tools for embedding words into vector space", RunE: func(cmd *cobra.Command, args []string) error { return errors.Errorf("Set sub-command. One of %s|%s|%s|%s|%s", word2vecCmd.Name(), gloveCmd.Name(), lexvecCmd.Name(), searchCmd.Name(), replCmd.Name()) }, }
RootCmd is the root command for word embedding.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.