ustctf 2015-11-12 11:35:45 +08:00
Родитель 981c790e8b d736290979
Коммит 72d5f92c10
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -14,7 +14,7 @@ THIRD_PARTY_LIB = $(MULTIVERSO_DIR)/third_party/lib
INC_FLAGS = -I$(MULTIVERSO_INC)
LD_FLAGS = -L$(MULTIVERSO_LIB) -lmultiverso
LD_FLAGS += -L$(THIRD_PARTY_LIB) -lzmq -lmpi -lmpl
LD_FLAGS += -L$(THIRD_PARTY_LIB) -lzmq -lmpich -lmpl
WORD_EMBEDDING_HEADERS = $(shell find $(PROJECT)/src -type f -name "*.h")
WORD_EMBEDDING_SRC = $(shell find $(PROJECT)/src -type f -name "*.cpp")

Просмотреть файл

@ -3,7 +3,7 @@ Distributed Multisense Word Embedding
The Distributed Multisense Word Embedding(DMWE) tool is a parallelization of the Skip-Gram Mixture [1] algorithm on top of the DMTK parameter server. It provides an efficient "scaling to industry size" solution for multi sense word embedding.
For more details, please view our website http://ms-dmtk.azurewebsites.net/word2vec_multi.html.
For more details, please view our website [http://www.dmtk.io](http://www.dmtk.io)
Download
----------
@ -14,7 +14,7 @@ Build
**Prerequisite**
DMWE is built on top of the DMTK parameter sever, therefore please download and build DMTK first (http://ms-dmtk.azurewebsites.net/multiverso_doc.html).
DMWE is built on top of the DMTK parameter sever, therefore please download and build DMTK first (https://github.com/Microsoft/multiverso).
**For Windows**