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
This commit is contained in:
rosequ
2017-05-03 17:24:47 -04:00
committed by Jimmy Lin
parent 7d0a78d1a7
commit 212aa6fb93
27 changed files with 194 additions and 210 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ from setuptools import setup
setup(name='castor',
version='1.0.0',
description='models for question answering',
packages=['sm_model'],
packages=['sm_cnn'],
)