I hereby claim:
- I am tedko on github.
- I am sujiyan (https://keybase.io/sujiyan) on keybase.
- I have a public key ASCf3FcAzxv1Cl-MFwFpBqu7gmB4X0kSLwhqYxxETuB1ogo
To claim this, I am signing this object:
| did:3:kjzl6cwe1jw14axqpo7efh6ujlvasf3f8u64buem2f9mjd4dpvgs95quxqnvs3d |
| Verifying my Blockstack ID is secured with the address 162PtpgchQ5zLFU7DWf1dpYfPMG6gzQS5e https://explorer.blockstack.org/address/162PtpgchQ5zLFU7DWf1dpYfPMG6gzQS5e |
I hereby claim:
To claim this, I am signing this object:
| Test case 1 |
| function makeArray(w, h, val) { | |
| var arr = []; | |
| for(i = 0; i < h; i++) { | |
| arr[i] = []; | |
| for(j = 0; j < w; j++) { | |
| arr[i][j] = val; | |
| } | |
| } | |
| return arr; | |
| } |
| # Title: Sentence classification w/ Doc2vec | |
| # Author: FPSLuozi @Github | |
| # Last updated: Aug 26, 2016 | |
| # License: MIT | |
| import jieba | |
| import numpy as np | |
| import gensim | |
| from gensim.models.doc2vec import * |
r=${ZDOTDIR:-$HOME}
_zdir=$(cd ~ ;pwd)
HISTFILE=${_zdir}/.histfile
HISTSIZE=10000
SAVEHIST=10000
zstyle :compinstall filename "$_zdir/.zshrc"
fpath=($_zdir/.zsh/Completion $_zdir/.zsh/functions $fpath)
autoload -Uz compinit