Open GoogleCodeExporter opened 9 years ago
With 0.2, you have to first install the CLD libs before installing the Python
bindings.
But, you may want to upgrade to CLD2 (there are a number of improvements to the
language detection; see
http://blog.mikemccandless.com/2013/08/a-new-version-of-compact-language.html
). That version also requires first building CLD then building the Python
bindings.
Original comment by luc...@mikemccandless.com
on 24 Feb 2014 at 11:05
Is there a reason for not including the source files in the PyPI package,
though? This complicates things for a Heroku deployment, where it's not easy
(I'm not sure if it's even possible) to install libs separately from pip
packages.
Is there a PyPI package for cld2? I didn't see one.
Original comment by nicolas....@gmail.com
on 24 Feb 2014 at 1:52
Unfortunately, CLD2 and this project (Python bindings on top of CLD2) are now
two separate projects.
CLD2 is here: https://code.google.com/p/cld2
Technically, it would be possible and likely not so hard to create a single tgz
that includes sources for both CLD2 and these Python bindings (like I did
originally in version 0.031415), but really since these are now separate
projects I don't plan on doing that here.
Original comment by luc...@mikemccandless.com
on 25 Feb 2014 at 10:34
Original issue reported on code.google.com by
nicolas....@gmail.com
on 21 Feb 2014 at 11:41