Files
Castor/setup.py
rosequ 212aa6fb93 renaming sm_model; faster bridge (#18) (#22)
+ renamed sm_model
+ faster bridge by obtaining the IDF scores of a term directly from the Java server
2017-05-03 17:24:47 -04:00

8 lines
160 B
Python

from setuptools import setup
setup(name='castor',
version='1.0.0',
description='models for question answering',
packages=['sm_cnn'],
)