align german-english texts, fast
Project description
debee
align de-en texts, fast
Pre-install
pyicu
, pycld2
, fasttext
(polyglot
depends on pyicu
and pycld2
while fastlid depends on fasttext
).
Linux and friends
For example for Ubuntu
apt-get install libicu-dev pkg-config
pip install pyicu==2.8 pycld2 fasttext
# poetry add pyicu==2.8 pycld2 fasttext
Windows
# https://www.lfd.uci.edu/~gohlke/pythonlibs/, e.g.
pip install pycld2-0.41-cp38-cp38-win_amd64.whl PyICU-2.8.1-cp38-cp38-win_amd64.whl fasttext-0.9.2-cp38-cp38-win_amd64.whl
If you have C++ in your Windows, simply pip install pyicu==2.8 pycld2 fasttext
as for Linux.
Install it
pip install git+https://github.com/ffreemt/debee
# poetry add git+https://github.com/ffreemt/debee
# git clone https://github.com/ffreemt/debee && cd debee
Use it
from debee import debee
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
debee-0.1.1.tar.gz
(13.9 kB
view hashes)
Built Distribution
debee-0.1.1-py3-none-any.whl
(17.2 kB
view hashes)