(using Python3)
- Where to download coreNLP tool used in NLTK:
https://stanfordnlp.github.io/CoreNLP/ (choose Enlgish)
Unzip it and remember the path
edit the path in NLPEngine.py (for coreNLP)
-
pip3 install inflect
-
pip3 install pyenchant
-
Download Stanford CoreNLP zip file and extract to the root folder
-
Directly run with python3 first.py
Note:
Register your new module: add sequence number at LipEngine.py
self.supportedModule = [0, 1, 2, 3, ..., n]
and init.py file of ./modules folder
__all__ = ["module_zero", "module_one", "module_two", ... ,"yours"]