Python version: >= 3.5.2 (3.6, 3.7 均以測試都可以work) Python packages: opencc-python-reimplemented=0.1.5 lxml=4.4.1 System packages: wget tar unzip gcc (C++ compiler (gcc 3.0 or higher)) default-jdk (Java 1.6+) build-essential (for `make`) SVM-LIGHT SVM-MULTIPLECLASS CRF++ MAX-ENTROPY ---- Configure: wget http://download.joachims.org/svm_light/current/svm_light.tar.gz && tar -xzvf svm_light.tar.gz && ./svm_light/make wget http://download.joachims.org/svm_multiclass/current/svm_multiclass.tar.gz && tar -xzvf svm_multiclass.tar.gz && ./svm_multiclass/make wget https://github.com/lzhang10/maxent/archive/master.zip && unzip master.zip wget https://doc-10-ac-docs.googleusercontent.com/docs/securesc/8bdm17l3199d9cp9vsuq1maqkv44vopg/cpohinlno83ah8q662dn20cnmd0e1uuq/1573718400000/13553212398903315502/07030573419460586838/0B4y35FiV1wh7QVR6VXJ5dWExSTQ?e=download&authuser=0 && ./configure && make && su && make install ./svm_light/make ./svm_multiclass/make locale-gen zh_TW:UTF-8 echo 'export LANG="zh_TW:UTF-8" >> ~/.bash_aliases' STANFORD_CORENLP=/users/yzcchen/tool/stanford-corenlp-full-2014-08-27/stanford-corenlp-full-2014-08-27 CRF=/users/yzcchen/tool/CRF/CRF++-0.58 SVMMULTI=/shared/mlrdir3/disk1/yzcchen/tool/svm_multiclass MAXENT=/users/yzcchen/tool/maxent/bin SVMLIGHT=/users/yzcchen/tool/svmlight