# Build the model for a given namespace (e.g. "tgap") python3 cts2vec.py tgap # Calculate cosine similiarity between word1 (e.g. "the") and word2 (e.g. "and") for the compiled model (e.g. "tgap") python3 cosinesim.py tgap the and >> Cosine similarity between 'the' and 'and' - CBOW : 0.99955016