How to check whether or not the direcotry exists
if statement to check if file exists.
When I wrote shell script to downlowd corpus, I need to chekc if the directory I want to make exists.
[Read More]
How to get and use MNIST data in Tensorflow
Tutorial I wrote in my repository, Datasetting - MINST.
Organization of vim command
During researching natural lanuage with Ubuntu, organizing what I have known vim command.
Here to get used to Vim, I will organize what I have known about vim command. trying to get information of the commands. I did already it. But from now on I will do in detail once again here to get used to it. First, Let’s see how to copy...
[Read More]
Basic Shell Script
The basic concept for shell script programming
A shell provide you with an interface to unix or linux. Shell gatehrs input from you and executes programs based on that input.
[Read More]