|
#### crfpp
|
|
|
|
##### Information
|
|
Site : https://taku910.github.io/crfpp
|
|
|
|
Source : https://github.com/taku910/crfpp
|
|
|
|
##### Install
|
|
|
|
```bash
|
|
apt install -y wget ca-certificates
|
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
|
apt-get update
|
|
apt-get install -y crfpp
|
|
```
|