Install tips:
git clone https://github.com/protobuf-c/protobuf-c
apt install –y a utoconf automake libtool protobuf-compiler python3.5-dev
./autogen.sh && ./configure && make && make install
and langid.c: make all
use for file:
cat xxx.en |./langid -l > lan.txt
I use 64 cores CPU
if use langid.py => 3 days
now just less than half an hour
Install tips:
git clone https://github.com/protobuf-c/protobuf-c
apt install –y a utoconf automake libtool protobuf-compiler python3.5-dev
./autogen.sh && ./configure && make && make install
and langid.c: make all
use for file:
cat xxx.en |./langid -l > lan.txt
I use 64 cores CPU
if use langid.py => 3 days
now just less than half an hour