Skip to content

hypernovas/lipfuzzer

Repository files navigation

LipFuzzer 1.1

(using Python3)

  1. 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)

  1. pip3 install inflect

  2. pip3 install pyenchant

  3. Download Stanford CoreNLP zip file and extract to the root folder

  4. 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"]

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages