1 Star 0 Fork 0

AsyDong / lda2vec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup
from setuptools import find_packages
import os
with open('requirements.txt') as f:
install_requires = f.read().splitlines()
# If building on RTD, don't install anything
if os.environ.get('READTHEDOCS', None) == 'True':
install_requires = []
kw = dict(
name='lda2vec',
version='0.1',
description='Tools for interpreting natural language',
author='Christopher E Moody',
author_email='chrisemoody@gmail.com',
install_requires=install_requires,
packages=find_packages(),
url='')
setup(**kw)
1
https://gitee.com/AsyDong/lda2vec.git
git@gitee.com:AsyDong/lda2vec.git
AsyDong
lda2vec
lda2vec
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891