1f2c1a260fdc7edb4d5a0829166bad65c83269b8,setup.py,,,#,28
Before Change
zip_safe = False,
classifiers = [ // from http://pypi.python.org/pypi?%3Aaction=list_classifiers
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 3.3",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Text Processing :: Linguistic",
],
test_suite = "gensim.test",
After Change
from Cython.Distutils import build_ext
import numpy
ext_modules = [
Extension("gensim_addons.models.word2vec_inner",
["gensim_addons/models/word2vec_inner.pyx"],
include_dirs = [numpy.get_include()])
]
native_ext = True
except ImportError:
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: RaRe-Technologies/gensim
Commit Name: 1f2c1a260fdc7edb4d5a0829166bad65c83269b8
Time: 2014-04-22
Author: bjoern.esser@gmail.com
File Name: setup.py
Class Name:
Method Name:
Project Name: bsmurphy/PyKrige
Commit Name: d221e00f0afb17c3c47c8ab1d208937c4fc56929
Time: 2015-05-27
Author: rth@crans.org
File Name: setup.py
Class Name:
Method Name:
Project Name: dit/dit
Commit Name: 1c5684bf72f042c03c2bb3e51ed333cda10de87a
Time: 2014-02-23
Author: chebee7i@gmail.com
File Name: setup.py
Class Name:
Method Name: main