siat-nlp / TransDG

Source code for the paper "Improving Knowledge-aware Dialogue Generation via Knowledge Base Question Answering".
MIT License
64 stars 15 forks source link

About Pylucene #6

Open CYAugust opened 3 years ago

CYAugust commented 3 years ago

Hello,Is there any restriction on pylucene's version? I found Pylucene difficult to install in Windows environment. Does the installation in macOS environment depend on the version? I've been failing to install. Looking forward to your reply.

iwangjian commented 3 years ago

I installed Pylucene 7.7.1 on Ubuntu 16.04 operating system, but indeed I think there's no restriction on Pylucene's version since we only use basic APIs of Pylucene in our code. If you find some errors when installing on Windows or macOS, you can get help from official documents or other Q&A sites to see how to complete it.

CYAugust commented 3 years ago

I installed Pylucene 7.7.1 on Ubuntu 16.04 operating system, but indeed I think there's no restriction on Pylucene's version since we only use basic APIs of Pylucene in our code. If you find some errors when installing on Windows or macOS, you can get help from official documents or other Q&A sites to see how to complete it.

Thank you for your answer. I have successfully completed the installation on Ubuntu. But I ran into a new problem. Can't find "csk_entity.txt" and "csk_triples. txt" files. Are these two files in "data.tar.gz" of Reddit? But I can't unzip it in any way. If possible, can you share these two files? (and your Reddit data link is disabled)