dzbee

pack_name descr


License
MIT
Install
pip install dzbee==0.1.1a3

Documentation

dzbee

pytestpythonCode style: blackLicense: MITPyPI version

Align german(de)-chinese(zh) texts, fast

Python 3.8 Only

Pre-Install fasttext, pycld2, PyICU

  • If your computer does not have a C++ compiler, search for needed wheels at https://www.lfd.uci.edu/~gohlke/pythonlibs/ and install, e.g.,
     pip install fasttext-0.9.2-cp38-cp38-win_amd64.whl pycld2-0.41-cp38-cp38-win_amd64.whl PyICU-2.8.1-cp38-cp38-win_amd64.whl
    
  • If your computer does have a C++ compiler
       pip insall fasttext pycld2 PyICU
       # poetry add fasttext pycld2 PyICU
    

Install it

pip install dzbee

# poetry add dzbee
# pip install git+https://github.com/ffreemt/dzbee
# poetry add git+https://github.com/ffreemt/dzbee
# git clone https://github.com/ffreemt/dzbee && cd dzbee

Use it

dzbee file1 file2