8000 GitHub - dl3918/WordWeaver: Final Project CS178
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dl3918/WordWeaver

Repository files navigation

WordWeaver

Final Project CS178

To use:

  • First, create a virtual environment
python -m venv .venv
  • activate the virtual environment (venv)
python3 -m venv .venv
source .venv/bin/activate
  • make sure pip is up to date
pip install --upgrade pip
  • Install required dependency, e.g., Ginza, spacy, flask, flask_sqlalchemy
pip3 install -r requirements.txt

Install Japanese Dictionary (JAMDICT, using JMdict, KanjiDic2, JMnedict)

python3 -m pip install wheel jamdict jamdict-data
  • Only run the app.py within the virtual environment, or else ginza will not be recognized.

About

Final Project CS178

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0