1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
python-liblinear for Debian
---------------------------
IMPORTANT: Note that the Python bindings have been moved to the package
"liblinear". This has been done to avoid possible name collisions, as "linear"
is very generic.
So, wherever the documentation (especially upstream's README) instructs you to
use one of,
import linear
import linearutil
use
import liblinear.linear
import liblinear.linearutil
instead.
-- Christian Kastner <debian@kvr.at> Fri, 09 Jul 2010 20:50:11 +0200
|