Skip to content

hong539/gohan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gohan

gohan is a Python Natural Language Processing (NLP) tool combined from pykakasi/ related packages.

prerequisites

to-do-list

  • make a web API with Django REST framework
  • How to update "pyproject.toml"? if I change the Python version?
    • changer Python interpreter version from 3.8 to 3.10
  • make some unittest
  • web scraping some data with beautifulsoup4/pandas/lxml packages

quick start

#check pyenv+poetry
pyenv versions
poetry --version
poetry shell
#Installing dependencies only
poetry install --no-root

#add new packages
poetre add pykakasi
poetry add beautifulsoup4
poetry add pandas
poetry add lxml

About

gohan is a Python Natural Language Processing (NLP) tool combined from pykakasi/ related packages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages