# Functions
LoadVectorModel loads either a 32-bit or 8-bit model based on the file extension.
# Structs
Options defines the command-line options.
VecModel32bit represents a 32-bit floating point Word2Vec model.
# Interfaces
VectorModel interface defines the methods that all vector models must implement.