Tool for computing continuous distributed representations of words
This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research.
This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research.
To install word2vec, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install word2vec
To see what files were installed by word2vec, run:
port contents word2vec
To later upgrade word2vec, run:
sudo port selfupdate && sudo port upgrade word2vec
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.