sudo apt install python-pip
pip install pip==20.2.4 or pip install --upgrade pip
pip install jupyterlab
pip install notebook
jupyter notebook
https://www.google.com/url?q=https://github.com/AdroitAnandAI/LSTM-Attention-based-Generative-Chat-bot&sa=D&source=hangouts&ust=1604384704741000&usg=AFQjCNGov7Sc7pa3qu9gQgNd7isbdfYBAg
pip install numpy
pip install nltk==3.4.5 (version)
pip install tensorflow=1.14.0 (fix version)
pip install matplotlib
pip install Keras==2.4.2 (version)
pip install scikit-learn
cut uttID from utt2spk (cut 1st word from each lines-row)
awk '{$2=" "; print substr($0,1)}' utt2spk >utt.txt
merge uttID with Transcription
paste utt.txt final1.txt >text1.txt
Merge one text file after other text files
sed r final_text1.txt text.txt >text_f.txt