首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > pylucene Win32二进制文件

pylucene Win32二进制文件

  • 资源大小:2.89 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 文件 二进制

资 源 简 介

About Future binaries will be provided in [pylucene-extra](http://code.google.com/a/apache-extras.org/p/pylucene-extra/) project. A binary for pylucene 3.1.0 can be found there PyLucene binaries for win32 Installation easy_install http://pylucene-win32-binary.googlecode.com/files/lucene--egg Usage ``` # Either add the directory containing jvm.dll to %PATH% # or modify the PATH environment variable on runtime import os import os.path os.environ["PATH"] = os.path.join(os.environ["JAVA_HOME"], r"jreinclient") + ";" + os.environ["PATH] import lucene lucene.initVM(lucene.CLASSPATH) print "lucene", lucene.VERSION ```
VIP VIP
0.181519s