We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
apt install -y autoconf automake libtool protobuf-compiler python-dev python3.5-dev pkg-config protobuf-c-compiler
Sorry, something went wrong.
don't forget use python2,and:
apt install -y langid autoconf automake libtool protobuf-compiler python-dev python3.5-dev pkg-config protobuf-c-compiler php;pip install protobuf
install protobuf-c:
git clone https://github.com/protobuf-c/protobuf-c ./configure --prefix=/usr/local&& make && make install ./autogen.sh && ./configure && make && make install
then: cd langid.c;make all
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: