Word2vec bot

Since last time, I was wondering how could I make a system providing word2vec info (getting similar words, doing addition of words etc…) in a “easy” way outside of the terminal.

So I had an idea about making these interaction using bot system. I decided to make a discord bot thus, it provides text and voice to communicate to users. In fact, this bot doesn’t use the “classical” prefix patern (where the command is given according a prefix (for instance !help) it was designed to follow a more natural language process. It connects directly to answer the question asked into the voice channel.

So the bot contains few commands:

bot’s profle