# centos作業系統
yum install -y tmux gcc gcc-c++ hunspell hunspell-devel git subversion make cmake zlib-devel boost-devel imagemagick cpan expat-devel automake python-devel bzip2-devel bzip2-libs libtool
# ubuntu安裝
apt install -y g++ git subversion automake libtool zlib1g-dev libboost-all-dev libbz2-dev liblzma-dev python-dev graphviz imagemagick make cmake libgoogle-perftools-dev autoconf doxygen
pip install --upgrade pip
pip install -u cyhunspell
pip install
pip install nltk
pip install stanfordcorenlp
pip install grpcio
pip install protobuf
pip install grpcio-tools
pip install swig
pip install spacy
pip install xgboost
pip install gensim
pip install pyyaml
pip install openpyxl
pip install pytest
pip install pytest-cov
python -c "import nltk; nltk.download('punkt')"
python -m spacy download en
# 建議使用清華源:
# 使用pyenv安裝的ancanda環境的python,如果不知道find . -name "python.h" 大概就是這個目錄
# 使用python映象的時候指定的python環境
export cplus_include_path=
"$cplus_include_path:/usr/local/include/python3.7m"
export install_path=/data
cd$install_path
&&git clone
# 安裝第三方庫
# 1.修改了這個檔案,方便重灌的時候,保留第三方安裝包,mosese安裝成功之後可刪除
# 2.boost:部分link=static link=shared
# 3.boost:--with-python=python3.7 --with-python-version=3.7 --with-python-root=/path/to/python3.7
# cd '$/boost_$' && ./bootstrap.sh --with-python=python && ./b2 --prefix=$ -j$ --layout=system link=shared install
# 4.修改moses根目錄下的jamroot檔案,修改222行static為shared
cd mosesdecoder \
&&make -f contrib/makefiles/install-dependencies.gmake \
&& ./compile.sh --max-kenlm-order=9
----
# 執行乙個小的demo
export moses_home=
$/mosesdecoder
export ld_library_path=
$/opt/lib:$ld_library_path
cd$ \
&&wget \
&&tar xzf sample-models.tgz
# 執行示例
cd$/sample-models
$/bin/moses -f phrase-model/moses.ini < phrase-model/in > out
Mysql zip archive版本 安裝教程
2.解壓縮至相應目錄,並配置環境變數 將 bin新增進path中 3.重要 在根目錄新建my.ini檔案,寫入以下內容 mysql 設定mysql客戶端預設字符集 default character set utf8 mysqld 設定3306埠 port 3306 設定mysql的安裝目錄 bas...
Cloudera Manager 離線安裝教程
前言 以前部署 hadoop集群,一直使用 cloudera 提供的tarball 部署安裝 今天嘗試使用 cm在新機器部署 hadoop,因為使用它使用起來簡單方便 並且提供了一系列的監控功能 但由於 cm的安裝是要聯網的,而且 cloudera 還在中國沒有源 所以安裝過程非常的慢 而且失敗率很...
Windows 安裝 Tensorflow 教程
直接從官網下就好了 進入cmd 檢視anaconda環境是否安裝成功 conda version 檢視目前安裝了哪些環境變數 conda info envs 可以使用這個語句檢視可以安裝得python版本conda search full name python conda create name ...