I hereby claim:
- I am zahin-mohammad on github.
- I am zahin_mohammad (https://keybase.io/zahin_mohammad) on keybase.
- I have a public key ASBSnvrSGnvhSndN5P7BTIXaYc452GI8QMDtZD_JwwN7UQo
To claim this, I am signing this object:
import os | |
import neuralcoref | |
import en_core_web_sm | |
from stanfordnlp.server import CoreNLPClient | |
CORENLP_HOST = os.getenv('CORENLP_HOST') or 'localhost' | |
CORENLP_PORT = os.getenv('CORENLP_PORT') or 9000 | |
CORENLP_URL = f'http://{CORENLP_HOST}:{CORENLP_PORT}' | |
annotators = 'tokenize, ssplit, pos, lemma, ner, entitymentions, coref, sentiment, openie' |
sudo apt install -y zsh | |
sudo chsh -s /usr/bin/zsh root | |
sudo chsh -s /usr/bin/zsh $USER | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions | |
echo "source $~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/.zshrc | |
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting | |
echo "source $~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc | |
logout |
I hereby claim:
To claim this, I am signing this object: