문제

I am working on a project where I need to do information retrieval with Lucene. I code in Python and not familiar with Java. The dataset will have 4000 documents.

After looking into this, it seems I can use Jython with Lucene or Pylucene. The project is due in 1 month. I have not set up Jython before.

Would you recommend I use Jython or Pylucene? What is the learning curve for Jython with Lucene vs. PyLucene? How challenging is it to set up Jython with Lucene vs. PyLucene?

Thanks!

도움이 되었습니까?

해결책

If you are comfortable with Python then PyLucene should be easier since you will write idiomatic Python code (as opposed to calling a Java library from Jython).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top