這下標有內容農場的味道吧呵呵
開啟"控制台"中的"時鐘和區域"設定,"變更系統地區設定",勾選"Beta:..."選項,按"確定"
這樣就不用每次在那兒 chcp 65001了,而且 eshell 也可以正常執行並輸出 utf-8 囉
2018年10月24日 星期三
2018年10月21日 星期日
Stanford parser初探(3)--CoreNLP version 3.9.2(20181005)
相較於在 Stanford parser初探(2) 一文中,對於中文的處理略有增強
同時在4G記憶體的筆電上也能跑得動了,速度也大幅提升。
用英文測試一下,感覺也滿不錯。測試句為:
A 36-year-old pregnant woman was evaluated at 33 weeks of gestation because of newly diagnosed adenocarcinoma. One week earlier, severe pain in the lower back had developed; computed tomography revealed hypoattenuating hepatic lesions. Management decisions were made.
好 parser ,不 try 嗎?
同時在4G記憶體的筆電上也能跑得動了,速度也大幅提升。
用英文測試一下,感覺也滿不錯。測試句為:
A 36-year-old pregnant woman was evaluated at 33 weeks of gestation because of newly diagnosed adenocarcinoma. One week earlier, severe pain in the lower back had developed; computed tomography revealed hypoattenuating hepatic lesions. Management decisions were made.
好 parser ,不 try 嗎?
2018年9月29日 星期六
以 email 送出 git diff (patch) 的方法
參 https://orgmode.org/worg/org-contribute.html#commit-messages
使用 git format-patch 產生 *.patch ,其中 * 會是個序號加上 commit 的註解訊息內容
使用 git format-patch 產生 *.patch ,其中 * 會是個序號加上 commit 的註解訊息內容
2018年9月16日 星期日
github上有趣的專案
2018年8月31日 星期五
Install VS CODE on ubuntu 18.04 LTS
ref: https://qiita.com/shaching/items/69dfc000f13ff55dde99
to summarize:
to summarize:
- download *.deb from official site, for me it's "code_1.26.1-1534444688_amd64.deb"
- sudo apt install libgconf-2-4
- sudo apt --fix-broken install
- sudo dpkg -i code_1.26.1-1534444688_amd64.deb
2018年8月22日 星期三
2018年8月5日 星期日
windows上的無痛(?)caffe安裝
因為之前已經安裝過 tensorflow 了,所以變得很輕鬆,參 https://github.com/BVLC/caffe/tree/windows
- 先裝個 cmake (參 https://cmake.org/)
- git clone https://github.com/BVLC/caffe.git
- cd caffe
- git checkout windows
- 設定檔 build_win.cmd 中 set WITH_NINJA=0
- scripts\build_win.cmd
- pip install cmake ninja numpy scipy protobuf==3.1.0 six scikit-image pyyaml pydotplus graphviz
- copy the C:\Projects\caffe\python\caffe folder to your site_packages folder.(C:\Users\[你的名字]
\AppData\Local\Programs\Python\Python35\Lib\site-packages)
訂閱:
文章 (Atom)