mirror of
https://github.com/wassname/Castor.git
synced 2026-08-21 10:17:52 +08:00
+ renamed sm_model + faster bridge by obtaining the IDF scores of a term directly from the Java server
8 lines
160 B
Python
8 lines
160 B
Python
from setuptools import setup
|
|
|
|
setup(name='castor',
|
|
version='1.0.0',
|
|
description='models for question answering',
|
|
packages=['sm_cnn'],
|
|
)
|