3 Star 7 Fork 2

qieangel2013 / phpword2vec

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
makefile 311 Bytes
Copy Edit Raw Blame History
张秋方 authored 2018-05-11 15:03 . PHP调用 word2vec
CC = gcc
#Using -Ofast instead of -O3 might result in faster code, but is supported only by newer GCC versions
CFLAGS = -lm -pthread -O3 -march=native -Wall -funroll-loops -Wno-unused-result
all: distancecli
distancecli : distancecli.c
$(CC) distancecli.c -o distancecli $(CFLAGS)
clean:
rm -rf distancecli
C
1
https://gitee.com/qieangel2013/phpword2vec.git
git@gitee.com:qieangel2013/phpword2vec.git
qieangel2013
phpword2vec
phpword2vec
master

Search