word2vec-api:提供字词嵌入模型的简单Web服务

时间:2024-06-15 10:21:54
【文件属性】:

文件名称:word2vec-api:提供字词嵌入模型的简单Web服务

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-15 10:21:54

Python

word2vec-api 提供字词嵌入API的简单Web服务。 这些方法基于Gensim Word2Vec实现。 模型作为参数传递,并且必须为Word2Vec文本或二进制格式。 更新后可以在Python 3上运行。 安装依赖项 pip install -r requirements.txt 启动服务 python word2vec-api --model path/to/the/model [--host host --port 1234] 或者 python word2vec-api.py --model /path/to/GoogleNews-vectors-negative300.bin --binary BINARY --path /word2vec --host 0.0.0.0 --port 5000 调用示例 curl http://127.0.0.1:5000/w


【文件预览】:
word2vec-api-master
----word2vec-api.py(6KB)
----requirements.txt(62B)
----README.md(5KB)
----clean-word2vec-text-format.py(2KB)
----.gitignore(544B)

网友评论